summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_conntrack.c
Commit message (Collapse)AuthorAgeFilesLines
* libxt_conntrack r0Jan Engelhardt2008-01-201-514/+0
| | | | | | Move libipt_conntrack to libxt_conntrack. Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
* iptables: fix check_inverse() callJan Engelhardt2007-11-251-1/+1
| | | | | | Fix a typo in call to check_inverse(). Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
* Unique names 3/6Jan Engelhardt2007-10-041-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 pointerPatrick McHardy2007-09-081-9/+9
|
* Remove last vestiges of NFC (Peter Riley <Peter.Riley@hotpop.com>)Peter Riley2007-09-021-1/+0
|
* Make the option structures const.Jan Engelhardt2007-07-301-1/+1
| | | | Signed-off-by: Jan Engelhardt <jengelh@gmx.de>
* Remove the .next=NULL field. This is automatically initialized to zero.Jan Engelhardt2007-07-301-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/targetsYasuyuki KOZAKAI2007-07-241-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/targetsYasuyuki KOZAKAI2007-07-241-4/+4
|
* Removes some KERNEL_64_USERSPACE_32 because linux 2.6 has compat layerYasuyuki KOZAKAI2007-06-281-25/+0
|
* Fixes build error of conntrack match because of missing ip_conntrack_tuple.hYasuyuki KOZAKAI2007-06-241-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 McHardy2007-04-181-1/+1
| | | | versions.
* The conntrack match does not print any info for --ctproto, thusPhil Oester2005-11-171-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 Eastep2005-09-191-2/+2
| | | | (Tom Eastep)
* Kill NFC_* stuff in iptables (Pablo Neira <pablo@eurodev.net>)Pablo Neira2005-02-141-9/+0
| | | | Fixes build with conntrack event patch for 2.6
* Pablo Neira: extensions conversion to C99 structure initializationPablo Neira2004-12-281-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 Oester2004-08-231-1/+1
|
* Fix 64bit kernel / 32bit userspace issue.Martin Josefsson2004-05-261-5/+29
|
* Fabrice's time match update + Tom Eastep's conntrack mach fix applied (JK)Joszef Kadlecsik2004-05-051-1/+1
|
* add support for the raw table to userspaceHarald Welte2003-10-071-1/+11
|
* add support for matching the IPS_CONFIRMED bit (Harald Welte)Harald Welte2003-08-251-1/+11
|
* fix listing of conntrack match (lp@sernet.se) (Closes: #60)Lutz Preßler2003-03-041-2/+2
|
* Fix save() function of libipt_conntrack (Michael Schwendt)Michael Schwendt2002-12-051-3/+3
|
* globally replace NETFILTER_VERSION with IPTABLES_VERSION to have consistent ↵Harald Welte2002-05-291-2/+2
| | | | naming
* fixed stupid typo.Harald Welte2002-03-141-1/+1
| | | | why does this always have to happen _after_ the release?
* Fix 'iptables -p !' bug (segfault when `!' used without argument)Harald Welte2002-03-141-16/+8
|
* general conntrack match module userspace support filesMarc Boucher2002-01-191-0/+517