project/firewall3.git
2013-03-13 Jo-Philipp... Emit hotplug calls when flushing / creating zone chains
2013-03-13 Jo-Philipp... Unify fw3_default and fw3_target enums
2013-03-12 Jo-Philipp... Track used networks and devices in state file
2013-03-12 Jo-Philipp... Unify print_chains() implementations in utils.c fw3_pr_...
2013-03-11 Jo-Philipp... Include limits.h to fix compilation against eglibc
2013-03-11 Jo-Philipp... Rework zone flush logic
2013-03-11 Jo-Philipp... Change fw3_no_family() macro to take bit field value...
2013-03-10 Jo-Philipp... Cosmetic output changes
2013-03-10 Jo-Philipp... Only run includes and set sysctls if either v4 or v6...
2013-03-10 Jo-Philipp... Introduce fw3_no_family() helper macro and use it
2013-03-10 Jo-Philipp... Remove src_flags and running_src_flags from fw3_zone...
2013-03-10 Jo-Philipp... Don't store zone src_flags in statefile anymore, read...
2013-03-10 Jo-Philipp... Introduce new enum values for zone src policies and...
2013-03-10 Jo-Philipp... Separate running from current state flags in ipset...
2013-03-10 Jo-Philipp... Get rid of redundant fw3_defaults object, instead add...
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