Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libiptc symbols clash (Phil Oester <kernel@linuxace.com>) | Phil Oester | 2006-07-05 | 1 | -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 Neira | 2005-06-23 | 1 | -0/+1 |
| | |||||
* | Kill NFC_* stuff in iptables (Pablo Neira <pablo@eurodev.net>) | Pablo Neira | 2005-02-14 | 1 | -11/+0 |
| | | | | Fixes build with conntrack event patch for 2.6 | ||||
* | Make "is_same" test basics and entries only: targets are generic. | Rusty Russell | 2004-12-16 | 1 | -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 Welte | 2004-08-29 | 1 | -5/+8 |
| | | | | minutes to 1.255 seconds (!). Might still contain bugs, use with caution. | ||||
* | Get rid of some warnings when compiling 64bit. | Martin Josefsson | 2004-05-26 | 1 | -1/+1 |
| | |||||
* | add support for the raw table to userspace | Harald Welte | 2003-10-07 | 1 | -0/+13 |
| | |||||
* | fix memory leak(s) in libiptc. Reverts the previous (wrong) patch. (Martin ↵ | Martin Josefsson | 2003-05-02 | 1 | -0/+1 |
| | | | | Josefsson) | ||||
* | Fixed destination netmask comparison bug in is_same() | Marc Boucher | 2002-06-12 | 1 | -1/+1 |
| | |||||
* | explicitly check for two possible sets of hooks in case of nat and mangle | Harald Welte | 2002-02-13 | 1 | -12/+28 |
| | |||||
* | fix compatibility with mangle2hooks and mangle5hooks | Harald Welte | 2002-02-13 | 1 | -8/+8 |
| | |||||
* | first attempt in trying to make debug code work with mangle2hooks and ↵ | Harald Welte | 2002-02-13 | 1 | -17/+26 |
| | | | | mangle5hooks | ||||
* | - don't need -DNDEBUG anymore. Instead, use -DIPTC_DEBUG to enable | Harald Welte | 2002-02-13 | 1 | -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 changes | Harald Welte | 2002-02-08 | 1 | -1/+4 |
| | |||||
* | Added #include <unistd.h> to eliminate close() warning. | Marc Boucher | 2002-01-19 | 1 | -0/+1 |
| | |||||
* | libiptc counter function | Harald Welte | 2001-01-05 | 1 | -0/+3 |
| | |||||
* | Fix typo. | Rusty Russell | 2000-09-14 | 1 | -1/+1 |
| | |||||
* | Add drop table support | Rusty Russell | 2000-09-14 | 1 | -2/+12 |
| | |||||
* | Added DROPPING chain. | Rusty Russell | 2000-09-14 | 1 | -0/+3 |
| | |||||
* | Modifications for new header (entries -> entrytable, for alignment reasons) | Rusty Russell | 2000-07-07 | 1 | -1/+1 |
| | |||||
* | Philip Blundell's IPv6 fixes. | Philip Blundell | 2000-05-15 | 1 | -2/+3 |
| | |||||
* | Alignment assertion fix. | Rusty Russell | 2000-05-10 | 1 | -1/+3 |
| | |||||
* | IPv6 enhancements. | Rusty Russell | 2000-05-02 | 1 | -0/+444 |