summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* build: restore -version-infoJan Engelhardt2012-07-011-1/+1
* Allow saving to/restoring from a file without shell redirectionJozsef Kadlecsik2012-05-233-1/+19
* Fix typo of word "unkown" to "unknown".Neutron Soutmun2012-05-152-3/+3
* Enable silent (kernel style) compile messagesJozsef Kadlecsik2012-05-103-11/+8
* Fix build failed on --disable-dependency-trackingNeutron Soutmun2012-05-101-5/+10
* Add more CC warning option to debug modeJozsef Kadlecsik2012-05-1011-0/+11
* Report syntax error messages immediatelyJozsef Kadlecsik2012-05-101-1/+1
* Suppress false syntax error messagesJozsef Kadlecsik2012-05-104-5/+38
* Add configure summary for the ipset userspace toolJozsef Kadlecsik2012-05-101-3/+5
* Add dynamic module support to ipset userspace toolNeutron Soutmun2012-05-1015-67/+249
* Move ipset_port_usage() into libNeutron Soutmun2012-05-063-1/+44
* Fix invalid assignment to const void pointerJozsef Kadlecsik2012-05-061-7/+7
* Remove unused variables (warnings fixed)Jozsef Kadlecsik2012-05-042-2/+2
* Fix timeout value overflow bug at large timeout parametersJozsef Kadlecsik2012-05-0412-27/+56
* Support hostnames and service names with dashJozsef Kadlecsik2012-01-142-45/+153
* Exceptions support added to hash:*net* typesJozsef Kadlecsik2012-01-139-15/+375
* Set types moved into libipset libraryJozsef Kadlecsik2012-01-0514-1/+1591
* Library map file added in order to support library versioning.Jozsef Kadlecsik2012-01-052-1/+113
* Provide a pkgconfig fileJan Engelhardt2012-01-041-0/+11
* ICMP/ICMPv6 type/code parser bug fixedJozsef Kadlecsik2011-11-161-2/+2
* ipset: fix lookup of tcp port namesStephen Hemminger2011-11-161-2/+2
* build: move ipset_errcode into libraryJan Engelhardt2011-08-312-0/+201
* ipset: use NFPROTO_ constantsJan Engelhardt2011-08-316-79/+81
* Propagate "expose userspace-relevant parts in ip_set.h" to ipset sourceJozsef Kadlecsik2011-08-312-12/+12
* Whitespace and coding fixes detected by checkpatch.plJozsef Kadlecsik2011-05-319-391/+479
* hash:net,iface type introducedJozsef Kadlecsik2011-05-305-1/+98
* Fix long time uncovered bug at adding string attributes to the netlink messageJozsef Kadlecsik2011-05-271-0/+3
* Fix warnings reported by valgrindJozsef Kadlecsik2011-05-251-1/+1
* Restore with bitmap:port and list:set types did not work, fixedJozsef Kadlecsik2011-05-241-1/+6
* Fix the message sequence number book-keepingJozsef Kadlecsik2011-05-241-1/+1
* Protocol-level debugging support addedJozsef Kadlecsik2011-05-243-6/+286
* ipset_mnl_query: in debug mode print the errno returned by the cb functionJozsef Kadlecsik2011-05-231-1/+1
* Support range for IPv4 at adding/deleting elements for hash:*net* typesJozsef Kadlecsik2011-05-153-3/+63
* Disable type revisions which are not supported both by the kernel and ipsetJozsef Kadlecsik2011-05-131-0/+13
* Ignore -n flag (list just setnames) when sets are to be savedJozsef Kadlecsik2011-05-061-1/+2
* Get rid of the trailing empty line at listing sets.Jozsef Kadlecsik2011-04-191-11/+22
* Fix XML listing, remove broken unused "elements" tagJozsef Kadlecsik2011-04-181-1/+1
* Support listing setnames and headers tooJozsef Kadlecsik2011-04-181-2/+31
* Fix revision reportingJozsef Kadlecsik2011-03-191-4/+3