summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_connlimit.c
Commit message (Collapse)AuthorAgeFilesLines
* Moves libip{,6}t_connlimit to libxt./C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org2007-07-311-128/+0
| | | | | | | Also fixes an option parsing bug (connlimit_parse() may receive a 'c' that is not from the connlimit options table). Signed-off-by: Jan Engelhardt <jengelh@gmx.de>
* Fixes compile error of connlimit where NO_SHARED_LIBS=1 is specified/C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org2007-07-131-1/+1
|
* PATCH: Add connlimit to iptables./C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net2007-07-091-0/+128
| | | | Signed-off-by: Jan Engelhardt <jengelh@gmx.de>
* Remove extensions for unmaintained/obsolete patchlets/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kaber/emailAddress=kaber@netfilter.org2007-01-101-132/+0
|
* 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
| | | | Fixes build with conntrack event patch for 2.6
* 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-11/+11
| | | | (I removed the revision stuff for the moment, but this needs to go in before the code moves too much --RR)
* fix mask '/0' case (David Ahern) (Closes: #147)laforge2004-02-041-1/+10
|
* rename iplimit to connlimitlaforge2003-04-301-18/+18
|
* globally replace NETFILTER_VERSION with IPTABLES_VERSION to have consistent ↵laforge2002-05-291-2/+2
| | | | naming
* Fix 'iptables -p !' bug (segfault when `!' used without argument)laforge2002-03-141-2/+1
|
* removed duplicate 'static' keyword.marc2001-12-061-1/+0
|
* - added patch to support statically linking of iptableslaforge2001-08-061-0/+1
| | | | - iptables-save/-restore is no longer experimental
* Gerd Knorr's fixes to iplimit matchlaforge2001-04-121-16/+16
|
* Gerd Knorr's iplimit.rusty2000-12-181-0/+133