summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_condition.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove support for compilation of conditional extensionsJan Engelhardt2008-04-151-94/+0
|
* Unique names 3/6Jan Engelhardt2007-10-041-28/+16
| | | | | | | | | | | Give symbols of libxt matches 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-3/+3
|
* Kill NFC_* stuff in iptables (Pablo Neira <pablo@eurodev.net>)Pablo Neira2005-02-141-9/+0
| | | | Fixes build with conntrack event patch for 2.6
* Pablo Neira: extensions conversion to C99 structure initializationPablo Neira2004-12-281-11/+11
| | | | (I removed the revision stuff for the moment, but this needs to go in before the code moves too much --RR)
* the following two patches move the call to check_inverse() to a sanerStephane Ouellette2003-04-271-3/+4
| | | | place and surround the condition name by double-quotes in save(). (Stephane Ouellette)
* fix parse error (Stephane Ouellette)Stephane Ouellette2003-03-261-4/+4
|
* update to condition extension, add condition6 (Stephane Ouellette)Stephane Ouellette2003-02-251-50/+68
|
* add condition patch (Stephane Ouelle)Stephane Ouellette2002-11-021-0/+96