summaryrefslogtreecommitdiffstats
path: root/lib/session.c
Commit message (Expand)AuthorAgeFilesLines
* Implement sorting for hash types in the ipset toolJozsef Kadlecsik2018-11-261-17/+135
* Introduction of new commands and protocol version 7Jozsef Kadlecsik2018-10-271-0/+4
* Prepare the ipset tool to handle multiple protocol versionsJozsef Kadlecsik2018-10-221-7/+18
* Fix warning message handlingJozsef Kadlecsik2018-10-221-25/+22
* Library reworked to support embedding ipset completelyJozsef Kadlecsik2018-10-181-37/+279
* Validate string type attributes in attr2data()Stefano Brivio2018-09-031-0/+4
* Fix parsing service names for portsJozsef Kadlecsik2018-04-101-0/+15
* Userspace revision handling is reworkedJozsef Kadlecsik2018-01-021-3/+9
* Reset state after a command failed, when multiple ones are issued.Jozsef Kadlecsik2017-09-231-0/+1
* Handle padding attribute properly in userspace.Jozsef Kadlecsik2017-09-231-0/+6
* Fix possible truncated output in ipset output buffer handlingJozsef Kadlecsik2017-03-121-35/+38
* Handle uint64_t alignment issue in ipset toolJozsef Kadlecsik2015-10-281-1/+4
* Add element count to all set types headerJozsef Kadlecsik2015-06-251-2/+2
* Add element count to hash headersEric B Munson2015-06-191-2/+12
* Support glibc < 2.9 (fixes bugzilla id #891)Jozsef Kadlecsik2014-09-231-0/+1
* Retry printing when sprintf fails (reported by Stig Thormodsrud)Jozsef Kadlecsik2014-09-221-14/+2
* ipset: remove extran newline on debug outputHolger Eitzenberger2014-09-141-1/+1
* Remove a duplicate debug printHolger Eitzenberger2014-09-141-2/+1
* libipset: Add userspace code for the skbinfo extension support.Anton Danilov2014-09-141-0/+12
* add markmask for hash:ip,mark data typeVytas Dauksa2014-01-231-0/+4
* add hash:ip,mark data type to ipsetVytas Dauksa2014-01-081-0/+4
* ipset: Support comments in the userspace library.Oliver Smith2013-09-231-1/+6
* Improve XML output: add element tag and root element (suggested by Lucas Hamie)Jozsef Kadlecsik2013-05-011-33/+38
* Support counters in the ipset libraryJozsef Kadlecsik2013-04-091-2/+28
* Fix revision printing in XML mode (reported by Mart Frauenlob)Jozsef Kadlecsik2013-01-091-1/+1
* Coding style fixesJozsef Kadlecsik2012-09-111-3/+4
* The set type revision number is added to the header part of listingJozsef Kadlecsik2012-09-111-3/+4
* Allow saving to/restoring from a file without shell redirectionJozsef Kadlecsik2012-05-231-0/+13
* Fix invalid assignment to const void pointerJozsef Kadlecsik2012-05-061-7/+7
* Remove unused variables (warnings fixed)Jozsef Kadlecsik2012-05-041-2/+0
* Exceptions support added to hash:*net* typesJozsef Kadlecsik2012-01-131-11/+10
* ipset: use NFPROTO_ constantsJan Engelhardt2011-08-311-17/+17
* Whitespace and coding fixes detected by checkpatch.plJozsef Kadlecsik2011-05-311-118/+136
* hash:net,iface type introducedJozsef Kadlecsik2011-05-301-0/+6
* 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
* Protocol-level debugging support addedJozsef Kadlecsik2011-05-241-4/+12
* Support range for IPv4 at adding/deleting elements for hash:*net* typesJozsef Kadlecsik2011-05-151-0/+4
* 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
* Show correct line numbers in restore output for parser errorsJozsef Kadlecsik2011-01-181-0/+13
* Handle internal printing errorsJozsef Kadlecsik2010-12-231-10/+25
* Listing/saving of large sets could produce broken listing, fixed.Jozsef Kadlecsik2010-12-231-8/+12
* Restore mode did not work for IPv6 (reported by Elie Rosenblum)Jozsef Kadlecsik2010-12-221-13/+23
* libipset: static annotationsJan Engelhardt2010-12-191-4/+4
* libipset: const annotationsJan Engelhardt2010-12-191-4/+4
* libipset: remove redundant castsJan Engelhardt2010-12-191-4/+4