1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
VERSION DESCRIPTION
-----------------------------------------------------------------------------
0.4 - Added support for DLT_RAW (PPPoE) interfaces
- Changed packet inspection to use the interface's IP address
to determine the flow direction, rather than the ethernet
MAC address
- Changed logging date format to ISO (yyyy-mm-dd)
- Added hostnames to logging output
0.3.1 - Fixed a segfault occurring when a hostname cannot be resolved
- Patch from Simon Matter <simon.matter@ch.sauter-bc.com>:
- fixes build errors on Fedora
- Patch from Per Cederberg <per@percederberg.net>:
- fixes TCP SYN timeouts in knock client
0.3 - Added PPP (LINUX_SLL) support
- Patches from Leo Costela:
- added Start_Command, Stop_Command, Cmd_Timeout directives,
allowing a single door to open and then close after a
timeout period
- knockd now re-reads config when a HUP is received
- multiple protocols supported on a per-port basis
0.2.1 - Bugfix for TCP flag discrimination
0.2 - Fixed the zombie process problem
- Added patch from Leo Costela:
- PidFile configuration directive
- support for specific TCP flags
0.1 - Initial release
|