zones: add interface/subnet bound LOG rules
[project/firewall3.git] / options.c
2018-05-16 Jo-Philipp Wichoptions: treat time strings as UTC times
2018-03-10 Jo-Philipp Wichipsets: add support for specifying entries
2018-02-20 Jo-Philipp Wichhelpers: implement explicit CT helper assignment support
2018-02-13 Jo-Philipp Wichoptions: emit an empty address item when resolving...
2017-05-27 Jo-Philipp Wichoptions: remove stray continue statement
2017-05-26 Jo-Philipp Wichoptions: improve handling of negations when parsing...
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
2015-04-18 Jo-Philipp Wichubus: print rule name when reporting errors
2014-09-19 Jo-Philipp Wichoptions: allow '*' as value for protocols and families
2014-07-19 Jo-Philipp Wichoptions: fix logic flaw when parsing ipaddr/mask notation
2014-07-19 Jo-Philipp WichUse netmasks instead of prefix lengths internally
2014-07-03 Jo-Philipp Wichoptions: fix fw3_parse_network() when destination point...
2014-06-30 Felix Fietkaumake fw3_ubus_address take a list_head * argument inste...
2014-04-14 Steven BarthAdd support for netifd-generated rules
2014-04-14 Steven BarthAdd support for device and direction parameters
2014-04-06 Jo-Philipp WichInitial support for "config nat" rules - this allows...
2013-12-17 Jo-Philipp WichProperly check strtol() results when paring values...
2013-11-18 Jo-Philipp WichChange fw3_parse_options() to indicate whether all...
2013-06-18 Jo-Philipp WichDon't mistreat unknown protocol names as "any protocol"
2013-06-05 Jo-Philipp WichExtend ipset option syntax to support specifying direct...
2013-05-26 Jo-Philipp WichMark fw3_address objects that got resolved by fw3_parse...
2013-05-26 Jo-Philipp WichRemove fw3_ubus_address_free() and use fw3_free_list...
2013-05-17 Jo-Philipp WichRemove now unused fw3_format_*() functions
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 WichRecord device-network relation in state file, fix zone...
2013-04-30 Jo-Philipp WichStore ipset storage method and matches in state file...
2013-04-30 Jo-Philipp WichFix parsing of ipset datatypes
2013-04-30 Jo-Philipp WichAllow hex notation in int type options
2013-04-30 Jo-Philipp WichAdd common fw3_address_to_string() helper function
2013-04-09 Jo-Philipp WichAdd support for fwmark matches and targets
2013-03-22 Jo-Philipp WichFix parsing of '*' device and 'all' protocol value
2013-03-19 Jo-Philipp WichRework option parsing to support emitting multiple...
2013-03-19 Jo-Philipp WichImplement support for "network" datatype and use it...
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-10 Jo-Philipp WichIntroduce new enum values for zone src policies and...
2013-03-07 Jo-Philipp WichSupport abstract "tcpudp" protocol
2013-02-28 Jo-Philipp Wichuse dup'ed string in fw3_parse_monthdays()
2013-02-28 Jo-Philipp Wichgeneralize enum parsing
2013-02-22 Jo-Philipp Wichadd support for includes
2013-02-21 Jo-Philipp Wichuse hasbit() to test for invert flag of weekdays and...
2013-02-21 Jo-Philipp Wichadd time match support
2013-02-21 Jo-Philipp Wichintroduce support for ip ranges
2013-02-21 Jo-Philipp Wichunify object freeing
2013-02-19 Jo-Philipp Wichintroduce global string array for enum names, remove...
2013-02-17 Jo-Philipp Wichinitial commit