2003-07-26 18:44:38 +02:00
|
|
|
Changes since 1.4.6
|
2003-05-22 22:37:24 +02:00
|
|
|
|
2003-07-26 18:44:38 +02:00
|
|
|
1) Added Smart Blacklisting.
|
2003-06-18 20:37:37 +02:00
|
|
|
|
2003-07-26 18:44:38 +02:00
|
|
|
2) Move determine_capabilities call to do_initialize to ensure that
|
|
|
|
MANGLE_ENABLED is set before it is tested.
|
2003-06-22 18:58:33 +02:00
|
|
|
|
2003-07-26 18:44:38 +02:00
|
|
|
3) Fixed MAC address handling in the SOURCE column of tcrules.
|
2003-07-27 20:17:39 +02:00
|
|
|
|
|
|
|
4) Merged and corrected Steve Herber's command-specific help patch.
|
2003-07-28 19:32:41 +02:00
|
|
|
|
|
|
|
5) Removed some undocumented/braindead code from setup_masq()
|
|
|
|
|
|
|
|
6) Don't allow 'stop' when startup is disabled
|
2003-07-30 01:04:04 +02:00
|
|
|
|
|
|
|
7) Added ADMINISABSENTMINDED option.
|
2003-08-05 17:05:45 +02:00
|
|
|
|
|
|
|
8) Fixed adding addresses to ppp interfaces.
|
2003-08-06 02:06:44 +02:00
|
|
|
|
|
|
|
9) Added generic tunnel support.
|
2003-08-07 01:50:33 +02:00
|
|
|
|
|
|
|
10) Added support for Address Range Lists in /etc/shorewall/masq.
|
2003-08-07 19:31:47 +02:00
|
|
|
|
|
|
|
11) Simplify ip_broadcast()
|
2003-08-08 22:55:06 +02:00
|
|
|
|
|
|
|
12) Add 'arp_filter' interface option.
|
2003-08-10 03:11:50 +02:00
|
|
|
|
2003-08-10 17:06:23 +02:00
|
|
|
13) Added accounting file support
|
|
|
|
|
|
|
|
14) Fixed bug where an interface name alone appears in the DESTINATION
|
|
|
|
column of the accounting file.
|
2003-08-11 03:36:32 +02:00
|
|
|
|
|
|
|
15) Add ACTION column to accounting file.
|
|
|
|
|
|
|
|
16) Add CHAIN declarations to accounting file.
|
2003-08-11 19:44:23 +02:00
|
|
|
|
|
|
|
17) Replace calls to chain_exists with calls to havechain in
|
|
|
|
accounting code.
|
|
|
|
|
|
|
|
18) Allow degenerate DONE and COUNT rules.
|
2003-08-12 00:25:45 +02:00
|
|
|
|
|
|
|
19) Interface-specific dynamic blacklisting chains are now displayed by
|
|
|
|
"shorewall monitor".
|
2003-08-13 02:19:24 +02:00
|
|
|
|
|
|
|
20) Bridge interfaces (br[0-9]) can now be used in /etc/shorewall/maclist.
|
2003-08-13 20:48:28 +02:00
|
|
|
|
|
|
|
21) Rate-limited rules added.
|
2003-08-13 23:31:02 +02:00
|
|
|
|
|
|
|
22) Make burst optional in rate limited rules and policies.
|
2003-08-15 03:20:37 +02:00
|
|
|
|
2003-08-15 17:54:13 +02:00
|
|
|
23) Allow display of multiple chains in one "shorewall show" command.
|
|
|
|
|
|
|
|
24) Add "RATE LIMIT" column for those who prefer their config files to
|
|
|
|
be wide but normalized.
|
2003-08-20 18:54:27 +02:00
|
|
|
|
|
|
|
25) Redesign the accounting facility to make it simpler and more
|
|
|
|
flexible.
|
|
|
|
|
2003-08-23 20:14:59 +02:00
|
|
|
26) Add Henry Wang's fix for LOGRATE/LOGBURST and enhance to resolve
|
|
|
|
conflict between that facility and rate-limited logging rules.
|
|
|
|
|
|
|
|
27) Add User Set capability.
|
2003-08-24 17:36:13 +02:00
|
|
|
|
|
|
|
28) Deimplement Smart Blacklisting and fix problem with multiple
|
|
|
|
'drop'/'reject' commands for the same address.
|
2003-08-27 17:13:03 +02:00
|
|
|
|
|
|
|
29) Update for 1.4.7 Beta 1.
|
2003-08-28 23:32:40 +02:00
|
|
|
|
|
|
|
30) Fix ADD_SNAT_ALIASES interaction with ip ranges used for
|
|
|
|
load-balancing.
|
|
|
|
|
|
|
|
31) Fix IPV6 address confusion.
|
2003-09-16 21:44:49 +02:00
|
|
|
|
|
|
|
32) Add "o.gz" to the list of module extensions.
|
|
|
|
|
|
|
|
33) Replace existing route to PROXY ARP host rather than adding another
|
|
|
|
one.
|
2003-09-17 04:22:47 +02:00
|
|
|
|
|
|
|
34) Update of rfc1918 file.
|
|
|
|
|
2003-09-19 00:49:34 +02:00
|
|
|
35) Correct rules file comment.
|
|
|
|
|