|
Revision 153, 1.1 KB
(checked in by mbr, 7 years ago)
|
|
updated to 0.6.1 stuff
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | fwsnort-0.6.1 (02/01/2004): |
|---|
| 2 | - Bugfix for not adding dmz interface rules to INPUT chain. |
|---|
| 3 | - Bugfix for not getting the DMZ interface network. |
|---|
| 4 | |
|---|
| 5 | fwsnort-0.6 (01/04/2004): |
|---|
| 6 | - Speed increase and disk access decrease by writing iptables |
|---|
| 7 | commands to the iptables script only after all lines have been |
|---|
| 8 | generated. |
|---|
| 9 | - Bugfix for DMZ interface. |
|---|
| 10 | - Bugfix for multiple ip_proto fields. |
|---|
| 11 | - Removed the ip protocol as an allowed protocol for translation. |
|---|
| 12 | - Bugfix for negated port numbers. |
|---|
| 13 | - Removed "<-" rule direction since not even snort supports this. |
|---|
| 14 | - Fixed snort rule updates from snort.org. |
|---|
| 15 | |
|---|
| 16 | fwsnort-0.5 (12/21/2003): |
|---|
| 17 | - Added "-j REJECT --reject-with tcp-reset" for tcp sessions |
|---|
| 18 | if the --ipt-block option is specified. |
|---|
| 19 | - Added ability to download latest snort rules from snort.org. |
|---|
| 20 | - Added --no-ipt-jumps. |
|---|
| 21 | - Added better checking for iptables build characteristics such |
|---|
| 22 | as the LOG target and wether or not the ipv4options extension |
|---|
| 23 | is compiled in. |
|---|
| 24 | - Added config preservation code from psad in install.pl. |
|---|