defaults: emit ctstate INVALID drop rules by default
[project/firewall3.git] / redirects.c
2015-05-26 Jo-Philipp Wichredirects: only emit REDIRECT rules if dest_ip is unset
2015-01-13 Jo-Philipp Wichredirects: fix possible null pointer access
2015-01-08 Jo-Philipp Wichredirects: respect src_dip option for reflection rules
2014-09-17 Jo-Philipp Wichredirect: emit -j REDIRECT rules for local port forwards
2014-07-19 Jo-Philipp WichUse netmasks instead of prefix lengths internally
2014-06-30 Felix Fietkaumake fw3_ubus_address take a list_head * argument inste...
2014-06-30 Felix Fietkauuse calloc instead of malloc+memset
2014-04-06 Jo-Philipp WichInitial support for "config nat" rules - this allows...
2013-11-18 Jo-Philipp WichClean up dead code
2013-11-18 Jo-Philipp WichSkip redirects with invalid options
2013-11-07 Jo-Philipp WichUse a global -m conntrack --ctstate DNAT rule to accept...
2013-10-10 Jo-Philipp WichUse fw3_ipt_rule_replace() when setting up reflection
2013-10-10 Jo-Philipp WichAllow any protocol for reflection rules
2013-07-16 Jo-Philipp WichTreat redirects as port redirections if the specified...
2013-06-06 Jo-Philipp WichFix endian issue in compare_addr(), solves auto detecti...
2013-06-06 Jo-Philipp WichImplement limit and limit_burst options for rules.
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-26 Jo-Philipp WichChange wording of inferred destination warning for...
2013-05-26 Jo-Philipp WichInfer destination zone of DNAT redirects from dest_ip...
2013-05-26 Jo-Philipp WichRemove fw3_ubus_address_free() and use fw3_free_list...
2013-05-25 Jo-Philipp WichAllow devices for src_ip, src_dip and dest_ip options
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-21 Jo-Philipp WichFix DNAT port remapping rules by not emitting 0.0.0...
2013-03-18 Jo-Philipp WichDo not accept option src_mac for SNAT rules
2013-03-14 Jo-Philipp WichConsolidate and unify argument order for functions
2013-03-13 Jo-Philipp WichMake nat reflection src address configurable by introdu...
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