summaryrefslogtreecommitdiffstats
path: root/lib/parse.c
Commit message (Expand)AuthorAgeFilesLines
* Fix warning message handlingJozsef Kadlecsik2018-10-221-12/+14
* Library reworked to support embedding ipset completelyJozsef Kadlecsik2018-10-181-31/+3
* Fix use-after-free in ipset_parse_name_compat()Stefano Brivio2018-08-271-3/+4
* Limit max timeout value to (UINT_MAX >> 1)/MSEC_PER_SECJozsef Kadlecsik2018-06-011-1/+1
* Fix parsing service names for portsJozsef Kadlecsik2018-04-101-10/+12
* Userspace revision handling is reworkedJozsef Kadlecsik2018-01-021-3/+3
* libipset: Add userspace code for the skbinfo extension support.Anton Danilov2014-09-141-0/+66
* 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
* lib: fix ifname 'physdev:' prefix parsingFlorian Westphal2014-02-131-2/+3
* add hash:ip,mark data type to ipsetVytas Dauksa2014-01-081-0/+30
* ipset: fix timeout data type sizeNikolay Martynov2013-11-111-3/+8
* ipset: Support comments in the userspace library.Oliver Smith2013-09-231-0/+29
* 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