summaryrefslogtreecommitdiffstats
path: root/libiptc/libiptc.c
Commit message (Expand)AuthorAgeFilesLines
* libiptc: fix retry path in TC_INITMiguel GAIO2012-04-191-1/+1
* src: mark newly opened fds as FD_CLOEXEC (close on exec)Maciej Żenczykowski2012-03-231-0/+8
* iptables: missing free() in function delete_entry()Franz Flasch2012-03-121-1/+3
* iptables: missing free() in function cache_add_entry()Franz Flasch2012-03-121-0/+1
* Revert "libiptc: Returns the position the entry was inserted"Pablo Neira Ayuso2012-03-011-3/+2
* libiptc: Returns the position the entry was insertedJonh Wendell2012-02-291-2/+3
* libiptc: use a family-invariant xtc_ops struct for code reductionJan Engelhardt2011-09-111-0/+12
* libiptc: combine common types: _handleJan Engelhardt2011-09-111-3/+2
* libiptc: remove unused HOOK_DROPPING thingJan Engelhardt2011-09-111-3/+0
* libiptc: resolve compile failureJan Engelhardt2011-09-111-20/+14
* iptables: Coverity: DEADCODEJiri Popelka2011-06-221-3/+1
* build: remove dead code partsJan Engelhardt2011-05-301-5/+2
* iptables: add -C to check for existing rulesStefan Tomanek2011-03-081-6/+24
* libiptc: fix wrong maptype of base chain counters on restoreJan Engelhardt2009-10-291-1/+1
* libiptc: avoid strict-aliasing warningsJan Engelhardt2009-10-251-3/+7
* libiptc: remove unused functionsJan Engelhardt2009-10-251-39/+0
* libiptc: give credits to my selfJesper Dangaard Brouer2009-03-231-0/+5
* libiptc: fix whitespaces and typosJesper Dangaard Brouer2009-03-231-41/+41
* libiptc: fix chain rename bug in libiptcJesper Dangaard Brouer2009-03-231-1/+8
* libiptc: avoid compile warnings for iptc_insert_chainChristoph Paasch2009-03-231-1/+1
* libiptc: guard chain index allocation for different malloc implementationsJan Engelhardt2008-11-261-1/+1
* libiptc: make sockfd a per-handle thingJan Engelhardt2008-11-101-24/+14
* libiptc: use hex output for hookmaskJan Engelhardt2008-11-101-2/+2
* libiptc: remove unused iptc_get_raw_socket and iptc_check_packetJan Engelhardt2008-11-101-24/+0
* libiptc: remove indirectionsJan Engelhardt2008-11-101-116/+113
* libiptc: remove typedef indirectionJan Engelhardt2008-11-101-66/+66
* libiptc: remove old fixmeJesper Dangaard Brouer2008-09-241-2/+0
* libiptc: fix scalability performance issue during initial ruleset parsingJesper Dangaard Brouer2008-07-031-11/+112
* libiptc: minor bugfixJesper Dangaard Brouer2008-07-031-1/+2
* libiptc: move variable definitions to head of functionPatrick McHardy2008-06-071-2/+4
* Remove old functions, constantsJan Engelhardt2008-04-151-1/+2
* Combine IP{,6}T_LIB_DIR into XTABLES_LIBDIRJan Engelhardt2008-04-131-4/+0
* Fix all remaining warnings (missing declarations, missing prototypes)Jan Engelhardt2008-04-131-5/+4
* Fix -Wshadow warnings and clean up xt_sctp.hJan Engelhardt2008-04-061-27/+22
* Retry ruleset dump when kernel returns EAGAIN.Patrick McHardy2008-04-021-1/+4
* Solving scalability issue: for chain list "name" searching.Jesper Dangaard Brouer2008-01-151-4/+414
* Introduce a counter for number of user defined chains.Jesper Dangaard Brouer2008-01-151-1/+7
* Inline functions iptcc_is_builtin() and set_changed().Jesper Dangaard Brouer2008-01-151-2/+2
* More safe chain sorting, improving r7098Jesper Dangaard Brouer2007-12-121-1/+17
* Fix sockfd use accounting for kernels without autoloadingPatrick McHardy2007-12-041-4/+0
* iptables/libiptc perf issue: Sorting chain during pull-outJesper Dangaard Brouer2007-11-281-3/+3
* Fix unused function warningPatrick McHardy2007-09-081-2/+1
* Fix more sparse warnings: non-C99 array declaration, incorrect function proto...Patrick McHardy2007-09-081-8/+8
* Removes KERNEL_64_USERSPACE_32Yasuyuki KOZAKAI2007-06-301-16/+0
* iptables -Z clears the per-rule counters, but not the chain policy counters (...Andy Gay2006-08-221-0/+3
* BUG: libiptc chain references bug (Jesper Brouer <hawk@diku.dk>)Patrick McHardyJesper Brouer2006-07-251-0/+8
* Don't overwrite errno with return value of setsockopt (which is -1 on error).Patrick McHardy2006-04-221-6/+2
* Revert incorrect fix for "Unknown error 4294967295" problemPatrick McHardyHarald Welte2006-04-221-2/+0
* When entering an invalid command (such as iptables -A INPUT -j MARK --set-markHarald Welte2006-04-211-0/+2
* - Fix memory leak in TC_COMMIT() (Markus Sundberg)Harald Welte2005-11-121-23/+25