Fix output rules with "option dest *"
[project/firewall3.git] / options.c
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