summaryrefslogtreecommitdiffstats
path: root/xtables.c
Commit message (Expand)AuthorAgeFilesLines
* xtables: fix compilation when debugging is enabledPatrick McHardy2010-05-201-1/+1
* iptables: correctly check for too-long chain/target/match namesJan Engelhardt2010-03-161-0/+5
* Lift restrictions on interface namesJan Engelhardt2010-02-091-6/+5
* libxtables: hand argv to xtables_check_inverseJan Engelhardt2009-11-031-1/+2
* style: reduce indent in xtables_check_inverseJan Engelhardt2009-10-291-16/+16
* build: restore --disable-ipv6 functionality on system w/o v6 headersOlaf Rempel2009-10-291-1/+2
* Support for nommu archesJan Engelhardt2009-10-251-1/+1
* xtables: warn of missing version identifier in extensionsJan Engelhardt2009-06-261-0/+10
* xtables: add multi-registration functionsJan Engelhardt2009-06-261-0/+14
* iptables: accept multiple IP address specifications for -s, -dMichael Granzow2009-06-261-0/+175
* xtables: fix segfault if incorrect protocol name is usedPablo Neira Ayuso2009-05-121-0/+3
* libxtables: provide IPv6 zero address variableJan Engelhardt2009-04-031-1/+2
* libxtables: fix compile error due to incomplete changePeter Volkov2009-03-241-1/+1
* extensions: add missing limits.h includeJan Engelhardt2009-02-211-0/+1
* libxtables: inline and remove unused OPTION_OFFSET macroJan Engelhardt2009-02-211-1/+1
* libxtables: general follow-up cleanupJamal Hadi Salim2009-02-131-15/+12
* libxtables: consolidate init calls into one functionJamal Hadi Salim2009-02-131-25/+32
* libxtables: consolidate merge_options into xtables_merge_optionsJamal Hadi Salim2009-02-131-0/+31
* libxtables: make iptables and ip6tables use xtables_free_optsJamal Hadi Salim2009-02-121-5/+4
* libxtables: add xtables_set_revisionJamal Hadi Salim2009-02-121-0/+8
* libxtables: flush before forkJan Engelhardt2009-02-121-0/+6
* Merge branch 'master' of git://dev.medozas.de/iptablesPatrick McHardy2009-02-121-0/+22
|\
| * 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: simple aliasing macro for exit_errorJamal Hadi Salim2009-02-111-21/+24
* | libxtables: Replace direct exit_error() calls inside libxtablesJamal Hadi Salim2009-02-111-18/+18
* | libxtables: Add exit_error cb to xtables_globalsJamal Hadi Salim2009-02-111-1/+18
* | libxtables: define xtables_free_opts()Jamal Hadi Salim2009-02-111-0/+11
* | libxtables: Introduce global params structuringJamal Hadi Salim2009-02-111-0/+22
|/
* 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