project/firewall3.git
2013-05-17 Jo-Philipp... Only initialize extensions we actually use
2013-05-17 Jo-Philipp... Wait for ipsets to appear before continuing
2013-05-17 Jo-Philipp... Restore iptables-save include functionality
2013-05-17 Jo-Philipp... Also add comments for unnamed rules
2013-05-17 Jo-Philipp... Only process selected family for print
2013-05-17 Jo-Philipp... Include iptables command and table name in iptables...
2013-05-17 Jo-Philipp... Add debug prints for policy setting, don't commit rules...
2013-05-17 Jo-Philipp... Rename struct fw3_rule_spec to struct fw3_chain_spec...
2013-05-17 Jo-Philipp... Remove now unused fw3_pr_rulespec()
2013-05-17 Jo-Philipp... Remove now unused fw3_format_*() functions
2013-05-17 Jo-Philipp... Drop iptables-restore and create rules through libiptc...
2013-05-13 Jo-Philipp... Use libiptc to clear current ruleset
2013-05-08 Jo-Philipp... Force fsync() after writing statefile
2013-05-08 Jo-Philipp... Make reload atomic
2013-05-06 Jo-Philipp... Family "any" is not applicable to ipsets, default to...
2013-05-02 Jo-Philipp... Simplify ipset external checks and optionally initializ...
2013-05-02 Jo-Philipp... Check whether ipset exists before referencing it in...
2013-05-02 Jo-Philipp... Record device-network relation in state file, fix zone...
2013-04-30 Jo-Philipp... Record default policies in state file
2013-04-30 Jo-Philipp... Store ipset storage method and matches in state file...
2013-04-30 Jo-Philipp... Send quit comment in fw3_destroy_ipsets() and initializ...
2013-04-30 Jo-Philipp... Don't track family of ipsets
2013-04-30 Jo-Philipp... Fix parsing of ipset datatypes
2013-04-30 Jo-Philipp... Track ipsets in state file
2013-04-30 Jo-Philipp... Write statefile flags in hexadecimal format
2013-04-30 Jo-Philipp... Allow hex notation in int type options
2013-04-30 Jo-Philipp... Add common fw3_address_to_string() helper function
2013-04-30 Jo-Philipp... Remove referenced to unused FW3_FLAG_DELETED flag
2013-04-30 Jo-Philipp... Remove unused "running" argument form fw3_lookup_ipset()
2013-04-30 Jo-Philipp... Remove unused "running" argument form fw3_lookup_zone()
2013-04-30 Jo-Philipp... Split runtime and config states, store runtime state...
2013-04-09 Jo-Philipp... Add support for fwmark matches and targets
2013-03-22 Jo-Philipp... Increase compatibility to old firewall by initializing...
2013-03-22 Jo-Philipp... Fix parsing of '*' device and 'all' protocol value
2013-03-21 Jo-Philipp... Fix DNAT port remapping rules by not emitting 0.0.0...
2013-03-19 Jo-Philipp... Properly handle deleted zones and ipsets on restarts
2013-03-19 Jo-Philipp... Accept network names in per-zone subnet option
2013-03-19 Jo-Philipp... Also read addresses from "ipv6-prefix-assignment" ifsta...
2013-03-19 Jo-Philipp... Rework option parsing to support emitting multiple...
2013-03-19 Jo-Philipp... Implement support for "network" datatype and use it...
2013-03-18 Jo-Philipp... Do not accept option src_mac for SNAT rules
2013-03-14 Jo-Philipp... Consolidate and unify argument order for functions
2013-03-14 Jo-Philipp... Only perform locking for start, stop, restart, reload...
2013-03-14 Jo-Philipp... Implement reload option for includes to decide whether...
2013-03-13 Jo-Philipp... Make nat reflection src address configurable by introdu...
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