summaryrefslogtreecommitdiffstats
path: root/include/xtables.h
Commit message (Expand)AuthorAgeFilesLines
* use nf_tables and nf_tables compatibility interfacePablo Neira Ayuso2013-12-301-0/+3
* xtables: trivial spelling fixstephen hemminger2013-08-071-2/+2
* Introduce match/target aliasesJozsef Kadlecsik2013-01-281-0/+16
* libxtables: add xtables_print_numPablo Neira Ayuso2013-01-041-0/+16
* libxtables: add xtables_rule_matches_freePablo Neira Ayuso2013-01-041-0/+2
* iptables: support for match aliasesJan Engelhardt2012-09-291-0/+1
* iptables: support for target aliasesJan Engelhardt2012-09-271-0/+3
* build: separate AC variable replacements from xtables.hJan Engelhardt2012-08-311-0/+526
* Dynamically create xtables.h.in with versionJan Engelhardt2008-04-151-216/+0
* xtables.h: move non-exported parts to internal.hJan Engelhardt2008-04-131-61/+0
* Fix all remaining warnings (missing declarations, missing prototypes)Jan Engelhardt2008-04-131-0/+7
* Fix -Wshadow warnings and clean up xt_sctp.hJan Engelhardt2008-04-061-2/+2
* escape stringsMax Kellermann2008-01-291-0/+6
* rename overlapping function namesJan Engelhardt2008-01-201-0/+7
* bunch o' renamesJan Engelhardt2008-01-201-0/+8
* common error messagesJan Engelhardt2008-01-201-1/+6
* Introduce strtonum(), which works like string_to_number(), but passesJan Engelhardt2008-01-201-0/+5
* Converts the iptables build infrastructure to autotools.Jan Engelhardt2008-01-201-6/+7
* use <linux/types.h>Jan Engelhardt2007-12-171-5/+1
* Fix more sparse warnings: non-C99 array declaration, incorrect function proto...Patrick McHardy2007-09-081-2/+0
* Fix aligned_u64 type on 64 bit: its an unsigned long, not an unsigned long long.Patrick McHardy2007-09-051-1/+1
* Remove last vestiges of NFC (Peter Riley <Peter.Riley@hotpop.com>)Peter Riley2007-09-021-3/+2
* Make @msg argument a const char *, just like printf().Jan Engelhardt2007-08-011-1/+1
* Make xtables_target->extra_opts const (xtables_match->extra_opts already is)Jan Engelhardt2007-07-301-1/+1
* Moves all declarations in iptables_common.h to xtables.h.Yasuyuki KOZAKAI2007-07-241-0/+31
* Moves IPPROTO_* and IP[6]T_LIB_DIR definitions to xtables.hYasuyuki KOZAKAI2007-07-241-0/+14
* Moves some duplicated functions in ip[6]tables.c to xtables.cYasuyuki KOZAKAI2007-07-241-0/+17
* Introduces xtables match/target registrationYasuyuki KOZAKAI2007-07-241-0/+173
* Moves ip[6]tables_insmod() to xtables.c as xtables_insmod()Yasuyuki KOZAKAI2007-07-241-0/+3
* Moves common fw_malloc() and fw_calloc() to xtables.cYasuyuki KOZAKAI2007-07-241-0/+3
* Adds xtables.[ch] and change Makefile to compile itYasuyuki KOZAKAI2007-07-241-0/+4