aboutsummaryrefslogtreecommitdiff
path: root/libiptc/libiptc.c
AgeCommit message (Expand)Author
2014-04-02Merge remote-tracking branch 'upstream/stable-1.4.20' into updateJP Abgrall
2013-11-11Fix iptables to build with old or uapi header files.Elliott Hughes
2012-04-19libiptc: fix retry path in TC_INITMiguel GAIO
2012-03-23src: mark newly opened fds as FD_CLOEXEC (close on exec)Maciej Żenczykowski
2012-03-12iptables: missing free() in function delete_entry()Franz Flasch
2012-03-12iptables: missing free() in function cache_add_entry()Franz Flasch
2012-03-01Revert "libiptc: Returns the position the entry was inserted"Pablo Neira Ayuso
2012-02-29libiptc: Returns the position the entry was insertedJonh Wendell
2011-09-11libiptc: use a family-invariant xtc_ops struct for code reductionJan Engelhardt
2011-09-11libiptc: combine common types: _handleJan Engelhardt
2011-09-11libiptc: remove unused HOOK_DROPPING thingJan Engelhardt
2011-09-11libiptc: resolve compile failureJan Engelhardt
2011-06-22iptables: Coverity: DEADCODEJiri Popelka
2011-05-30build: remove dead code partsJan Engelhardt
2011-03-08iptables: add -C to check for existing rulesStefan Tomanek
2009-10-29libiptc: fix wrong maptype of base chain counters on restoreJan Engelhardt
2009-10-25libiptc: avoid strict-aliasing warningsJan Engelhardt
2009-10-25libiptc: remove unused functionsJan Engelhardt
2009-03-23libiptc: give credits to my selfJesper Dangaard Brouer
2009-03-23libiptc: fix whitespaces and typosJesper Dangaard Brouer
2009-03-23libiptc: fix chain rename bug in libiptcJesper Dangaard Brouer
2009-03-23libiptc: avoid compile warnings for iptc_insert_chainChristoph Paasch
2008-11-26libiptc: guard chain index allocation for different malloc implementationsJan Engelhardt
2008-11-10libiptc: make sockfd a per-handle thingJan Engelhardt
2008-11-10libiptc: use hex output for hookmaskJan Engelhardt
2008-11-10libiptc: remove unused iptc_get_raw_socket and iptc_check_packetJan Engelhardt
2008-11-10libiptc: remove indirectionsJan Engelhardt
2008-11-10libiptc: remove typedef indirectionJan Engelhardt
2008-09-24libiptc: remove old fixmeJesper Dangaard Brouer
2008-07-03libiptc: fix scalability performance issue during initial ruleset parsingJesper Dangaard Brouer
2008-07-03libiptc: minor bugfixJesper Dangaard Brouer
2008-06-07libiptc: move variable definitions to head of functionPatrick McHardy
2008-04-15Remove old functions, constantsJan Engelhardt
2008-04-13Combine IP{,6}T_LIB_DIR into XTABLES_LIBDIRJan Engelhardt
2008-04-13Fix all remaining warnings (missing declarations, missing prototypes)Jan Engelhardt
2008-04-06Fix -Wshadow warnings and clean up xt_sctp.hJan Engelhardt
2008-04-02Retry ruleset dump when kernel returns EAGAIN.Patrick McHardy
2008-01-15Solving scalability issue: for chain list "name" searching.Jesper Dangaard Brouer
2008-01-15Introduce a counter for number of user defined chains.Jesper Dangaard Brouer
2008-01-15Inline functions iptcc_is_builtin() and set_changed().Jesper Dangaard Brouer
2007-12-12More safe chain sorting, improving r7098Jesper Dangaard Brouer
2007-12-04Fix sockfd use accounting for kernels without autoloadingPatrick McHardy
2007-11-28iptables/libiptc perf issue: Sorting chain during pull-outJesper Dangaard Brouer
2007-09-08Fix unused function warningPatrick McHardy
2007-09-08Fix more sparse warnings: non-C99 array declaration, incorrect function proto...Patrick McHardy
2007-06-30Removes KERNEL_64_USERSPACE_32Yasuyuki KOZAKAI
2006-08-22iptables -Z clears the per-rule counters, but not the chain policy counters (...Andy Gay
2006-07-25BUG: libiptc chain references bug (Jesper Brouer <hawk@diku.dk>)Patrick McHardyJesper Brouer
2006-04-22Don't overwrite errno with return value of setsockopt (which is -1 on error).Patrick McHardy
2006-04-22Revert incorrect fix for "Unknown error 4294967295" problemPatrick McHardyHarald Welte