summaryrefslogtreecommitdiff
path: root/ipsets.c
Commit message (Expand)AuthorAgeFilesLines
* ipsets: permit default timeout of 0Kevin Darbyshire-Bryant2021-08-141-1/+2
* ipsets: allow blank/commented lines with loadfileDaniel Harding2020-12-061-2/+10
* firewall3: ipset: Handle reload_set properlyKristian Evensen2019-08-191-2/+45
* firewall3: Improve ipset supportKristian Evensen2019-08-161-9/+40
* ipsets: add support for specifying entriesJo-Philipp Wich2018-03-101-1/+34
* firewall3: add UBUS support for ipset sectionsPierre Lebleu2017-05-091-51/+88
* firewall3: check the return value of fw3_parse_options()Pierre Lebleu2017-05-091-1/+2
* treewide: replace jow@openwrt.org with jo@mein.ioJo-Philipp Wich2016-06-071-1/+1
* Use netmasks instead of prefix lengths internallyJo-Philipp Wich2014-07-191-1/+1
* use calloc instead of malloc+memsetFelix Fietkau2014-06-301-4/+1
* Several ipset bugfixesJo-Philipp Wich2014-02-211-2/+12
* Fix another crash bug if ipsets are supported but none is declaredJo-Philipp Wich2013-05-211-2/+5
* Do not print to pipe or close command if nothing was executedJo-Philipp Wich2013-05-211-2/+5
* Wait for ipsets to appear before continuingJo-Philipp Wich2013-05-171-8/+54
* Family "any" is not applicable to ipsets, default to v4 and disallow "any"Jo-Philipp Wich2013-05-061-4/+8
* Simplify ipset external checks and optionally initialize ispet name from exte...Jo-Philipp Wich2013-05-021-3/+11
* Check whether ipset exists before referencing it in rules or redirectsJo-Philipp Wich2013-05-021-0/+37
* Store ipset storage method and matches in state file, keep iprange and ports ...Jo-Philipp Wich2013-04-301-28/+3
* Send quit comment in fw3_destroy_ipsets() and initialize ipset objects with e...Jo-Philipp Wich2013-04-301-0/+4
* Don't track family of ipsetsJo-Philipp Wich2013-04-301-11/+6
* Add common fw3_address_to_string() helper functionJo-Philipp Wich2013-04-301-23/+1
* Remove referenced to unused FW3_FLAG_DELETED flagJo-Philipp Wich2013-04-301-2/+1
* Remove unused "running" argument form fw3_lookup_ipset()Jo-Philipp Wich2013-04-301-3/+2
* Split runtime and config states, store runtime state in UCI formatJo-Philipp Wich2013-04-301-9/+2
* Properly handle deleted zones and ipsets on restartsJo-Philipp Wich2013-03-191-2/+3
* Rework zone flush logicJo-Philipp Wich2013-03-111-2/+2
* Change fw3_no_family() macro to take bit field value directlyJo-Philipp Wich2013-03-111-3/+2
* Cosmetic output changesJo-Philipp Wich2013-03-101-2/+2
* Introduce fw3_no_family() helper macro and use itJo-Philipp Wich2013-03-101-2/+1
* Separate running from current state flags in ipset handling, remove ipsets pe...Jo-Philipp Wich2013-03-101-8/+5
* introduce support for enabled option in zones, forwards, rules, redirects, ip...Jo-Philipp Wich2013-03-021-0/+2
* remove ip range list hack since fw3_address can now represent true rangesJo-Philipp Wich2013-02-211-21/+17
* unify object freeingJo-Philipp Wich2013-02-211-32/+39
* rework runtime state trackingJo-Philipp Wich2013-02-211-54/+47
* rework ipset removal logic to only purge sets that are not in use by any familyJo-Philipp Wich2013-02-201-13/+45
* introduce global string array for enum names, remove private arraysJo-Philipp Wich2013-02-201-7/+1
* properly deal with only v4 or only v6 start/stop/restartJo-Philipp Wich2013-02-191-8/+11
* selectively delete chains in filter and nat tablesJo-Philipp Wich2013-02-181-24/+7
* add missing fclose() in previous commitJo-Philipp Wich2013-02-171-0/+2
* separate state and lock files, use state file information to purge ipsetsJo-Philipp Wich2013-02-171-7/+17
* initial commitJo-Philipp Wich2013-02-171-0/+399