summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_iprange.c
Commit message (Expand)AuthorAgeFilesLines
* Unique names 3/6Jan Engelhardt2007-10-041-23/+16
* Fix sparse warnings: non-ANSI function declarations, 0 used as pointerPatrick McHardy2007-09-081-3/+3
* Remove last vestiges of NFC (Peter Riley <Peter.Riley@hotpop.com>)Peter Riley2007-09-021-1/+0
* Make the option structures const.Jan Engelhardt2007-07-301-1/+1
* Remove the .next=NULL field. This is automatically initialized to zero.Jan Engelhardt2007-07-301-1/+0
* Fixes warning on compilation of iptables matches/targetsYasuyuki KOZAKAI2007-07-241-3/+3
* Replaces ipt_entry_* with xt_entry_* in matches/targetsYasuyuki KOZAKAI2007-07-241-3/+3
* please kill santa-claus (Pierre-Yves Ritschard <pierre-yves@spootnik.org>)Pierre-Yves Ritschard2006-07-051-1/+0
* Kill NFC_* stuff in iptables (Pablo Neira <pablo@eurodev.net>)Pablo Neira2005-02-141-9/+0
* Pablo Neira: extensions conversion to C99 structure initializationPablo Neira2004-12-281-14/+13
* Giving --dst-range twice to iprange did not ring the bellNicolas Bouliane2004-07-121-1/+1
* iprange match support added (Jozsef Kadlecsik)Joszef Kadlecsik2003-04-231-0/+195