summaryrefslogtreecommitdiffstats
path: root/libiptc/libiptc.c
Commit message (Expand)AuthorAgeFilesLines
* Restore chain order (Olaf Rempel <razzor@kopf-tisch.de>)Olaf Rempel2005-03-041-4/+7
* Revert the recent addition of memset()'s to TC_COMMIT. One of them is bogus a...Phil Oester2005-02-041-3/+0
* re-implement alphabetic sorting to not confuse users who upgrade to 1.3.0Harald Welte2005-02-011-7/+18
* - Sets the 'iptc_fn' global variable to the pointer to the current functions ...Derrik Pates2005-02-011-13/+36
* Extension revision number support (if kernel supports the getsockopts).Rusty Russell2005-01-031-2/+2
* Stupid typo that meant we didn't compare target data when doing delete-by-mat...Rusty Russell2004-12-291-1/+1
* Implement some optimization for finding rules to replace in TC_REPLACE_ENTRY.Martin Josefsson2004-12-181-2/+9
* Make "is_same" test basics and entries only: targets are generic.Rusty Russell2004-12-161-26/+54
* Remove GET_TARGET() define: this was for compiling iptables for debugging (ie...Rusty Russell2004-12-161-37/+25
* Search backwards when inserting/deleting in/from the top half of the rules in...Martin Josefsson2004-10-241-12/+24
* Replace O(n) with O(1) when TC_INSERT_ENTRY() inserts an entry at the end.Martin Josefsson2004-09-231-8/+23
* Spelling error.Martin Josefsson2004-09-231-2/+2
* Fix returnvalue of TC_BUILTIN()Martin Josefsson2004-09-231-2/+2
* Make sure to zero all the memory we allocate for the new table.Martin Josefsson2004-09-221-2/+2
* Make TC_DELETE_ENTRY() and TC_DELETE_NUM_ENTRY() actually do something practicalMartin Josefsson2004-09-221-1/+5
* Fix two more rulenumber off by 1 errorsMartin Josefsson2004-09-221-3/+3
* Insertion of rules with -I was broken.Martin Josefsson2004-09-221-5/+15
* Fix rule countingMartin Josefsson2004-09-221-1/+3
* Fix listing of module targets.Martin Josefsson2004-09-221-1/+4
* fix segfault from memory allocation: handle->entries is actualy struct ipt_ge...Harald Welte2004-09-191-2/+3
* add delete by matching-rule to libiptc2 (still untested)Harald Welte2004-08-301-67/+19
* complete libiptc rewrite. Time to load 10k rules goes down from 2.20 minutes...Harald Welte2004-08-291-909/+1199
* Get rid of some warnings when compiling 64bit.Martin Josefsson2004-05-261-3/+3
* cosmetic fix (space between include directive and filename)Harald Welte2004-05-161-3/+3
* Compiler warnings due to missing include files (Stephane Ouellette)Stephane Ouellette2004-05-141-1/+4
* Fix even more possibly not zero-terminated strings after copy (Karsten Desler)Karsten Desler2004-01-311-1/+2
* oops, don't commit this to the stable treeHarald Welte2004-01-061-547/+641
* commit all current changesHarald Welte2004-01-061-642/+548
* fix rule deletion in modified libiptc (Martin Josefsson)Martin Josefsson2003-07-051-5/+9
* Add my recent performance optimization work, might destabilize iptables.Harald Welte2003-06-241-13/+108
* implement chain cache ussing relative offsets instead of absolute entryHarald Welte2003-06-231-50/+73
* Fix possible doubleclose of sockfd.Martin Josefsson2003-06-131-2/+7
* fix memory leak(s) in libiptc. Reverts the previous (wrong) patch. (Martin J...Martin Josefsson2003-05-021-16/+28
* Fix libiptc memory hole during iptc_chain_next() (Tomas Lejdar)Tomáš Lejdar2003-04-301-2/+4
* globally replace NETFILTER_VERSION with IPTABLES_VERSION to have consistent n...Harald Welte2002-05-291-2/+2
* - don't need -DNDEBUG anymore. Instead, use -DIPTC_DEBUG to enableHarald Welte2002-02-131-2/+2
* libiptc socket leaking fixHarald Welte2002-01-071-1/+4
* move defaults to bottom, print reasonable message for CHECK functionsHarald Welte2001-07-301-8/+12
* ipt_get_target is declared non-static in ip_tables.h, so it is non-static hereHarald Welte2001-05-261-2/+2
* added iptables --set-countersHarald Welte2001-01-231-2/+2
* libiptc counter functionHarald Welte2001-01-051-5/+137
* two libiptc bugs fixed, including the 'segv while doing more than oneHarald Welte2000-10-301-4/+5
* Fix allocation (base new alloc on current size, not original size).Rusty Russell2000-09-191-1/+1
* Added DROPPING chain.Rusty Russell2000-09-141-1/+4
* Finally fixed sparc64 counter bug (I hope).Rusty Russell2000-09-041-22/+14
* More debugging.Rusty Russell2000-09-041-2/+2
* More debugging.Rusty Russell2000-09-041-0/+5
* More debugging.Rusty Russell2000-09-041-1/+19
* Stop shadowing parameter.Rusty Russell2000-08-261-6/+6
* Handle *really* large index values without segfaulting.Rusty Russell2000-08-261-2/+6