iptables: fix regression with unintended free in need_protomatch
[project/firewall3.git] / utils.c
2022-02-21 Wenli Looifirewall3: remove unnecessary fw3_has_table
2022-01-08 Florian Eckertfirewall3: fix locking issue
2021-03-23 Rui Salvaterrafirewall3: create a common helper to find strings in...
2020-06-03 Jo-Philipp Wichtreewide: replace unsafe string functions
2020-01-28 Rui Salvaterradefaults: robustify flow table detection.
2019-11-22 Jo-Philipp Wichutils: persist effective extra_src and extra_dest optio...
2019-09-23 Hans Dedeckerutils: fix resource leak
2019-09-08 Hauke Mehrtensutils: Fix string format message
2019-08-22 Alexander Couzensutils: implement fw3_lock_path() & fw3_unlock_path()
2019-08-19 Kristian Evensenfirewall3: ipset: Handle reload_set properly
2019-08-16 Kristian Evensenfirewall3: Improve ipset support
2019-06-12 Kevin Darbyshire... utils: coverity resource leak warning
2019-01-02 Hans Dedeckerzones: add zone identifying local traffic in raw OUTPUT...
2018-12-20 Hauke Mehrtensutils: Free args in __fw3_command_pipe()
2018-02-20 Jo-Philipp Wichhelpers: implement explicit CT helper assignment support
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