summaryrefslogtreecommitdiffstats
path: root/include/xtables.h
Commit message (Expand)AuthorAgeFilesLines
* 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