summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_conntrack.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH]: iptables: fix check_inverse() call/C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net2007-11-251-1/+1
* [PATCH 09/13] Unique names 3/6/C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net2007-10-041-24/+16
* Fix sparse warnings: non-ANSI function declarations, 0 used as pointer/C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net2007-09-081-9/+9
* [PATCH]: Remove last vestiges of NFC (Peter Riley <Peter.Riley@hotpop.com>)/C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net2007-09-021-1/+0
* Make the option structures const./C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org2007-07-301-1/+1
* Remove the .next=NULL field. This is automatically initialized to zero./C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org2007-07-301-1/+0
* Fixes warning on compilation of iptables matches/targets/C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org2007-07-241-4/+4
* Replaces ipt_entry_* with xt_entry_* in matches/targets/C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org2007-07-241-4/+4
* Removes some KERNEL_64_USERSPACE_32 because linux 2.6 has compat layer/C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org2007-06-281-25/+0
* Fixes build error of conntrack match because of missing ip_conntrack_tuple.h/C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org2007-06-241-1/+0
* Use nf_conntrack headers instead of ip_conntrack ones and add sanitized versi.../C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net2007-04-181-1/+1
* The conntrack match does not print any info for --ctproto, thus/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2005-11-171-0/+7
* The conntrack match extension doesn't handle address inversion correctly. (To.../C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2005-09-191-2/+2
* Kill NFC_* stuff in iptables (Pablo Neira <pablo@eurodev.net>)/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kaber/emailAddress=kaber@netfilter.org2005-02-141-9/+0
* Pablo Neira: extensions conversion to C99 structure initialization/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=rusty/emailAddress=rusty@netfilter.org2004-12-281-14/+13
* Fix conntrack-match typo, fixes bugzilla #194 (Phil Oester)kaber2004-08-231-1/+1
* Fix 64bit kernel / 32bit userspace issue.gandalf2004-05-261-5/+29
* Fabrice's time match update + Tom Eastep's conntrack mach fix applied (JK)kadlec2004-05-051-1/+1
* add support for the raw table to userspacelaforge2003-10-071-1/+11
* add support for matching the IPS_CONFIRMED bit (Harald Welte)laforge2003-08-251-1/+11
* fix listing of conntrack match (lp@sernet.se) (Closes: #60)laforge2003-03-041-2/+2
* Fix save() function of libipt_conntrack (Michael Schwendt)laforge2002-12-051-3/+3
* globally replace NETFILTER_VERSION with IPTABLES_VERSION to have consistent n...laforge2002-05-291-2/+2
* fixed stupid typo.laforge2002-03-141-1/+1
* Fix 'iptables -p !' bug (segfault when `!' used without argument)laforge2002-03-141-16/+8
* general conntrack match module userspace support filesmarc2002-01-191-0/+517