Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libiptc: remove unused iptc_get_raw_socket and iptc_check_packet | Jan Engelhardt | 2008-11-10 | 1 | -1/+0 |
| | | | | | Signed-off-by: Jan Engelhardt <jengelh@medozas.de> Signed-off-by: Patrick McHardy <kaber@trash.net> | ||||
* | libiptc: remove typedef indirection | Jan Engelhardt | 2008-11-10 | 1 | -3/+3 |
| | | | | | | | | | | | Don't you hate it when iptc_handle_t *x actually is a double-indirection struct iptc_handle **? This also shows the broken constness model, since "const iptc_handle_t x" = "iptc_handle_t const x" = "struct iptc_handle *const x", which is like no const at all. Lots of things to do then. Signed-off-by: Jan Engelhardt <jengelh@medozas.de> Signed-off-by: Patrick McHardy <kaber@trash.net> | ||||
* | Use s6_addr32 to access bits in int6_addr instead of incompatible name | Yasuyuki Kozakai | 2008-06-04 | 1 | -1/+1 |
| | | | | | | | Spotted by Khem Raj <raj.khem@gmail.com> Signed-off-by: Yasuyuki Kozakai <yasuyuki.kozakai@toshiba.co.jp> Signed-off-by: Patrick McHardy <kaber@trash.net> | ||||
* | Remove last vestiges of NFC (Peter Riley <Peter.Riley@hotpop.com>) | Peter Riley | 2007-09-02 | 1 | -6/+2 |
| | |||||
* | 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 | -4/+4 |
| | | | | 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 |
| | |||||
* | sorry, this one didn't make it in 1.2.9rc1 :( | Harald Welte | 2003-10-07 | 1 | -0/+13 |
| | |||||
* | fix ipv6_prefix_length endianness bugs (Closes: #103) | Harald Welte | 2003-06-24 | 1 | -1/+1 |
| | |||||
* | fix memory leak(s) in libiptc. Reverts the previous (wrong) patch. (Martin ↵ | Martin Josefsson | 2003-05-02 | 1 | -0/+1 |
| | | | | Josefsson) | ||||
* | 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 | -5/+9 |
| | |||||
* | first attempt in trying to make debug code work with mangle2hooks and ↵ | Harald Welte | 2002-02-13 | 1 | -18/+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 |
| | |||||
* | Philip Blundell's IPv6 patches. | Rusty Russell | 2000-06-02 | 1 | -3/+18 |
| | |||||
* | Philip Blundell's IPv6 fixes. | Philip Blundell | 2000-05-15 | 1 | -2/+121 |
| | |||||
* | Philip Blundell's IPv6 fixes. | Philip Blundell | 2000-05-10 | 1 | -12/+13 |
| | |||||
* | IPv6 enhancements. | Rusty Russell | 2000-05-02 | 1 | -0/+264 |