forked from extern/shorewall_code
666ae8701f
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1366 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
74 lines
1.5 KiB
Plaintext
74 lines
1.5 KiB
Plaintext
Changes since 2.0.1
|
|
|
|
1) Reformat the code in define_firewall().
|
|
|
|
2) Reimplement dynamic zones.
|
|
|
|
3) Tweak new dynamic zone implementation.
|
|
|
|
4) Implement CONFIG_PATH.
|
|
|
|
5) Apply Stijn Jonker's fix for CONFIG_PATH.
|
|
|
|
6) Restore logic to make 'find_file' check for SHOREWALL_DIR separately.
|
|
|
|
7) Allow CONFIG_PATH to be inherited.
|
|
|
|
8) Fix ensure_config_path call.
|
|
|
|
9) Make LOCAL and ALL INTERFACES independent in the nat file.
|
|
|
|
10) Add "ko.gz" to the vast list of module suffixes that distributions
|
|
have invented.
|
|
|
|
11) Update the bogons file
|
|
|
|
12) Added example for log rate limiting knobs in shorewall.conf.
|
|
|
|
13) Fix init.debian.sh.
|
|
|
|
14) Implement the -q option.
|
|
|
|
15) Add saved configuration support (iptables-save/iptables-restore
|
|
integration).
|
|
|
|
16) Use modprobe if it is available.
|
|
|
|
17) Lots of fixes to 'save'
|
|
|
|
18) 'shorewall forget'
|
|
|
|
19) SNAT/MASQUERADE by proto/port(s)
|
|
|
|
20) Shorewall 2.0.2 Beta 1 changes.
|
|
|
|
21) Fix ALL INTERFACES column parsing.
|
|
|
|
22) Correct "shorewall delete" processing.
|
|
|
|
23) Apply Alex Wilms's patch for install.sh
|
|
|
|
24) Add ACCEPT+ and NONAT targets.
|
|
|
|
25) Added 'initialized' extension script.
|
|
|
|
26) Renamed 'initialized' to 'initdone'
|
|
|
|
27) Applied Stijn Jonker's fix for "shorewall add"
|
|
|
|
28) Correct typo that broke "shorewall delete"
|
|
|
|
29) Apply Stijn Jonker's -q fix.
|
|
|
|
30) Remove restore-$$ files.
|
|
|
|
31) Save 'loadmodule' commands in /var/lib/shorewall/restore-base.
|
|
|
|
32) Correct null common action handling.
|
|
|
|
33) Create /var/lib/shorewall if it doesn't exist.
|
|
|
|
34) Fix dynamic in chains in the nat table.
|
|
|
|
35) Load modules before detecting capabilities.
|