summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* SCTP, UDPLITE support addedJozsef Kadlecsik2011-03-183-17/+18
* ipset: pass ipset_arg argument pointerHolger Eitzenberger2011-02-011-6/+5
* Send (N)ACK at dumping only when NLM_F_ACK is setJozsef Kadlecsik2011-01-261-2/+2
* Resolving IP addresses did not work at listing/saving sets, fixed.Jozsef Kadlecsik2011-01-261-2/+2
* ipset: fix the Netlink sequence numberHolger Eitzenberger2011-01-251-1/+2
* ipset: turn Set name[] into a const pointerHolger Eitzenberger2011-01-251-8/+9
* Avoid possible syntax clashing at saving hostnamesJozsef Kadlecsik2011-01-241-1/+2
* Fix build with NDEBUG definedJozsef Kadlecsik2011-01-182-8/+14
* Make IPv4 and IPv6 address handling similarJozsef Kadlecsik2011-01-181-1/+10
* Show correct line numbers in restore output for parser errorsJozsef Kadlecsik2011-01-181-0/+13
* Handle internal printing errorsJozsef Kadlecsik2010-12-231-10/+25
* Use cast to void * instead of memcpy as Sparc workaround at sockaddr_XXX.Jozsef Kadlecsik2010-12-231-8/+6
* Listing/saving of large sets could produce broken listing, fixed.Jozsef Kadlecsik2010-12-232-9/+16