iptables: fix regression with unintended free in need_protomatch
[project/firewall3.git] / iptables.c
2023-06-10 Christian Marangiiptables: fix regression with unintended free in need_p... master
2023-05-29 Christian Marangiiptables: free xtables_match if found in need_protomatch
2021-02-28 Philip Prindevillefirewall3: remove last remaining sprintf()
2020-12-06 Jo-Philipp Wichiptables: fix serializing multiple weekdays
2020-06-03 Jo-Philipp Wichtreewide: replace unsafe string functions
2020-06-02 Jo-Philipp Wichimprove reload logic
2019-08-22 Alexander Couzensiptables.c: lock the xtables.lock
2018-08-03 Jo-Philipp WichAdd support for DSCP matches and target
2018-07-02 Rosen Penevfirewall3: Fix GCC8 warnings by replacing sprintf with...
2018-03-02 Jo-Philipp Wichiptables: fix possible NULL pointer access on construct...
2018-02-20 Jo-Philipp Wichhelpers: implement explicit CT helper assignment support
2017-05-26 Jo-Philipp Wichiptables: support -i, -o, -s and -d in option extra
2017-05-12 Jo-Philipp Wichiptables: add exception handling
2017-02-22 Jo-Philipp Wichfirewall3: fix handling of UTC times
2017-02-07 Jo-Philipp Wichiptables: support xtables API > 11
2016-11-06 Jo-Philipp Wichiptables: move includes into iptables.c to avoid kernel...
2016-11-06 Jo-Philipp Wichiptables: remove usage of xt_id
2016-11-06 Jo-Philipp Wichiptables: rework extension loader
2016-11-05 Ralph Sennhauseriptables: fix loading standard target
2016-11-04 Ralph Sennhauseriptables: add support for version 1.6.0
2016-11-01 Jo-Philipp Wichiptables: use different approach for managing loadable...
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-01-29 Len Whiteiptables: fix inversion flags
2016-01-24 Jo-Philipp WichUse xt_id match to track own rules
2015-05-26 Jo-Philipp WichRework match initialization
2015-02-26 Hans Dedeckerfirewall3: fix null pointer access when no target is...
2014-07-19 Jo-Philipp WichUse netmasks instead of prefix lengths internally
2014-04-14 Steven BarthAdd support for device and direction parameters
2013-06-29 Jo-Philipp WichProperly dereference struct ether_addr
2013-06-29 Jo-Philipp WichDo not rely on ether_ntoa() when formatting mac addresses.
2013-06-18 Jo-Philipp WichFix processing of CIDRs with mask 0
2013-06-13 Jo-Philipp WichFix processing of negated options
2013-06-06 Jo-Philipp WichKeep all basic chains on reload and only flush them...
2013-06-05 Jo-Philipp WichExtend ipset option syntax to support specifying direct...
2013-06-04 Jo-Philipp WichAdd abstract fw3_xt_print_matches() and fw3_xt_print_ta...
2013-06-03 Jo-Philipp WichDecouple handle destroying from committing, add fw3_ipt...
2013-06-03 Jo-Philipp WichDo not let libxtables implicitely load extensions,...
2013-05-27 Jo-Philipp WichMake IPv6 support optional
2013-05-27 Jo-Philipp WichAdd abstract fw3_xt_reset() implementation
2013-05-27 Jo-Philipp WichFix compatibility with older libiptc/libip6tc
2013-05-26 Jo-Philipp WichAvoid segfault when freeing rules whose target could...
2013-05-23 Jo-Philipp WichDon't leak memory when encountering unknown match or...
2013-05-23 Jo-Philipp WichUse weak function pointers to call extension init funct...
2013-05-17 Jo-Philipp WichAdd missing libip6t_REJECT initialization
2013-05-17 Jo-Philipp WichOnly initialize extensions we actually use
2013-05-17 Jo-Philipp WichInclude iptables command and table name in iptables...
2013-05-17 Jo-Philipp WichAdd debug prints for policy setting, don't commit rules...
2013-05-17 Jo-Philipp WichDrop iptables-restore and create rules through libiptc...
2013-05-13 Jo-Philipp WichUse libiptc to clear current ruleset