summaryrefslogtreecommitdiffstats
path: root/libiptc/libip6tc.c
Commit message (Collapse)AuthorAgeFilesLines
* fix deletion of targets where kernel size != userspace size (Pablo Neira)/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2005-06-231-0/+1
|
* Kill NFC_* stuff in iptables (Pablo Neira <pablo@eurodev.net>)/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kaber/emailAddress=kaber@netfilter.org2005-02-141-11/+0
| | | | Fixes build with conntrack event patch for 2.6
* Make "is_same" test basics and entries only: targets are generic./C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=rusty/emailAddress=rusty@netfilter.org2004-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 ↵laforge2004-08-291-4/+4
| | | | minutes to 1.255 seconds (!). Might still contain bugs, use with caution.
* Get rid of some warnings when compiling 64bit.gandalf2004-05-261-1/+1
|
* sorry, this one didn't make it in 1.2.9rc1 :(laforge2003-10-071-0/+13
|
* fix ipv6_prefix_length endianness bugs (Closes: #103)laforge2003-06-241-1/+1
|
* fix memory leak(s) in libiptc. Reverts the previous (wrong) patch. (Martin ↵laforge2003-05-021-0/+1
| | | | Josefsson)
* explicitly check for two possible sets of hooks in case of nat and manglelaforge2002-02-131-12/+28
|
* fix compatibility with mangle2hooks and mangle5hookslaforge2002-02-131-5/+9
|
* first attempt in trying to make debug code work with mangle2hooks and ↵laforge2002-02-131-18/+26
| | | | mangle5hooks
* - don't need -DNDEBUG anymore. Instead, use -DIPTC_DEBUG to enablelaforge2002-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 changeslaforge2002-02-081-1/+4
|
* Added #include <unistd.h> to eliminate close() warning.marc2002-01-191-0/+1
|
* libiptc counter functionlaforge2001-01-051-0/+3
|
* Philip Blundell's IPv6 patches.rusty2000-06-021-3/+18
|
* Philip Blundell's IPv6 fixes.rusty2000-05-151-2/+121
|
* Philip Blundell's IPv6 fixes.rusty2000-05-101-12/+13
|
* IPv6 enhancements.rusty2000-05-021-0/+264