History log of /external/iptables/extensions/libxt_CT.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7b26bafb9be05a23b47653640aadbb61d0032665 28-Jan-2013 Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> libxt_CT: Add the "NOTRACK" alias

Available since Linux kernel 3.8.

Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
/external/iptables/extensions/libxt_CT.c
0c3753b1d4226a6e7bea9619415cf40cadee1e58 06-Apr-2013 Patrick McHardy <kaber@trash.net> extensions: add copyright statements

Add copyright statements to all extensions authored by myself.

Signed-off-by: Patrick McHardy <kaber@trash.net>
/external/iptables/extensions/libxt_CT.c
50f19190a60ff7d69e88406a71a2f27e09008566 04-Sep-2012 Jan Engelhardt <jengelh@inai.de> libxt_NOTRACK: replace as an alias to CT --notrack

Note that we do not need any print/save functions for the alias entries,
since the real CT entry will handle this.

Signed-off-by: Jan Engelhardt <jengelh@inai.de>
/external/iptables/extensions/libxt_CT.c
e8f32983048d6aa4a908b6a92da55fa71c859623 29-Feb-2012 Pablo Neira Ayuso <pablo@netfilter.org> libxt_CT: add --timeout option

This patch adds the --timeout option to allow to attach timeout
policy objects to flows, eg.

iptables -I PREROUTING -t raw -s 1.1.1.1 -p tcp \
-j CT --timeout custom-tcp-policy

You need the nfct(8) tool which is available at:
http://git.netfilter.org/cgi-bin/gitweb.cgi?p=nfct.git
To define the cttimeout policies.

Example of usage:
nfct timeout add custom-tcp-policy inet tcp established 1000

The new nfct tool also requires libnetfilter_cttimeout:
http://git.netfilter.org/cgi-bin/gitweb.cgi?p=libnetfilter_cttimeout.git

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
/external/iptables/extensions/libxt_CT.c
a05562e1e2fb2e18f34d29ec57c4217a3014d1f2 06-Mar-2011 Jan Engelhardt <jengelh@medozas.de> libxt_CT: use guided option parser

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
/external/iptables/extensions/libxt_CT.c
73866357e4a7a0fdc1b293bf8863fee2bd56da9e 18-Dec-2010 Jan Engelhardt <jengelh@medozas.de> iptables: do not print trailing whitespaces

Due to the use of printf("foobar "), iptables emits spaces at the
end-of-line, which looks odd to some users because it causes the
terminal to wrap even if there is seemingly nothing to print.

It may also have other points of annoyance, such as mailers
interpreting a trailing space as an indicator that the paragraph
continues when format=flowed is also on.
And git highlights trailing spaces in red, so let's avoid :)

Preexisting inconsistencies in outputting spaces in the right
spot are also addressed right away.

References: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=429579
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
/external/iptables/extensions/libxt_CT.c
d09b6d591ca7d7d7575cb6aa20384c9830f777ab 08-Jan-2011 Jan Engelhardt <jengelh@medozas.de> extensions: remove no longer necessary default: cases

Match and target parse functions now only get option characters they
have defined themselves.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
/external/iptables/extensions/libxt_CT.c
32b8e61e4e5bd405d9ad07bf9468498dfbb19f9e 23-Jul-2010 Jan Engelhardt <jengelh@medozas.de> all: consistent syntax use in struct option

Try to inhibit copypasting old stuff.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
/external/iptables/extensions/libxt_CT.c
bed2ba957d545b50c3eae6fb28fc0decadbc0dcb 09-May-2010 Pablo Neira Ayuso <pablo@netfilter.org> CT: fix --ctevents parsing

This patch fixes the following problem:

# iptables -t raw -I PREROUTING -t raw -j CT --ctevents assured
iptables v1.4.7: Unknown event type "assured"
Try `iptables -h' or 'iptables --help' for more information.

However, `assured' is one of the supported arguments for --ctevents.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
/external/iptables/extensions/libxt_CT.c
9f27e6b6f8638bde93e9901e999287ad5118f17c 20-Apr-2010 Patrick McHardy <kaber@trash.net> libxt_CT: print conntrack zone in ->print/->save

Signed-off-by: Patrick McHardy <kaber@trash.net>
/external/iptables/extensions/libxt_CT.c
89b6c32f88be47e83c3f6e7f8fee812088cb8c22 11-Mar-2010 Jan Engelhardt <jengelh@medozas.de> libxt_CT: add a manpage

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
/external/iptables/extensions/libxt_CT.c
9fdbaa71452edaac9d5906716c15937f670341fa 08-Mar-2010 Patrick McHardy <kaber@trash.net> extensions: add CT extension

Signed-off-by: Patrick McHardy <kaber@trash.net>
/external/iptables/extensions/libxt_CT.c