summaryrefslogtreecommitdiffstats
path: root/xtables.c
Commit message (Expand)AuthorAgeFilesLines
* libxtables: move compat defines to xtables.cJan Engelhardt2009-02-101-0/+9
* libxtables: recognize IP6TABLES_LIB_DIR old-style environment variableJan Engelhardt2009-02-101-0/+13
* libxtables: move afinfo aroundJan Engelhardt2009-02-071-10/+64
* libxtables: prefix/order - move parse_protocol to xtables.cJan Engelhardt2009-01-301-0/+52
* libxtables: prefix/order - move check_inverse to xtables.cJan Engelhardt2009-01-301-0/+28
* libxtables: prefix - parse and escaped output funcJan Engelhardt2009-01-301-5/+12
* libxtables: prefix - misc functionsJan Engelhardt2009-01-301-4/+5
* libxtables: prefix/order - ascii to ipaddr/ipmask inputJan Engelhardt2009-01-301-7/+7
* libxtables: prefix/order - ipaddr/ipmask to ascii outputJan Engelhardt2009-01-301-10/+10
* libxtables: prefix/order - param_actJan Engelhardt2009-01-301-5/+29
* libxtables: prefix/order - program_nameJan Engelhardt2009-01-301-14/+23
* libxtables: prefix/order - strtouiJan Engelhardt2009-01-271-58/+25
* libxtables: prefix/order - libdirJan Engelhardt2009-01-271-3/+20
* libxtables: prefix/order - match/target loadingJan Engelhardt2009-01-271-19/+22
* libxtables: prefix/order - modprobe and xtables.ko loadingJan Engelhardt2009-01-271-5/+5
* libxtables: prefix/order - fw_xallocJan Engelhardt2009-01-271-8/+11
* extensions: use UINT_MAX constants over open-coded numbers (2/2)Jan Engelhardt2009-01-271-4/+4
* src: remove redundant castsJan Engelhardt2009-01-271-1/+1
* src: remove dependency on libiptc headersJan Engelhardt2008-08-041-0/+1
* ip6tables: fix printing of ipv6 network masksJan Engelhardt2008-06-101-4/+4
* Use s6_addr32 to access bits in int6_addr instead of incompatible nameYasuyuki Kozakai2008-06-041-1/+1
* Wrap dlopen code into NO_SHARED_LIBSJan Engelhardt2008-04-151-0/+2
* Resolve warnings on 64-bit compileJan Engelhardt2008-04-151-2/+2
* Implement AF_UNSPEC as a wildcard for extensionsJan Engelhardt2008-04-141-6/+16
* Combine IP{,6}T_LIB_DIR into XTABLES_LIBDIRJan Engelhardt2008-04-131-43/+51
* Fix -Wshadow warnings and clean up xt_sctp.hJan Engelhardt2008-04-061-2/+2
* Drop -W from CFLAGS and some tiny code cleanupsJan Engelhardt2008-04-061-1/+1
* fix gcc warningsMax Kellermann2008-01-291-2/+2
* escape stringsMax Kellermann2008-01-291-0/+37
* rename overlapping function namesJan Engelhardt2008-01-201-0/+318
* bunch o' renamesJan Engelhardt2008-01-201-0/+148
* print warning when dlopen failsJan Engelhardt2008-01-201-0/+14
* common error messagesJan Engelhardt2008-01-201-0/+49
* Introduce strtonum(), which works like string_to_number(), but passesJan Engelhardt2008-01-201-0/+44
* iptables and NO_SHARED_LIBS/dlfcn.hMike Frysinger2007-12-191-1/+4
* Fix showing help text for matches/targets with revision as userPatrick McHardy2007-12-031-0/+9
* [PATCH iptables] print warnings to stderrMax Kellermann2007-10-171-3/+4
* Tries to load libxt_*.so at first.Yasuyuki KOZAKAI2007-08-041-15/+22
* Moves all declarations in iptables_common.h to xtables.h.Yasuyuki KOZAKAI2007-07-241-1/+0
* Moves some duplicated functions in ip[6]tables.c to xtables.cYasuyuki KOZAKAI2007-07-241-0/+103
* Introduces xtables match/target registrationYasuyuki KOZAKAI2007-07-241-0/+342
* Moves ip[6]tables_insmod() to xtables.c as xtables_insmod()Yasuyuki KOZAKAI2007-07-241-1/+85
* Moves common fw_malloc() and fw_calloc() to xtables.cYasuyuki KOZAKAI2007-07-241-0/+30
* Adds xtables.[ch] and change Makefile to compile itYasuyuki KOZAKAI2007-07-241-0/+19