Handle hostnames with upper-case letters
[webmin.git] / firewall / CHANGELOG
1 ---- Changes since 1.160 ----
2 Added button for re-setting the firewall to a default configuration.
3 Added module configuration options for commands to run before and after the firewall is applied.
4 The firewall configuration can now be copied automatically to multiple hosts in a cluster, and will be applied on all hosts when the the Apply button is clicked. Like other cluster features in Webmin, this requires that the servers be first setup in the Webmin Servers Index module.
5 ---- Changes since 1.180 ----
6 Added button for deleting multiple rules from list.
7 Added several new access control options for limiting allowed actions, cluster management, and creation and deletion of chains.
8 ---- Changes since 1.200 ----
9 Additional IPtables modules can now be specified when editing a rule.
10 ---- Changes since 1.240 ----
11 Protocol numbers can be explicitly entered in a rule, along with the defaults of TCP, UDP and so on.
12 ---- Changes since 1.260 ----
13 Added a Module Config option to have rule comments stored used the --comment IPtables argument, rather than # comments in the save file.
14 ---- Changes since 1.270 ----
15 The ICMP rejection type is now settable in all valid chains.
16 ---- Changes since 1.290 ----
17 On Debian 3.1 systems, IPtables rules are saved in /etc/iptables.up.rules and activated through /etc/network/interfaces, rather than using an init.d script.
18 ---- Changes since 1.350 ----
19 Added a setup option to configure a firewall for a typical hosting server.
20 ---- Changes since 1.400 ----
21 Show SNAT and masquerade inputs in custom NAT chains.
22 ---- Changes since 1.440 ----
23 DNS queries are now allowed when the firewall is setup for web hosting.
24 Rule coments using --comment containing spaces or - are now properly parsed.
25 When initializing the firewall, the actual ports for Webmin, Usermin and SSHd are used instead of the standard ports.
26 Added an option for the UNTRACKED state in rules.
27 ---- Changes since 1.450 ----
28 Fixed 'Does not equal' option for multiple ports.
29 ---- Changes since 1.470 ----
30 Disallow rules on virtual interfaces, as they don't work.
31 ---- Changes since 1.490 ----
32 Removed invalid "Above" options for packet flow rate.
33 ---- Changes since 1.500 ----
34 Added a button to move rules to another chain.
35 Added a button to rename an existing custom chain.
36 ---- Changes since 1.510 ----
37 Better handle the case where a rule has a --comment format description, but # format comments are enabled.
38 Added support for physdev module options, for matching based on the bridged interface.
39 ---- Changes since 1.550 ----
40 Added the open-ports.pl command which can be run from the shell to open ports on the firewall.