summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Restore mode did not work for IPv6 (reported by Elie Rosenblum)Jozsef Kadlecsik2010-12-222-21/+30
* libipset: static annotationsJan Engelhardt2010-12-191-4/+4
* libipset: const annotationsJan Engelhardt2010-12-195-8/+8
* libipset: remove redundant castsJan Engelhardt2010-12-193-10/+10
* libipset: remove redundant indirection via union nameJan Engelhardt2010-12-191-41/+41
* libipset: ipset_strncpy is really a strlcpy-type operationJan Engelhardt2010-12-192-11/+11
* Put back the Sparc specific workaround at getaddrinfo.Jozsef Kadlecsik2010-12-191-4/+8
* Add ipset_parse_tcpudp_port functionJozsef Kadlecsik2010-12-171-7/+27
* Buffered commands are just ... buffered.Jozsef Kadlecsik2010-12-132-121/+82
* Support case-insensitive ICMP and ICMPv6 type/code names.Jozsef Kadlecsik2010-12-102-2/+2
* Remove command MODIFYJozsef Kadlecsik2010-12-071-1/+1
* The protocol extended with the command MODIFY.Jozsef Kadlecsik2010-11-051-1/+3
* Add parser function to handle IPv4 and IPv6 differently.Jozsef Kadlecsik2010-10-301-0/+40