Remove now unused fw3_format_*() functions
[project/firewall3.git] / ipsets.c
2013-05-06 Jo-Philipp WichFamily "any" is not applicable to ipsets, default to...
2013-05-02 Jo-Philipp WichSimplify ipset external checks and optionally initializ...
2013-05-02 Jo-Philipp WichCheck whether ipset exists before referencing it in...
2013-04-30 Jo-Philipp WichStore ipset storage method and matches in state file...
2013-04-30 Jo-Philipp WichSend quit comment in fw3_destroy_ipsets() and initializ...
2013-04-30 Jo-Philipp WichDon't track family of ipsets
2013-04-30 Jo-Philipp WichAdd common fw3_address_to_string() helper function
2013-04-30 Jo-Philipp WichRemove referenced to unused FW3_FLAG_DELETED flag
2013-04-30 Jo-Philipp WichRemove unused "running" argument form fw3_lookup_ipset()
2013-04-30 Jo-Philipp WichSplit runtime and config states, store runtime state...
2013-03-19 Jo-Philipp WichProperly handle deleted zones and ipsets on restarts
2013-03-11 Jo-Philipp WichRework zone flush logic
2013-03-11 Jo-Philipp WichChange fw3_no_family() macro to take bit field value...
2013-03-10 Jo-Philipp WichCosmetic output changes
2013-03-10 Jo-Philipp WichIntroduce fw3_no_family() helper macro and use it
2013-03-10 Jo-Philipp WichSeparate running from current state flags in ipset...
2013-03-02 Jo-Philipp Wichintroduce support for enabled option in zones, forwards...
2013-02-21 Jo-Philipp Wichremove ip range list hack since fw3_address can now...
2013-02-21 Jo-Philipp Wichunify object freeing
2013-02-21 Jo-Philipp Wichrework runtime state tracking
2013-02-20 Jo-Philipp Wichrework ipset removal logic to only purge sets that...
2013-02-19 Jo-Philipp Wichintroduce global string array for enum names, remove...
2013-02-19 Jo-Philipp Wichproperly deal with only v4 or only v6 start/stop/restart
2013-02-18 Jo-Philipp Wichselectively delete chains in filter and nat tables
2013-02-17 Jo-Philipp Wichadd missing fclose() in previous commit
2013-02-17 Jo-Philipp Wichseparate state and lock files, use state file informati...
2013-02-17 Jo-Philipp Wichinitial commit