summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix parsing service names for portsJozsef Kadlecsik2018-04-103-10/+32
* Userspace revision handling is reworkedJozsef Kadlecsik2018-01-0222-7805/+4983
* Reset state after a command failed, when multiple ones are issued.Jozsef Kadlecsik2017-09-231-0/+1
* Handle padding attribute properly in userspace.Jozsef Kadlecsik2017-09-232-0/+9
* New function added in commit 54802b2c is missing from libipset.mapJozsef Kadlecsik2017-09-141-0/+5
* Report if the option is supported by a newer kernel releaseJozsef Kadlecsik2017-09-111-0/+24
* Fix possible truncated output in ipset output buffer handlingJozsef Kadlecsik2017-03-122-36/+39
* Missing prototype added in ipset_hash_ipmac.c (debugging)Jozsef Kadlecsik2017-03-121-0/+1
* ipset: Drop extra comma from error messageNeutron Soutmun2016-10-171-1/+1
* hash:ipmac type support added to ipset, userspace partTomasz Chilinski2016-05-052-0/+166
* Fix misleading error message with comment extensionJozsef Kadlecsik2016-02-241-1/+1
* Fix link with libtool >= 2.4.4Olivier Blin2016-01-091-1/+1
* Handle uint64_t alignment issue in ipset toolJozsef Kadlecsik2015-10-282-3/+7
* Add element count to all set types headerJozsef Kadlecsik2015-06-252-2/+5
* Add element count to hash headersEric B Munson2015-06-192-4/+12
* Add script to check libipset.map for missing symbolsJozsef Kadlecsik2014-10-281-0/+2
* Update libipset.map with ipset_parse_tcp_udp_portThomas Backlund2014-10-281-0/+1
* libipset: Bump lib version and update map fileNeutron Soutmun2014-10-281-0/+5
* Support glibc < 2.9 (fixes bugzilla id #891)Jozsef Kadlecsik2014-09-231-0/+1
* The library/API versions were forgotten to bump (reported by Sergei Zhirikov)Jozsef Kadlecsik2014-09-221-0/+8
* Retry printing when sprintf fails (reported by Stig Thormodsrud)Jozsef Kadlecsik2014-09-221-14/+2
* hash:mac type added to ipsetJozsef Kadlecsik2014-09-152-0/+141
* ipset: remove extran newline on debug outputHolger Eitzenberger2014-09-141-1/+1
* ipset: avoid duplicate command flagsHolger Eitzenberger2014-09-141-4/+2
* Remove a duplicate debug printHolger Eitzenberger2014-09-141-2/+1
* libipset: Add userspace support of the skbinfo extension of the list set type.Anton Danilov2014-09-141-0/+131
* libipset: Add userspace support of the skbinfo extension of the hash set types.Anton Danilov2014-09-1410-0/+1827
* libipset: Add userspace support of the skbinfo extension of the bitmap set ty...Anton Danilov2014-09-143-0/+405
* libipset: Add userspace code for the skbinfo extension support.Anton Danilov2014-09-146-1/+167
* Make possible to compile ipset with IPSET_DEBUG from the dist.Clinton Roy2014-08-191-0/+3
* libipset: print third element in debuggingSergey Popovich2014-05-061-1/+3
* ipset: Handle missing leading zeros in ethernet address parserJaneks Jaunups2014-05-061-5/+8
* ipset: Fix printf format warningNeutron Soutmun2014-04-071-1/+2
* ipset: add userspace support for forceaddJosh Hunt2014-03-0411-0/+1394
* lib: fix ifname 'physdev:' prefix parsingFlorian Westphal2014-02-131-2/+3
* print mark & mark mask in hex rather then decimalVytas Dauksa2014-01-232-4/+4
* add markmask for hash:ip,mark data typeVytas Dauksa2014-01-236-2/+22
* add hash:ip,mark data type to ipsetVytas Dauksa2014-01-088-0/+253
* ipset: Fix malformed output from list/save for ICMP types in port field.Sergey Popovich2013-11-111-3/+5