root/fwsnort/tags/fwsnort_0_6_3/ChangeLog

Revision 168, 1.7 kB (checked in by mbr, 5 years ago)

added 0.6.3 stuff

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 fwsnort-0.6.3 (04/04/2004);
2     - Added ignore functionality for both IPs and networks
3     - Split --ipt-block into --ipt-drop and --ipt-reject to add DROP
4       or REJECT rules respectively.
5     - Added --add-deleted option to allow rules in the "deleted.rules"
6       file to be added.
7
8 fwsnort-0.6.2 (03/19/2004);
9     - Added --internal-net and --dmz-net options so that internal and
10       dmz networks can be manually specified without having to parse
11       the output of ifconfig.  This is most useful for running fwsnort
12       on a linux system that is acting as a bridge where no ip addresses
13       are assigned to the interfaces.
14     - Bugfix for missing icmp-port-unreachable rejects for UDP packets.
15
16 fwsnort-0.6.1 (02/01/2004):
17     - Bugfix for not adding dmz interface rules to INPUT chain.
18     - Bugfix for not getting the DMZ interface network.
19
20 fwsnort-0.6 (01/04/2004):
21     - Speed increase and disk access decrease by writing iptables
22       commands to the iptables script only after all lines have been
23       generated.
24     - Bugfix for DMZ interface.
25     - Bugfix for multiple ip_proto fields.
26     - Removed the ip protocol as an allowed protocol for translation.
27     - Bugfix for negated port numbers.
28     - Removed "<-" rule direction since not even snort supports this.
29     - Fixed snort rule updates from snort.org.
30
31 fwsnort-0.5 (12/21/2003):
32     - Added "-j REJECT --reject-with tcp-reset" for tcp sessions
33       if the --ipt-block option is specified.
34     - Added ability to download latest snort rules from snort.org.
35     - Added --no-ipt-jumps.
36     - Added better checking for iptables build characteristics such
37       as the LOG target and wether or not the ipv4options extension
38       is compiled in.
39     - Added config preservation code from psad in install.pl.
Note: See TracBrowser for help on using the browser.