History log of /external/iptables/extensions/libxt_CT.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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