Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libxt_conntrack r0 | Jan Engelhardt | 2008-01-20 | 1 | -514/+0 |
| | | | | | | Move libipt_conntrack to libxt_conntrack. Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de> | ||||
* | iptables: fix check_inverse() call | Jan Engelhardt | 2007-11-25 | 1 | -1/+1 |
| | | | | | | Fix a typo in call to check_inverse(). Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de> | ||||
* | Unique names 3/6 | Jan Engelhardt | 2007-10-04 | 1 | -24/+16 |
| | | | | | | | | | | | Give symbols of libxt matches 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> | ||||
* | Fix sparse warnings: non-ANSI function declarations, 0 used as pointer | Patrick McHardy | 2007-09-08 | 1 | -9/+9 |
| | |||||
* | Remove last vestiges of NFC (Peter Riley <Peter.Riley@hotpop.com>) | Peter Riley | 2007-09-02 | 1 | -1/+0 |
| | |||||
* | Make the option structures const. | Jan Engelhardt | 2007-07-30 | 1 | -1/+1 |
| | | | | Signed-off-by: Jan Engelhardt <jengelh@gmx.de> | ||||
* | Remove the .next=NULL field. This is automatically initialized to zero. | Jan Engelhardt | 2007-07-30 | 1 | -1/+0 |
| | | | | | | | I've kept .print=NULL and .save=NULL so it stands out (since iptables will do the print/save then). Signed-off-by: Jan Engelhardt <jengelh@gmx.de> | ||||
* | Fixes warning on compilation of iptables matches/targets | Yasuyuki KOZAKAI | 2007-07-24 | 1 | -4/+4 |
| | | | | | | | | | This changes the type of arguments as follows - ipt_ip * -> void * - ipt_entry * -> void * This patch doesn't change multiport, DNAT, SNAT, MASQUERADE, REDIRECT because these need more changes (casting void * variable with intended type) | ||||
* | Replaces ipt_entry_* with xt_entry_* in matches/targets | Yasuyuki KOZAKAI | 2007-07-24 | 1 | -4/+4 |
| | |||||
* | Removes some KERNEL_64_USERSPACE_32 because linux 2.6 has compat layer | Yasuyuki KOZAKAI | 2007-06-28 | 1 | -25/+0 |
| | |||||
* | Fixes build error of conntrack match because of missing ip_conntrack_tuple.h | Yasuyuki KOZAKAI | 2007-06-24 | 1 | -1/+0 |
| | | | | | in linux 2.6.22. It is not needed because nf_conntrack headers can be used instead. | ||||
* | Use nf_conntrack headers instead of ip_conntrack ones and add sanitized ↵ | Patrick McHardy | 2007-04-18 | 1 | -1/+1 |
| | | | | versions. | ||||
* | The conntrack match does not print any info for --ctproto, thus | Phil Oester | 2005-11-17 | 1 | -0/+7 |
| | | | | | breaking iptables-restore of any rules using this option. Below patch adds output and closes bug #398. (Phil Oester) | ||||
* | The conntrack match extension doesn't handle address inversion correctly. ↵ | Tom Eastep | 2005-09-19 | 1 | -2/+2 |
| | | | | (Tom Eastep) | ||||
* | Kill NFC_* stuff in iptables (Pablo Neira <pablo@eurodev.net>) | Pablo Neira | 2005-02-14 | 1 | -9/+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/+13 |
| | | | | (I removed the revision stuff for the moment, but this needs to go in before the code moves too much --RR) | ||||
* | Fix conntrack-match typo, fixes bugzilla #194 (Phil Oester) | Phil Oester | 2004-08-23 | 1 | -1/+1 |
| | |||||
* | Fix 64bit kernel / 32bit userspace issue. | Martin Josefsson | 2004-05-26 | 1 | -5/+29 |
| | |||||
* | Fabrice's time match update + Tom Eastep's conntrack mach fix applied (JK) | Joszef Kadlecsik | 2004-05-05 | 1 | -1/+1 |
| | |||||
* | add support for the raw table to userspace | Harald Welte | 2003-10-07 | 1 | -1/+11 |
| | |||||
* | add support for matching the IPS_CONFIRMED bit (Harald Welte) | Harald Welte | 2003-08-25 | 1 | -1/+11 |
| | |||||
* | fix listing of conntrack match (lp@sernet.se) (Closes: #60) | Lutz Preßler | 2003-03-04 | 1 | -2/+2 |
| | |||||
* | Fix save() function of libipt_conntrack (Michael Schwendt) | Michael Schwendt | 2002-12-05 | 1 | -3/+3 |
| | |||||
* | globally replace NETFILTER_VERSION with IPTABLES_VERSION to have consistent ↵ | Harald Welte | 2002-05-29 | 1 | -2/+2 |
| | | | | naming | ||||
* | fixed stupid typo. | Harald Welte | 2002-03-14 | 1 | -1/+1 |
| | | | | why does this always have to happen _after_ the release? | ||||
* | Fix 'iptables -p !' bug (segfault when `!' used without argument) | Harald Welte | 2002-03-14 | 1 | -16/+8 |
| | |||||
* | general conntrack match module userspace support files | Marc Boucher | 2002-01-19 | 1 | -0/+517 |