summaryrefslogtreecommitdiffstats
path: root/extensions/libip6t_tcp.c
Commit message (Collapse)AuthorAgeFilesLines
* reduce parse_*_port duplication (Phil Oester <kernel@linuxace.com>)Phil Oester2006-07-201-16/+3
| | | | | The below patch (dependent upon my 'reduce service_to_port duplication' patch) centralizes the parse_*_port functions into parse_port.
* reduce service_to_port duplication (Phil Oester <kernel@linuxace.com>)Phil Oester2006-07-201-12/+1
| | | | | The service_to_port function is used in a number of places, and could benefit from some centralization instead of being duplicated everywhere.
* Kill NFC_* stuff in iptables (Pablo Neira <pablo@eurodev.net>)Pablo Neira2005-02-141-5/+0
| | | | Fixes build with conntrack event patch for 2.6
* add missing commaHarald Welte2005-02-011-1/+1
|
* make structure initializers use C99 standard (Harald Welte)Harald Welte2005-02-011-14/+13
|
* fix error message if invalid flag is specified (Aaron Sethman) (Closes: #65)Harald Welte2003-03-301-1/+1
|
* check for invalid port ranges (Thomas Poehnitz)Harald Welte2002-07-261-0/+4
|
* 2x bugfixes for libip6t_tcp from Andras Kis-SzaboAndrás Kis-Szabó2002-07-081-2/+2
|
* globally replace NETFILTER_VERSION with IPTABLES_VERSION to have consistent ↵Harald Welte2002-05-291-2/+2
| | | | naming
* Fix ip6tables save/restore '! --syn' output of libip6t_tcp.cHarald Welte2002-03-181-6/+10
|
* Fix 'iptables -p !' bug (segfault when `!' used without argument)Harald Welte2002-03-141-8/+4
|
* - added patch to support statically linking of iptablesHarald Welte2001-08-061-0/+1
| | | | - iptables-save/-restore is no longer experimental
* further fixes of string_to_number fixesHarald Welte2001-07-231-5/+4
|
* tcp match numerical output bugfixHarald Welte2001-04-121-1/+1
|
* Aligning matchsize and targetsize now responsibility of extension writersRusty Russell2000-07-031-2/+2
| | | | (PPC fix).
* Phil Blundell's new ipv6 extensions.Philip Blundell2000-06-041-0/+442