]> git.proxmox.com Git - pve-firewall.git/history - PVE/Firewall.pm
fix #5335: stable sorting in cluster.fw
[pve-firewall.git] / PVE / Firewall.pm
2014-03-03 Dietmar Maurerassemble debian package
2014-02-28 Dietmar Maurerimplement log_level_in and log_level_out options
2014-02-28 Dietmar Maurerimplement log level options
2014-02-28 Dietmar Maureruse a file to store firewall status persistently.
2014-02-28 Dietmar MaurerignoreZ source/destination port if no protocol specified
2014-02-27 Dietmar Maureruse defined() to check fot undefined value
2014-02-27 Dietmar Maurerimprove multiport rule generator
2014-02-27 Dietmar Maurerfix Ping macro
2014-02-27 Dietmar Maurerallow to disable single rules, and add ability to add...
2014-02-27 Dietmar Maureradd 'dhcp' option (enabled by default)
2014-02-27 Dietmar Maureruse PVEFW-reject instead of REJECT
2014-02-27 Dietmar Maureraccept traffic to unmanaged bridge ports
2014-02-27 Dietmar Maurercorrectly apply macros
2014-02-26 Dietmar Maurerimplement nosmurfs options (enabled by default)
2014-02-26 Dietmar Maurerimplement option 'tcpflags' to log illegal combinations...
2014-02-26 Dietmar Maurermake mac address filtering optional (default enabled)
2014-02-26 Dietmar Maureruse chains from previous commit to reduce logging
2014-02-26 Dietmar Maureradd some useful chains
2014-02-26 Dietmar Maureradd a way to define some default chains
2014-02-26 Dietmar Maurerfix multiport rules and add icmp type names
2014-02-26 Dietmar Maurercleanups
2014-02-26 Dietmar Maureralways use PVEFW-SET-ACCEPT-MARK for OUT chain
2014-02-26 Alexandre Derumierbridge rules : -j ACCEPT for physical interfaces
2014-02-25 Alexandre Derumieruse RETURN instead ACCEPT for tap-out rules
2014-02-25 Dietmar Maurerimplement VM policy option
2014-02-25 Dietmar Maurerimplement 'enable' option
2014-02-25 Dietmar Maurerrename chain $bridge to $bridge-FW
2014-02-25 Alexandre Derumieroptimize bridge chains
2014-02-25 Alexandre Derumierparse_port_name_number_or_range fix range check
2014-02-21 Dietmar Maurerdo not delete PVEFW-INPUT, PVEFW-OUTPUT and PVEFW-FORWA...
2014-02-21 Dietmar Maurerimplement simple option parser
2014-02-20 Dietmar Maureruse conntrack instead of state
2014-02-20 Dietmar Maurerallow traffic from lo (PVEFW-INPUT)
2014-02-20 Dietmar Maurerdefine more macros (converted most shorewall macros)
2014-02-20 Dietmar Maureruse $rule->{dest} instead of $rule->{destination}
2014-02-20 Dietmar Maurerimplement macros
2014-02-19 Dietmar Maureronly use --mark for OUT chain
2014-02-19 Dietmar Maurerjump to ACCEPT for IN rules
2014-02-19 Dietmar Maurerimprove parser
2014-02-19 Dietmar Maureruse accept mark for security groups
2014-02-19 Dietmar Maurercorrectly remove stale chains
2014-02-18 Dietmar Maurerpass $ruleset instead of $rule
2014-02-18 Dietmar Maurercheck chain name length (max 28 chars)
2014-02-18 Dietmar Maureruse --comment to store SHA1 signature
2014-02-18 Dietmar Maurersplit compile from apply
2014-02-18 Dietmar Maureravoid perl warning
2014-02-18 Dietmar Maurerenable proc/sys/net/bridge/bridge-nf-call-iptables
2014-02-18 Dietmar Maureradd MAC filter
2014-02-18 Dietmar Maurercleanup chain names
2014-02-18 Alexandre Derumiertest if BRIDGEFW-OUT and BRIDGEFW-IN exist
2014-02-17 Dietmar Maurersimplify firewall and use MD5 hash to detect changes
2014-02-17 Dietmar Maurerconsider host-IN/OUT chains in iptables_get_chains
2014-02-17 Dietmar Maurerconsider security group chains in iptables_get_chains
2014-02-14 Dietmar Maurerimplement stop command using new iptables_get_chains
2014-02-14 Dietmar Maurerexperimental code to read existing chains and compute...
2014-02-14 Dietmar Maurerfix iptables-restore - correctly add newline after...
2014-02-14 Dietmar Maurerremove shorewall rule compiler
2014-02-13 Dietmar Maureruse input parameter to feed iptables-restore
2014-02-13 Dietmar Maurerimplement locking
2014-02-13 Dietmar Maurerremove shorewall specific commands
2014-02-13 Alexandre Derumieradd support for security groups
2014-02-13 Alexandre Derumierrename ./pvefw enabletaprules -> ./pvefw enablevmfw
2014-02-13 Alexandre Derumierhost firewall support
2014-02-13 Alexandre Derumieradd src and destination range
2014-02-13 Alexandre Derumieradd support for multiport
2014-02-13 Alexandre Derumierbasic bridge iptables implementation
2012-08-21 Michel LoiseleurClarify zone names
2012-08-16 Dietmar Maurerparse protocols and ports
2012-08-16 Dietmar Maurerparse source and destination address lists
2012-08-14 Dietmar Maurerimplement workaround for inbound rules with source IP
2012-08-10 Dietmar Maurerdescribe the problem
2012-08-10 Dietmar Maurercleanups
2012-08-10 Dietmar Maureruse 'all' instead of 'any'
2012-08-10 Dietmar Maureruse extra zone for physical devices
2012-08-09 Dietmar Maureruse shell variables for zones
2012-08-09 Dietmar Maureradd comments to generated rules file
2012-08-09 Dietmar Maurerread in shorewall macros
2012-08-07 Dietmar Maureruse real vm configs, and write to /etc/shorewall
2012-08-06 Dietmar Maurergenerate maclist
2012-08-06 Dietmar Maureradd original zone names as comments
2012-08-06 Dietmar Maurercompile simple rules
2012-08-06 Dietmar Maurercode cleanup
2012-08-06 Dietmar Maurerwrite real files
2012-08-03 Dietmar Maurergenerate example zone and interfaces file
2012-08-03 Dietmar Maurerstart example code