summaryrefslogtreecommitdiffstats
path: root/src/ipset.c
Commit message (Expand)AuthorAgeFilesLines
* ipset: Rework the "fake" argument parsing for ipset restore.Oliver Smith2013-09-231-9/+43
* Parse option "family" first, because other options may depend on itJozsef Kadlecsik2013-08-141-24/+47
* Interactive mode error after syntax error (reported by Mart Frauenlob)Jozsef Kadlecsik2013-02-211-3/+8
* Coding style fixesJozsef Kadlecsik2012-09-111-3/+3
* Help prints list type revision and terse descriptionJozsef Kadlecsik2012-09-101-5/+5
* Fix errors when compiling in debug mode.Krunal Patel2012-08-311-4/+5
* ipset help lists set types multiple times, fixed (reported by Mr Dash Four)Jozsef Kadlecsik2012-06-191-1/+5
* Allow saving to/restoring from a file without shell redirectionJozsef Kadlecsik2012-05-231-3/+58
* Set types moved into libipset libraryJozsef Kadlecsik2012-01-051-31/+2
* ipset: use NFPROTO_ constantsJan Engelhardt2011-08-311-5/+5
* Whitespace and coding fixes detected by checkpatch.plJozsef Kadlecsik2011-05-311-49/+53
* hash:net,iface type introducedJozsef Kadlecsik2011-05-301-0/+2
* Fix warnings reported by valgrindJozsef Kadlecsik2011-05-251-1/+7
* Accept "\r\n" terminated COMMIT command in restore filesJozsef Kadlecsik2011-05-241-1/+1
* Accept "\r\n" terminated lines in restore filesJozsef Kadlecsik2011-05-211-2/+2
* Support range for IPv4 at adding/deleting elements for hash:*net* typesJozsef Kadlecsik2011-05-151-8/+14
* Print protocol version together with ipset versionJozsef Kadlecsik2011-02-031-1/+2
* ipset: improve command argument parsingHolger Eitzenberger2011-02-011-22/+20
* ipset: avoid the unnecessary argv[] loopHolger Eitzenberger2011-02-011-50/+46
* ipset: pass ipset_arg argument pointerHolger Eitzenberger2011-02-011-8/+2
* Do session initialization onceHolger Eitzenberger2011-01-181-8/+6
* Show correct line numbers in restore output for parser errorsJozsef Kadlecsik2011-01-181-0/+3
* Should have gone to sleep: fix check_allowed. Really.Jozsef Kadlecsik2010-12-191-11/+11
* The fix of incorrect comparison in check_allowed completed.Jozsef Kadlecsik2010-12-181-22/+25
* Fix incorrect comparison in check_allowedJozsef Kadlecsik2010-12-181-1/+1
* Missing spaces in error strings fixed.Jozsef Kadlecsik2010-12-171-4/+4
* Use the 'full' flags of the types and check not allowed flags.Jozsef Kadlecsik2010-12-171-12/+107
* Fixing dangling empty line produced backward-incompatible exit codes, fixed.Jozsef Kadlecsik2010-12-131-2/+2
* Fix dangling empty line at error/warning messages emitted by ipset.Jozsef Kadlecsik2010-12-101-3/+4
* Fixes, cleanups, commentsv5.0-pre8Jozsef Kadlecsik2010-10-241-15/+32
* ipset 5: last new feature addedv5.0-pre3Jozsef Kadlecsik2010-06-221-11/+20
* ipset 5 in an almost ready state - milestonev5.0-pre1Jozsef Kadlecsik2010-06-151-79/+115
* Third stage to ipset-5Jozsef Kadlecsik2010-04-221-1933/+465
* First staget to ipset-5Jozsef Kadlecsik2010-04-221-0/+2054