summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* ipset: fix timeout data type sizeNikolay Martynov2013-11-111-3/+8
* build: fix incorrect library versioningJan Engelhardt2013-10-271-0/+4
* Missing comment support added to hash:ip,port,ip and hash:net,iface typesJozsef Kadlecsik2013-10-022-0/+323
* ipset: Add userspace code to support hash:net,port,net kernel module.Oliver Smith2013-09-302-0/+192
* ipset: Add new userspace set revisions for comment supportOliver Smith2013-09-2310-2/+1256
* ipset: Support comments in the userspace library.Oliver Smith2013-09-238-3/+113
* ipset: Add userspace code to support hash:net,net kernel module.Oliver Smith2013-09-202-0/+159
* Add specifying protocol for bitmap:portQuentin Armitage2013-08-172-14/+56
* Remove artifical restriction of netmask values for hash:ip type.Jozsef Kadlecsik2013-08-171-6/+4
* Fix error message typoJozsef Kadlecsik2013-08-141-1/+1
* Change 2nd parameter type of ipset_parse_elemQuentin Armitage2013-08-011-1/+1
* Report broken netlink messages in debug modeJozsef Kadlecsik2013-07-191-0/+13
* libipset.pc must be installed via 'make install'Eric Leblond2013-05-111-0/+3
* Add sparse checking support to userspaceJozsef Kadlecsik2013-05-021-0/+6
* Improve XML output: add element tag and root element (suggested by Lucas Hamie)Jozsef Kadlecsik2013-05-011-33/+38
* Introduce the new set type revisions with counter supportJozsef Kadlecsik2013-04-0911-103/+1560
* Support counters in the ipset libraryJozsef Kadlecsik2013-04-096-2/+89
* Fix error path when protocol number is used with port rangeJozsef Kadlecsik2013-01-091-1/+3
* Correct "Suspicious condition (assignment + comparison)" (Thomas Jarosch)Jozsef Kadlecsik2013-01-091-4/+3
* Fix revision printing in XML mode (reported by Mart Frauenlob)Jozsef Kadlecsik2013-01-091-1/+1
* Use gethostbyname2 instead of getaddrinfoJozsef Kadlecsik2012-11-051-1/+101
* Support protocol numbers as well, not only protocol namesJozsef Kadlecsik2012-11-051-3/+9
* Coding style fixesJozsef Kadlecsik2012-09-117-32/+43
* The set type revision number is added to the header part of listingJozsef Kadlecsik2012-09-111-3/+4
* Help prints list type revision and terse descriptionJozsef Kadlecsik2012-09-1011-0/+19
* Add /0 network support to hash:net,iface typeJozsef Kadlecsik2012-09-101-0/+58