Jonathan Bennett
Jonathan Bennett
As referenced in #215, fwknop segfaults under cygwin 64 bit. The segfault happens in lib/fko_user.c when trying to perform an strnlen on the username pointer. After a few tests, I've...
We should give useful debugging information for all of the fail states. Lack of comment match support results in fwknopd closing without a lot of useful output. We should either...
Not extremely well tested, but removes all of the old tcp server code. Could use another set of eyeballs reviewing before merging.
It could be useful to allow the test suite to target a remote IP for certain actions. The specific use mentioned today was to generate broken SPA packets in order...
For situations involving multiple users, a database back-end instead of the flat access.conf file could be very useful. The most obvious downside is the performance penalty. The performance hit might...
We already support sending a knock over http. The server detects this connection using pcap. With https, the url is encrypted in the ssl connection, and pcap can't sniff it....
Forgive me if I've missed this, but it doesn't look like janus.js is exposed anywhere as part of this image. When using this as part of a docker compose, it...
Signed-off-by: Jonathan Bennett I have a card that uses the MV88X3310 chip, and have located the appropriate firmware file and added it to my source directory. DKMS was failing to...
I'm working on the Trendnet TEG-10GECTX adapter that uses this driver, and it uses the x3310fw file. I've gotten everything working, but seeing an odd problem. I have two servers...
### Platform NRF52, ESP32 ### Description Location data is currently sent over the Primary channel, if enabled at all. It's rather difficult to change things around, to send location data...