Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unique names 4/6 | Jan Engelhardt | 2007-10-04 | 1 | -21/+16 |
| | | | | | | | | | | | Give symbols of libxt targets unique names (2/3). Adds unique prefixes to all functions (most of them - especially the hook functions) so that debugging programs can unambiguously map a symbol to an address. Also unifies the names of the xtables_match/xtables_target structs, (based upon libxt_connmark.c/libip6t_*.c). Signed-off-by: Jan Engelhardt <jengelh@gmx.de> | ||||
* | Delete empty ->final_check() functions | Jan Engelhardt | 2007-10-04 | 1 | -6/+0 |
| | | | | | | | Deletes empty ->final_check() functions, and makes ip[6]tables checks for NULL on these. Signed-off-by: Jan Engelhardt <jengelh@gmx.de> | ||||
* | Remove stray NULLs | Jan Engelhardt | 2007-10-04 | 1 | -1/+1 |
| | | | | | | | Mixing member accessors (non-named vs named) is not good. Remove stray NULL. Signed-off-by: Jan Engelhardt <jengelh@gmx.de> | ||||
* | Fix sparse warnings: non-ANSI function declarations, 0 used as pointer | Patrick McHardy | 2007-09-08 | 1 | -3/+3 |
| | |||||
* | Remove last vestiges of NFC (Peter Riley <Peter.Riley@hotpop.com>) | Peter Riley | 2007-09-02 | 1 | -1/+1 |
| | |||||
* | Make the option structures const. | Jan Engelhardt | 2007-07-30 | 1 | -1/+1 |
| | | | | Signed-off-by: Jan Engelhardt <jengelh@gmx.de> | ||||
* | Fixes warning on compilation, part 2 | Yasuyuki KOZAKAI | 2007-07-24 | 1 | -3/+4 |
| | | | | | | | | | | This changes the type of arguments as follows in multiport, DNAT, SNAT, MASQUERADE, and REDIRECT - ip[6]t_ip[6] * -> void * - ip[6]t_entry * -> void * and adds lines to cast these pointer with intended type. | ||||
* | Replaces ipt_entry_* with xt_entry_* in matches/targets | Yasuyuki KOZAKAI | 2007-07-24 | 1 | -4/+4 |
| | |||||
* | Fix iptables-save with --random option | Patrick McHardy | 2007-04-18 | 1 | -1/+4 |
| | |||||
* | Remove unnecessary IP_NAT_RANGE_PROTO_RANDOM ifdefs. | Patrick McHardy | 2007-04-18 | 1 | -10/+1 |
| | |||||
* | Use nf_conntrack headers instead of ip_conntrack ones and add sanitized ↵ | Patrick McHardy | 2007-04-18 | 1 | -1/+1 |
| | | | | versions. | ||||
* | iptables: add random option to SNAT (Eric Leblond) | Eric Leblond | 2007-02-24 | 1 | -1/+22 |
| | |||||
* | Fix NAT of ICMP ID ranges (Patrick McHardy) | Patrick McHardy | 2005-07-22 | 1 | -1/+2 |
| | |||||
* | Kill NFC_* stuff in iptables (Pablo Neira <pablo@eurodev.net>) | Pablo Neira | 2005-02-14 | 1 | -2/+0 |
| | | | | Fixes build with conntrack event patch for 2.6 | ||||
* | Pablo Neira: extensions conversion to C99 structure initialization | Pablo Neira | 2004-12-28 | 1 | -14/+12 |
| | | | | (I removed the revision stuff for the moment, but this needs to go in before the code moves too much --RR) | ||||
* | Fix invalid port number (Yasuyuki Kozakai) | Yasuyuki KOZAKAI | 2003-10-30 | 1 | -1/+1 |
| | |||||
* | globally replace NETFILTER_VERSION with IPTABLES_VERSION to have consistent ↵ | Harald Welte | 2002-05-29 | 1 | -2/+2 |
| | | | | naming | ||||
* | fix bug in save() function of MASQUERADE target (A. van Schie) | A. van Schie | 2002-04-01 | 1 | -1/+1 |
| | |||||
* | Fix 'iptables -p !' bug (segfault when `!' used without argument) | Harald Welte | 2002-03-14 | 1 | -1/+1 |
| | |||||
* | - added patch to support statically linking of iptables | Harald Welte | 2001-08-06 | 1 | -0/+1 |
| | | | | - iptables-save/-restore is no longer experimental | ||||
* | Aligning matchsize and targetsize now responsibility of extension writers | Rusty Russell | 2000-07-03 | 1 | -2/+2 |
| | | | | (PPC fix). | ||||
* | Put ports in network order. | Rusty Russell | 2000-04-19 | 1 | -8/+9 |
| | |||||
* | reorganized tree after kernel merge | Marc Boucher | 2000-03-20 | 1 | -0/+166 |