iptables: fix regression with unintended free in need_protomatch
[project/firewall3.git] / rules.c
2021-03-23 Tony Ambardarrules: fix device and chain usage for DSCP/MARK targets
2020-06-03 Jo-Philipp Wichtreewide: replace unsafe string functions
2020-03-03 Yousong Zhourules: fix typo
2018-08-03 Jo-Philipp WichAdd support for DSCP matches and target
2018-05-14 Pierre Lebleuhelpers: fix the set_helper in the rule structure
2018-05-14 Pierre Lebleuhelpers: make the proto field as a list rather than...
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-09 Pierre Lebleufirewall3: replace warn_rule() by warn_section()
2017-04-27 Jo-Philipp Wichrules: fix UCI context in error reporting
2016-09-18 Florian Fainelliutils.h: Avoid name clashes for setbit/delbit/hasbit
2016-06-07 Jo-Philipp Wichtreewide: replace jow@openwrt.org with jo@mein.io
2016-04-28 Daniel Golleset mark for locally generated traffic in OUTPUT chain
2016-01-24 Jo-Philipp WichUse xt_id match to track own rules
2015-04-18 Jo-Philipp Wichubus: print rule name when reporting errors
2014-04-14 Steven BarthAdd support for netifd-generated rules
2014-04-14 Steven BarthAdd support for device and direction parameters
2013-11-18 Jo-Philipp WichSkip rules with invalid options
2013-08-14 Jo-Philipp WichUse "-j CT --notrack" instead of deprecated "-j NOTRACK"
2013-06-13 Jo-Philipp WichProperly handle reject target in rules with specific...
2013-06-06 Jo-Philipp WichFor ingress rules, only jump into zone_name_src_ACTION...
2013-06-05 Jo-Philipp WichUse zone_name_src_ACTION chain for input rules with...
2013-06-05 Jo-Philipp WichExtend ipset option syntax to support specifying direct...
2013-05-26 Jo-Philipp WichOnly emit different ip family warnings if the ip wasn...
2013-05-25 Jo-Philipp WichFix output rules with "option dest *"
2013-05-25 Jo-Philipp WichAllow devices for src_ip, src_dip and dest_ip options
2013-05-17 Jo-Philipp WichAlso add comments for unnamed rules
2013-05-17 Jo-Philipp WichDrop iptables-restore and create rules through libiptc...
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 WichRemove unused "running" argument form fw3_lookup_ipset()
2013-04-30 Jo-Philipp WichRemove unused "running" argument form fw3_lookup_zone()
2013-04-09 Jo-Philipp WichAdd support for fwmark matches and targets
2013-03-22 Jo-Philipp WichIncrease compatibility to old firewall by initializing...
2013-03-14 Jo-Philipp WichConsolidate and unify argument order for functions
2013-03-13 Jo-Philipp WichUnify fw3_default and fw3_target enums
2013-03-11 Jo-Philipp WichRework zone flush logic
2013-03-10 Jo-Philipp WichRemove src_flags and running_src_flags from fw3_zone...
2013-03-02 Jo-Philipp Wichintroduce support for enabled option in zones, forwards...
2013-02-21 Jo-Philipp Wichadd time match support
2013-02-21 Jo-Philipp Wichunify object freeing
2013-02-21 Jo-Philipp Wichrework runtime state tracking
2013-02-19 Jo-Philipp Wichtrack used family for ipsets
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 Wichinitial commit