summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_multiport.c
Commit message (Collapse)AuthorAgeFilesLines
* Replaces ipt_entry_* with xt_entry_* in matches/targetsYasuyuki KOZAKAI2007-07-241-7/+7
|
* Add UDPLITE multiport supportPatrick McHardy2007-01-111-3/+6
|
* Revert "proto_to_name duplication" patch, as noticed by Yasuyuki it can causePatrick McHardyJesper Brouer2006-07-251-2/+19
| | | | invalid arguments to get accepted.
* proto_to_name duplication (Phil Oester <kernel@linuxace.com>)Phil Oester2006-07-221-19/+2
| | | | | Update multiport match to use the iptables version of proto_to_name instead of reinventing the wheel.
* reduce parse_*_port duplication (Phil Oester <kernel@linuxace.com>)Phil Oester2006-07-201-13/+0
| | | | | 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-11/+0
| | | | | The service_to_port function is used in a number of places, and could benefit from some centralization instead of being duplicated everywhere.
* Add DCCP/SCTP support to multiport. Patch for kernel will go in 2.6.18.Patrick McHardy2006-04-281-8/+24
|
* Kill NFC_* stuff in iptables (Pablo Neira <pablo@eurodev.net>)Pablo Neira2005-02-141-6/+0
| | | | Fixes build with conntrack event patch for 2.6
* Add support for inversion to multiport revision 1.Phil Oester2005-02-021-5/+10
| | | | Signed-off-by: Phil Oester <kernel@linuxace.com>
* Testsuite found an issue: multiport accepts -p ! tcp.Rusty Russell2005-01-031-0/+4
|
* Pablo Neira:Pablo Neira2005-01-031-1/+199
| | | | Multiport revision 1 userspace support.
* Pablo Neira: extensions conversion to C99 structure initializationPablo Neira2004-12-281-14/+13
| | | | (I removed the revision stuff for the moment, but this needs to go in before the code moves too much --RR)
* Print error when '!' is used with multiport. Based on patch by Phil Oester.Patrick McHardy2004-09-181-0/+7
|
* Fix iptables-save (save everything numerically)Thomas Woerner2003-07-141-1/+1
| | | | by Thomas Woerner <twoerner@redhat.com>
* globally replace NETFILTER_VERSION with IPTABLES_VERSION to have consistent ↵Harald Welte2002-05-291-2/+2
| | | | naming
* - 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-2/+3
|
* Aligning matchsize and targetsize now responsibility of extension writersRusty Russell2000-07-031-2/+2
| | | | (PPC fix).
* Changes to allow matching (for delete) on part of a rule, for rules whichRusty Russell2000-04-191-0/+1
| | | | change in the kernel (eg. ipt_limit).
* reorganized tree after kernel mergeMarc Boucher2000-03-201-0/+262