summaryrefslogtreecommitdiffstats
path: root/lib/parse.c
Commit message (Expand)AuthorAgeFilesLines
* Add specifying protocol for bitmap:portQuentin Armitage2013-08-171-0/+38
* Remove artifical restriction of netmask values for hash:ip type.Jozsef Kadlecsik2013-08-171-6/+4
* Change 2nd parameter type of ipset_parse_elemQuentin Armitage2013-08-011-1/+1
* Support counters in the ipset libraryJozsef Kadlecsik2013-04-091-0/+28
* 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
* 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-111-6/+7
* Fix typo of word "unkown" to "unknown".Neutron Soutmun2012-05-151-2/+2
* Report syntax error messages immediatelyJozsef Kadlecsik2012-05-101-1/+1
* Suppress false syntax error messagesJozsef Kadlecsik2012-05-101-3/+7
* Remove unused variables (warnings fixed)Jozsef Kadlecsik2012-05-041-0/+2
* Fix timeout value overflow bug at large timeout parametersJozsef Kadlecsik2012-05-041-1/+30
* Support hostnames and service names with dashJozsef Kadlecsik2012-01-141-41/+129
* Exceptions support added to hash:*net* typesJozsef Kadlecsik2012-01-131-2/+2
* ICMP/ICMPv6 type/code parser bug fixedJozsef Kadlecsik2011-11-161-2/+2
* ipset: fix lookup of tcp port namesStephen Hemminger2011-11-161-2/+2
* ipset: use NFPROTO_ constantsJan Engelhardt2011-08-311-26/+26
* Propagate "expose userspace-relevant parts in ip_set.h" to ipset sourceJozsef Kadlecsik2011-08-311-3/+3
* Whitespace and coding fixes detected by checkpatch.plJozsef Kadlecsik2011-05-311-114/+130
* hash:net,iface type introducedJozsef Kadlecsik2011-05-301-0/+35
* Support range for IPv4 at adding/deleting elements for hash:*net* typesJozsef Kadlecsik2011-05-151-3/+50
* SCTP, UDPLITE support addedJozsef Kadlecsik2011-03-181-3/+2
* ipset: pass ipset_arg argument pointerHolger Eitzenberger2011-02-011-6/+5
* Fix build with NDEBUG definedJozsef Kadlecsik2011-01-181-2/+2
* Make IPv4 and IPv6 address handling similarJozsef Kadlecsik2011-01-181-1/+10
* Use cast to void * instead of memcpy as Sparc workaround at sockaddr_XXX.Jozsef Kadlecsik2010-12-231-8/+6
* libipset: const annotationsJan Engelhardt2010-12-191-1/+1
* libipset: remove redundant castsJan Engelhardt2010-12-191-4/+4
* 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
* Add parser function to handle IPv4 and IPv6 differently.Jozsef Kadlecsik2010-10-301-0/+40
* Fixes, cleanups, commentsv5.0-pre8Jozsef Kadlecsik2010-10-241-131/+282
* ipset 5: Sparc related and compatibility fixesv5.0-pre5Jozsef Kadlecsik2010-06-291-6/+8
* ipset 5: last new feature addedv5.0-pre3Jozsef Kadlecsik2010-06-221-0/+83
* configure/Makefile and debug fixesJozsef Kadlecsik2010-06-161-0/+4
* ipset 5 in an almost ready state - milestonev5.0-pre1Jozsef Kadlecsik2010-06-151-94/+355
* Fourth stage to ipset-5Jozsef Kadlecsik2010-04-221-0/+963