Changeset 686 for fwknop/trunk/ChangeLog
- Timestamp:
- 06/03/07 22:13:34 (1 year ago)
- Files:
-
- fwknop/trunk/ChangeLog (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
fwknop/trunk/ChangeLog
r684 r686 186 186 - Removed legacy port knocking installation in install.pl (fwknopfifo, 187 187 and fwdata file) unless the data collection mode is set to syslog or 188 syslog-ng for legacy Netfilterlog messages.188 syslog-ng for legacy iptables log messages. 189 189 - Added inode checking for PCAP_PKT_FILE. This helps to ensure that log 190 190 rotation schemes don't interfere with reading packets out of the file … … 210 210 - Updated fwknop to communicate with knoptm via a UNIX domain socket 211 211 instead of the previous file-based communication. 212 - Updated to flush the fwknop Netfilterchains at start time.212 - Updated to flush the fwknop iptables chains at start time. 213 213 - Bugfix for removing the wrong hash key in the knoptm IP cache. 214 214 … … 259 259 be replayed against an fwknop server. 260 260 - Updated to fall back to getpwuid() if getlogin() fails (Blair Zajac). 261 - Added --ipt-list to list all current rules in the FWKNOP Netfilter261 - Added --ipt-list to list all current rules in the FWKNOP iptables 262 262 chains. 263 - Added --ipt-flush to flush all current rules in the FWKNOP Netfilter263 - Added --ipt-flush to flush all current rules in the FWKNOP iptables 264 264 chains. 265 265 - Bugfix for the installer dying if ~/lib already exists (Blair Zajac).
