summaryrefslogtreecommitdiffstats
path: root/libiptc/libip4tc.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove last vestiges of NFC (Peter Riley <Peter.Riley@hotpop.com>)Peter Riley2007-09-021-6/+2
|
* libiptc symbols clash (Phil Oester <kernel@linuxace.com>)Phil Oester2006-07-051-0/+2
| | | | | As reported by Dmitry Levin, the TC_NUM_RULES and TC_GET_RULE exports clash. His patch below, resolving bug #456
* fix deletion of targets where kernel size != userspace size (Pablo Neira)Pablo Neira2005-06-231-0/+1
|
* Kill NFC_* stuff in iptables (Pablo Neira <pablo@eurodev.net>)Pablo Neira2005-02-141-11/+0
| | | | Fixes build with conntrack event patch for 2.6
* Make "is_same" test basics and entries only: targets are generic.Rusty Russell2004-12-161-22/+9
| | | | | | | Make target testing aware of different kinds of rules. Change reverse logic: target_different now target_same. Set type to MODULE in iptcc_map_target. Add testcase for this.
* complete libiptc rewrite. Time to load 10k rules goes down from 2.20 ↵Harald Welte2004-08-291-5/+8
| | | | minutes to 1.255 seconds (!). Might still contain bugs, use with caution.
* Get rid of some warnings when compiling 64bit.Martin Josefsson2004-05-261-1/+1
|
* add support for the raw table to userspaceHarald Welte2003-10-071-0/+13
|
* fix memory leak(s) in libiptc. Reverts the previous (wrong) patch. (Martin ↵Martin Josefsson2003-05-021-0/+1
| | | | Josefsson)
* Fixed destination netmask comparison bug in is_same()Marc Boucher2002-06-121-1/+1
|
* explicitly check for two possible sets of hooks in case of nat and mangleHarald Welte2002-02-131-12/+28
|
* fix compatibility with mangle2hooks and mangle5hooksHarald Welte2002-02-131-8/+8
|
* first attempt in trying to make debug code work with mangle2hooks and ↵Harald Welte2002-02-131-17/+26
| | | | mangle5hooks
* - don't need -DNDEBUG anymore. Instead, use -DIPTC_DEBUG to enableHarald Welte2002-02-131-6/+20
| | | | | | | | libiptc debugging. This is to make people at RedHat and Mandrake happy. - add debugging code for mangle5hooks table (will break debugging of iptables >= 1.2.6 on old kernels <= 2.4.18-pre6. *sigh*
* update debugging code to mangle5hooks changesHarald Welte2002-02-081-1/+4
|
* Added #include <unistd.h> to eliminate close() warning.Marc Boucher2002-01-191-0/+1
|
* libiptc counter functionHarald Welte2001-01-051-0/+3
|
* Fix typo.Rusty Russell2000-09-141-1/+1
|
* Add drop table supportRusty Russell2000-09-141-2/+12
|
* Added DROPPING chain.Rusty Russell2000-09-141-0/+3
|
* Modifications for new header (entries -> entrytable, for alignment reasons)Rusty Russell2000-07-071-1/+1
|
* Philip Blundell's IPv6 fixes.Philip Blundell2000-05-151-2/+3
|
* Alignment assertion fix.Rusty Russell2000-05-101-1/+3
|
* IPv6 enhancements.Rusty Russell2000-05-021-0/+444