root/fwsnort/tags/fwsnort_0_6_4/ChangeLog

Revision 178, 2.1 kB (checked in by mbr, 5 years ago)

.

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