summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_SET.c
Commit message (Collapse)AuthorAgeFilesLines
* sparse warning fixes: integer used as pointerPatrick McHardy2008-06-071-3/+3
| | | | Signed-off-by: Patrick McHardy <kaber@trash.net>
* Remove old functions, constantsJan Engelhardt2008-04-151-8/+8
|
* Unique names 4/6Jan Engelhardt2007-10-041-23/+18
| | | | | | | | | | | Give symbols of libxt targets unique names (2/3). Adds unique prefixes to all functions (most of them - especially the hook functions) so that debugging programs can unambiguously map a symbol to an address. Also unifies the names of the xtables_match/xtables_target structs, (based upon libxt_connmark.c/libip6t_*.c). Signed-off-by: Jan Engelhardt <jengelh@gmx.de>
* Remove last vestiges of NFC (Peter Riley <Peter.Riley@hotpop.com>)Peter Riley2007-09-021-1/+1
|
* Make the option structures const.Jan Engelhardt2007-07-301-1/+1
| | | | Signed-off-by: Jan Engelhardt <jengelh@gmx.de>
* 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 target bugfix by Michal Pokrywka appliedMichal Pokrywka2005-03-181-1/+3
|
* 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-53/+59
|
* Userspace part of sets: ipset added (JK)Joszef Kadlecsik2004-02-091-0/+174