project/firewall3.git
2013-03-10 Jo-Philipp... Properly handle per zone user chain rules by fixing...
2013-03-08 Jo-Philipp... add support for per-zone user chains
2013-03-07 Jo-Philipp... Support abstract "tcpudp" protocol
2013-03-02 Jo-Philipp... introduce support for enabled option in zones, forwards...
2013-02-28 Jo-Philipp... use dup'ed string in fw3_parse_monthdays()
2013-02-28 Jo-Philipp... generalize enum parsing
2013-02-27 Jo-Philipp... remove unused notrack chain
2013-02-27 Jo-Philipp... clear conntrack table on flush
2013-02-27 Jo-Philipp... cosmetic change in printing of forward rules
2013-02-27 Jo-Philipp... add debug flag to monitor fw3_pr() calls, set policies...
2013-02-22 Jo-Philipp... add support for setting sysctls, remove tcp_westwood...
2013-02-22 Jo-Philipp... run/load includes on start
2013-02-22 Jo-Philipp... add reload command to selectively rebuild rules (to...
2013-02-22 Jo-Philipp... add support for includes
2013-02-21 Jo-Philipp... use hasbit() to test for invert flag of weekdays and...
2013-02-21 Jo-Philipp... add time match support
2013-02-21 Jo-Philipp... remove now unsed fw3_free_list() helper
2013-02-21 Jo-Philipp... remove ip range list hack since fw3_address can now...
2013-02-21 Jo-Philipp... introduce support for ip ranges
2013-02-21 Jo-Philipp... unify object freeing
2013-02-21 Jo-Philipp... rework runtime state tracking
2013-02-20 Jo-Philipp... only emit zone flush commands if the zone is active...
2013-02-20 Jo-Philipp... rework ipset removal logic to only purge sets that...
2013-02-19 Jo-Philipp... print a notification if forwards are skipped due to...
2013-02-19 Jo-Philipp... do not save state when printing rules
2013-02-19 Jo-Philipp... introduce global string array for enum names, remove...
2013-02-19 Jo-Philipp... track used family for ipsets
2013-02-19 Jo-Philipp... make enum values unique to allow using them in bitfield...
2013-02-19 Jo-Philipp... convert remaining occurences to hasbit() / setbit(...
2013-02-19 Jo-Philipp... rename flag fields in structures
2013-02-19 Jo-Philipp... properly deal with only v4 or only v6 start/stop/restart
2013-02-18 Jo-Philipp... selectively delete chains in filter and nat tables
2013-02-17 Jo-Philipp... record used zone chains in state file
2013-02-17 Jo-Philipp... destroy ipsets on explicit stop and flush, but not...
2013-02-17 Jo-Philipp... add missing fclose() in previous commit
2013-02-17 Jo-Philipp... separate state and lock files, use state file informati...
2013-02-17 Jo-Philipp... initial commit