Show
Ignore:
Timestamp:
06/03/07 22:13:34 (1 year ago)
Author:
mbr
Message:

minor Netfilter -> iptables wording update

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • fwknop/trunk/ChangeLog

    r684 r686  
    186186    - Removed legacy port knocking installation in install.pl (fwknopfifo, 
    187187      and fwdata file) unless the data collection mode is set to syslog or 
    188       syslog-ng for legacy Netfilter log messages. 
     188      syslog-ng for legacy iptables log messages. 
    189189    - Added inode checking for PCAP_PKT_FILE. This helps to ensure that log 
    190190      rotation schemes don't interfere with reading packets out of the file 
     
    210210    - Updated fwknop to communicate with knoptm via a UNIX domain socket 
    211211      instead of the previous file-based communication. 
    212     - Updated to flush the fwknop Netfilter chains at start time. 
     212    - Updated to flush the fwknop iptables chains at start time. 
    213213    - Bugfix for removing the wrong hash key in the knoptm IP cache. 
    214214 
     
    259259      be replayed against an fwknop server. 
    260260    - Updated to fall back to getpwuid() if getlogin() fails (Blair Zajac). 
    261     - Added --ipt-list to list all current rules in the FWKNOP Netfilter 
     261    - Added --ipt-list to list all current rules in the FWKNOP iptables 
    262262      chains. 
    263     - Added --ipt-flush to flush all current rules in the FWKNOP Netfilter 
     263    - Added --ipt-flush to flush all current rules in the FWKNOP iptables 
    264264      chains. 
    265265    - Bugfix for the installer dying if ~/lib already exists (Blair Zajac).