summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_set.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixes warning on compilation of iptables matches/targetsYasuyuki KOZAKAI2007-07-241-3/+3
| | | | | | | | | This changes the type of arguments as follows - ipt_ip * -> void * - ipt_entry * -> void * This patch doesn't change multiport, DNAT, SNAT, MASQUERADE, REDIRECT because these need more changes (casting void * variable with intended type)
* Replaces ipt_entry_* with xt_entry_* in matches/targetsYasuyuki KOZAKAI2007-07-241-4/+4
|
* Remove unnecessary ip_conntrack/ip_nat includesPatrick McHardy2007-04-181-1/+0
|
* set match negation bug fixedJoszef Kadlecsik2006-06-231-1/+1
|
* Kill NFC_* stuff in iptables (Pablo Neira <pablo@eurodev.net>)Pablo Neira2005-02-141-2/+0
| | | | Fixes build with conntrack event patch for 2.6
* ipset 2 related updates (JK)Joszef Kadlecsik2004-12-011-30/+47
|
* Userspace part of sets: ipset added (JK)Joszef Kadlecsik2004-02-091-0/+152