summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_mport.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove extensions for unmaintained/obsolete patchletsPatrick McHardy2007-01-101-287/+0
|
* 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.
* Kill NFC_* stuff in iptables (Pablo Neira <pablo@eurodev.net>)Pablo Neira2005-02-141-3/+0
| | | | Fixes build with conntrack event patch for 2.6
* Pablo Neira: extensions conversion to C99 structure initializationPablo Neira2004-12-281-13/+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-2/+2
| | | | by Thomas Woerner <twoerner@redhat.com>
* globally replace NETFILTER_VERSION with IPTABLES_VERSION to have consistent ↵Harald Welte2002-05-291-2/+2
| | | | naming
* fix libipt_mport save/restore (Bob Hockney)Bob Hockney2002-04-161-2/+2
|
* string_to_number fix (*sigh*)Harald Welte2001-10-151-1/+1
|
* further fixes of string_to_number fixesHarald Welte2001-07-231-2/+3
|
* Andreas Ferber's mulitport with ranges patch.Andreas Ferber2001-06-051-0/+306