aboutsummaryrefslogtreecommitdiff
path: root/libiptc
AgeCommit message (Expand)Author
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-09-02Remove last vestiges of NFC (Peter Riley <Peter.Riley@hotpop.com>)Peter Riley
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-07-05libiptc symbols clash (Phil Oester <kernel@linuxace.com>)Phil Oester
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
2006-04-21When entering an invalid command (such as iptables -A INPUT -j MARK --set-markHarald Welte
2006-02-09don't install libiptc.aHarald Welte
2005-11-12- Fix memory leak in TC_COMMIT() (Markus Sundberg)Harald Welte
2005-07-31_really_ sort only user defined chains (Robert de Barth <list-netfilter@debar...Robert de Barth
2005-07-19get rid of numerous gcc-4 warningsHarald Welte
2005-06-23fix deletion of targets where kernel size != userspace size (Pablo Neira)Pablo Neira
2005-03-04Restore chain order (Olaf Rempel <razzor@kopf-tisch.de>)Olaf Rempel
2005-02-14Kill NFC_* stuff in iptables (Pablo Neira <pablo@eurodev.net>)Pablo Neira
2005-02-04Revert the recent addition of memset()'s to TC_COMMIT. One of them is bogus a...Phil Oester
2005-02-01re-implement alphabetic sorting to not confuse users who upgrade to 1.3.0Harald Welte
2005-02-01- Sets the 'iptc_fn' global variable to the pointer to the current functions ...Derrik Pates
2005-01-03Extension revision number support (if kernel supports the getsockopts).Rusty Russell
2004-12-29Stupid typo that meant we didn't compare target data when doing delete-by-mat...Rusty Russell
2004-12-18Implement some optimization for finding rules to replace in TC_REPLACE_ENTRY.Martin Josefsson
2004-12-16Make "is_same" test basics and entries only: targets are generic.Rusty Russell
2004-12-16Remove GET_TARGET() define: this was for compiling iptables for debugging (ie...Rusty Russell
2004-10-24Search backwards when inserting/deleting in/from the top half of the rules in...Martin Josefsson
2004-09-23Replace O(n) with O(1) when TC_INSERT_ENTRY() inserts an entry at the end.Martin Josefsson
2004-09-23Spelling error.Martin Josefsson
2004-09-23Fix returnvalue of TC_BUILTIN()Martin Josefsson
2004-09-22Make sure to zero all the memory we allocate for the new table.Martin Josefsson
2004-09-22Make TC_DELETE_ENTRY() and TC_DELETE_NUM_ENTRY() actually do something practicalMartin Josefsson
2004-09-22Fix two more rulenumber off by 1 errorsMartin Josefsson
2004-09-22Insertion of rules with -I was broken.Martin Josefsson
2004-09-22Fix rule countingMartin Josefsson
2004-09-22Fix listing of module targets.Martin Josefsson
2004-09-19fix segfault from memory allocation: handle->entries is actualy struct ipt_ge...Harald Welte
2004-08-30add delete by matching-rule to libiptc2 (still untested)Harald Welte
2004-08-29complete libiptc rewrite. Time to load 10k rules goes down from 2.20 minutes...Harald Welte
2004-05-26Get rid of some warnings when compiling 64bit.Martin Josefsson
2004-05-16cosmetic fix (space between include directive and filename)Harald Welte
2004-05-14Compiler warnings due to missing include files (Stephane Ouellette)Stephane Ouellette
2004-01-31Fix even more possibly not zero-terminated strings after copy (Karsten Desler)Karsten Desler
2004-01-06oops, don't commit this to the stable treeHarald Welte
2004-01-06commit all current changesHarald Welte