summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* The "Fix hex literals in json output" broke save mode, restore itJozsef Kadlecsik2024-02-031-1/+2
* Fix -Werror=format-extra-args warningJozsef Kadlecsik2024-02-031-2/+2
* Workaround misleading -Wstringop-truncation warningJozsef Kadlecsik2024-02-031-1/+1
* Fix json output for -name optionMark2023-12-121-3/+7
* Fix hex literals in json outputJozsef Kadlecsik2023-12-122-23/+27
* build: Fix the double-prefix in pkgconfigSam James2023-09-211-1/+0
* Add json output to list commandThomas Oberhammer2023-09-182-1/+90
* xlate: Drop dead codePhil Sutter2023-03-101-3/+0
* xlate: Fix for fd leak in error pathPhil Sutter2023-03-101-1/+1
* lib/Makefile.am: fix pkgconfig dirSam James2023-01-281-1/+1
* Add new ipset_parse_bitmask() function to the library interface.Jozsef Kadlecsik2022-11-211-0/+4
* Fix all debug mode warningsJozsef Kadlecsik2022-11-202-15/+22
* netfilter: ipset: Add bitmask support to hash:netnetVishwanath Pai2022-11-201-0/+101
* netfilter: ipset: Add bitmask support to hash:ipportVishwanath Pai2022-11-201-0/+108
* netfilter: ipset: Add bitmask support to hash:ipVishwanath Pai2022-11-201-0/+86
* netfilter: ipset: Add support for new bitmask parameterVishwanath Pai2022-11-207-1/+74
* Fix IPv6 sets nftables translationPablo Neira Ayuso2022-02-281-14/+10
* Add missing function to libipset.map and bump library versionJozsef Kadlecsik2021-07-281-0/+5
* When parsing protocols by number, do not check it in /etc/protocols.Jozsef Kadlecsik2021-07-271-7/+7
* Add missing hunk to patch "Allow specifying protocols by number"Jozsef Kadlecsik2021-07-161-2/+12
* Allow specifying protocols by numberHaw Loeung2021-07-141-15/+18
* Limit the maximal range of consecutive elements to add/deleteJozsef Kadlecsik2021-07-141-0/+2
* add ipset to nftables translation infrastructurePablo Neira Ayuso2021-06-261-1/+540
* lib: Detach restore routine from parserPablo Neira Ayuso2021-06-261-1/+4
* lib: split parser from command executionPablo Neira Ayuso2021-06-261-14/+30
* Fix patch "Parse port before trying by service name"Jozsef Kadlecsik2021-06-261-14/+22
* Parse port before trying by service nameHaw Loeung2021-02-191-2/+2
* Silence unused-but-set-variable warningsJozsef Kadlecsik2021-02-191-4/+4
* Handle -Werror=implicit-fallthrough= in debug mode compilingJozsef Kadlecsik2021-02-091-0/+2
* ipset: fix print format warningNeutron Soutmun2021-01-191-3/+3
* Argument parsing buffer overflow in ipset_parse_argv fixedJozsef Kadlecsik2021-01-191-0/+5
* Expose the initval hash parameter to userspaceJozsef Kadlecsik2020-09-2118-22/+92
* Add bucketsize parameter to all hash typesJozsef Kadlecsik2020-09-2117-10/+1201
* Support the -exist flag with the destroy commandJozsef Kadlecsik2020-09-201-1/+1
* Document explicitly that protocol is not stored in bitmap:portJozsef Kadlecsik2019-11-141-4/+4
* ipset: Add wildcard support to net,ifaceKristian Evensen2019-10-313-0/+111
* Sort naturally instead of textual sort (bugzilla #1369)Jozsef Kadlecsik2019-10-311-2/+78
* ipset: fix spelling error in libipset.3 manpageNeutron Soutmun2019-06-281-5/+5
* ipset: update my email addressJozsef Kadlecsik2019-06-0528-28/+28
* Add missing functions to libipset.mapJozsef Kadlecsik2018-11-281-0/+8
* Implement sorting for hash types in the ipset toolJozsef Kadlecsik2018-11-263-17/+277
* Fix to list/save into file specified by optionJozsef Kadlecsik2018-11-101-2/+3
* Introduction of new commands and protocol version 7Jozsef Kadlecsik2018-10-274-1/+29
* Prepare the ipset tool to handle multiple protocol versionsJozsef Kadlecsik2018-10-222-7/+22
* Fix warning message handlingJozsef Kadlecsik2018-10-224-51/+60
* Library reworked to support embedding ipset completelyJozsef Kadlecsik2018-10-1815-119/+2028
* Validate string type attributes in attr2data()Stefano Brivio2018-09-031-0/+4
* Fix use-after-free in ipset_parse_name_compat()Stefano Brivio2018-08-271-3/+4
* Simplify return statement in ipset_mnl_query()Stefano Brivio2018-08-241-1/+1
* Limit max timeout value to (UINT_MAX >> 1)/MSEC_PER_SECJozsef Kadlecsik2018-06-011-1/+1