options: remove stray continue statement
[project/firewall3.git] / utils.c
2017-05-09 Pierre Lebleufirewall3: add fw3_attr_parse_name_type() function
2017-05-04 Felix Fietkauutils: replace sprintf use with snprintf to avoid overflows
2016-11-29 Jo-Philipp Wichglobal: remove automatic notrack rules
2016-06-07 Jo-Philipp Wichtreewide: replace jow@openwrt.org with jo@mein.io
2015-01-08 Ulrich Weberfirewall3: fix left shift on 64 bit systems in fw3_bitl...
2014-09-18 Jo-Philipp Wichutils: rework fw3_bitlen2netmask() IPv6 mask calculation
2014-09-17 Jo-Philipp Wichutils: fix invalid memory access in fw3_bitlen2netmask()
2014-08-11 Jo-Philipp Wichutils: ifa_addr may be NULL, skip such entries
2014-08-11 Jo-Philipp WichSelectively flush conntrack
2014-07-19 Jo-Philipp WichUse netmasks instead of prefix lengths internally
2014-06-30 Felix Fietkauuse calloc instead of malloc+memset
2014-04-14 Steven BarthFix building with newer toolchains
2014-03-20 Felix Fietkauutils: define _GNU_SOURCE to get clearenv()
2013-06-05 Jo-Philipp WichExtend ipset option syntax to support specifying direct...
2013-05-26 Jo-Philipp WichAdd fw3_free_list() helper
2013-05-17 Jo-Philipp WichRemove now unused fw3_pr_rulespec()
2013-05-17 Jo-Philipp WichDrop iptables-restore and create rules through libiptc...
2013-05-08 Jo-Philipp WichForce fsync() after writing statefile
2013-05-02 Jo-Philipp WichSimplify ipset external checks and optionally initializ...
2013-05-02 Jo-Philipp WichRecord device-network relation in state file, fix zone...
2013-04-30 Jo-Philipp WichRecord default policies in state file
2013-04-30 Jo-Philipp WichStore ipset storage method and matches in state file...
2013-04-30 Jo-Philipp WichDon't track family of ipsets
2013-04-30 Jo-Philipp WichTrack ipsets in state file
2013-04-30 Jo-Philipp WichWrite statefile flags in hexadecimal format
2013-04-30 Jo-Philipp WichAdd common fw3_address_to_string() helper function
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-13 Jo-Philipp WichEmit hotplug calls when flushing / creating zone chains
2013-03-12 Jo-Philipp WichTrack used networks and devices in state file
2013-03-12 Jo-Philipp WichUnify print_chains() implementations in utils.c fw3_pr_...
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 WichIntroduce fw3_no_family() helper macro and use it
2013-03-10 Jo-Philipp WichRemove src_flags and running_src_flags from fw3_zone...
2013-03-10 Jo-Philipp WichDon't store zone src_flags in statefile anymore, read...
2013-03-10 Jo-Philipp WichSeparate running from current state flags in ipset...
2013-03-10 Jo-Philipp WichGet rid of redundant fw3_defaults object, instead add...
2013-03-10 Jo-Philipp WichProperly handle per zone user chain rules by fixing...
2013-02-27 Jo-Philipp Wichadd debug flag to monitor fw3_pr() calls, set policies...
2013-02-21 Jo-Philipp Wichremove now unsed fw3_free_list() helper
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 Wichmake enum values unique to allow using them in bitfield...
2013-02-19 Jo-Philipp Wichrename flag fields in structures
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 Wichrecord used zone chains in state file
2013-02-17 Jo-Philipp Wichseparate state and lock files, use state file informati...
2013-02-17 Jo-Philipp Wichinitial commit