summaryrefslogtreecommitdiff
path: root/options.c
Commit message (Expand)AuthorAgeFilesLines
* options.c: add DSCP code LE Least EffortKevin Darbyshire-Bryant2022-01-091-0/+1
* options: fix parsing of boolean attributesRemi NGUYEN VAN2020-08-201-0/+6
* treewide: replace unsafe string functionsJo-Philipp Wich2020-06-031-9/+20
* firewall3: fix typo that affects ICMPv6 rules with numeric icmp_typeAlin Nastac2019-09-151-1/+1
* options: redirects: Fix possible buffer overflowsHauke Mehrtens2018-12-201-1/+1
* Add support for DSCP matches and targetJo-Philipp Wich2018-08-031-0/+59
* firewall3: make reject types selectable by userAlin Nastac2018-07-161-0/+13
* options: treat time strings as UTC timesJo-Philipp Wich2018-05-161-2/+5
* ipsets: add support for specifying entriesJo-Philipp Wich2018-03-101-0/+11
* helpers: implement explicit CT helper assignment supportJo-Philipp Wich2018-02-201-0/+23
* options: emit an empty address item when resolving networks failsJo-Philipp Wich2018-02-131-1/+13
* options: remove stray continue statementJo-Philipp Wich2017-05-271-1/+0
* options: improve handling of negations when parsing space separated valuesJo-Philipp Wich2017-05-261-1/+30
* utils.h: Avoid name clashes for setbit/delbit/hasbitFlorian Fainelli2016-09-181-4/+4
* treewide: replace jow@openwrt.org with jo@mein.ioJo-Philipp Wich2016-06-071-1/+1
* ubus: print rule name when reporting errorsJo-Philipp Wich2015-04-181-7/+12
* options: allow '*' as value for protocols and familiesJo-Philipp Wich2014-09-191-2/+2
* options: fix logic flaw when parsing ipaddr/mask notationJo-Philipp Wich2014-07-191-8/+14
* Use netmasks instead of prefix lengths internallyJo-Philipp Wich2014-07-191-44/+57
* options: fix fw3_parse_network() when destination pointer is not a listJo-Philipp Wich2014-07-031-2/+14
* make fw3_ubus_address take a list_head * argument instead of allocating & ret...Felix Fietkau2014-06-301-14/+6
* Add support for netifd-generated rulesSteven Barth2014-04-141-0/+101
* Add support for device and direction parametersSteven Barth2014-04-141-0/+16
* Initial support for "config nat" rules - this allows configuring zone-indepen...Jo-Philipp Wich2014-04-061-2/+3
* Properly check strtol() results when paring values as integersJo-Philipp Wich2013-12-171-2/+3
* Change fw3_parse_options() to indicate whether all options where parsed succe...Jo-Philipp Wich2013-11-181-1/+10
* Don't mistreat unknown protocol names as "any protocol"Jo-Philipp Wich2013-06-181-2/+3
* Extend ipset option syntax to support specifying directions inplace.Jo-Philipp Wich2013-06-051-3/+45
* Mark fw3_address objects that got resolved by fw3_parse_network()Jo-Philipp Wich2013-05-261-0/+1
* Remove fw3_ubus_address_free() and use fw3_free_list() insteadJo-Philipp Wich2013-05-261-1/+1
* Remove now unused fw3_format_*() functionsJo-Philipp Wich2013-05-171-282/+0
* Drop iptables-restore and create rules through libiptc and libxtablesJo-Philipp Wich2013-05-171-13/+3
* Simplify ipset external checks and optionally initialize ispet name from exte...Jo-Philipp Wich2013-05-021-4/+1
* Record device-network relation in state file, fix zone hotplug eventsJo-Philipp Wich2013-05-021-0/+7
* Store ipset storage method and matches in state file, keep iprange and ports ...Jo-Philipp Wich2013-04-301-4/+6
* Fix parsing of ipset datatypesJo-Philipp Wich2013-04-301-6/+12
* Allow hex notation in int type optionsJo-Philipp Wich2013-04-301-1/+1
* Add common fw3_address_to_string() helper functionJo-Philipp Wich2013-04-301-39/+36
* Add support for fwmark matches and targetsJo-Philipp Wich2013-04-091-0/+51
* Fix parsing of '*' device and 'all' protocol valueJo-Philipp Wich2013-03-221-0/+2
* Rework option parsing to support emitting multiple values from within a parse...Jo-Philipp Wich2013-03-191-122/+139
* Implement support for "network" datatype and use it for masq_src / masq_destJo-Philipp Wich2013-03-191-0/+33
* Make nat reflection src address configurable by introducing a reflection_src ...Jo-Philipp Wich2013-03-131-0/+12
* Unify fw3_default and fw3_target enumsJo-Philipp Wich2013-03-131-3/+3
* Introduce new enum values for zone src policies and map src policy to dst_fla...Jo-Philipp Wich2013-03-101-0/+4
* Support abstract "tcpudp" protocolJo-Philipp Wich2013-03-071-5/+12
* use dup'ed string in fw3_parse_monthdays()Jo-Philipp Wich2013-02-281-1/+1
* generalize enum parsingJo-Philipp Wich2013-02-281-120/+89
* add support for includesJo-Philipp Wich2013-02-221-0/+13
* use hasbit() to test for invert flag of weekdays and monthdaysJo-Philipp Wich2013-02-211-2/+2