summaryrefslogtreecommitdiffstats
path: root/xtables.c
Commit message (Expand)AuthorAgeFilesLines
* Don't load ip6?_tables module when already loadedMaciej Zenczykowski2011-04-191-5/+33
* Merge branch 'opts' of git://dev.medozas.de/iptablesPatrick McHardy2011-04-121-19/+6
|\
| * libxtables: guided option parserJan Engelhardt2011-04-061-19/+6
* | move 'int line' definition from ip6?tables.c into xtables.cMaciej Zenczykowski2011-04-051-0/+6
* | xtables: delay (statically built) match/target initializationMaciej Zenczykowski2011-04-041-5/+53
* | xtables_ip6addr_to_numeric: fix typo in commentMaciej Zenczykowski2011-04-041-1/+1
|/
* mark newly opened fds as FD_CLOEXEC (close on exec)Maciej Zenczykowski2011-04-041-0/+11
* xtables: use all IPv6 addresses resolved from a hostnameWes Campaigne2011-02-271-17/+12
* xtables: fix the broken detection/removal of redundant addressesWes Campaigne2011-02-271-4/+14
* xtables: fix excessive memory allocation in host_to_ipaddrWes Campaigne2011-02-261-1/+1
* libxtables: avoid confusing use of ai_protocol=IPPROTO_IPV6Wes Campaigne2011-02-221-2/+0
* libxtables: fix memory scribble beyond end of arrayJan Engelhardt2011-02-211-2/+2
* xtables: use strspn() to check if string needs to be quotedMax Kellerman2011-02-171-1/+1
* iptables: do not print trailing whitespacesJan Engelhardt2011-01-311-3/+3
* xtables: set custom opts to NULL on freeJan Engelhardt2011-01-311-1/+3
* iptables: improve error reporting with extension loading troublesJan Engelhardt2011-01-311-26/+27
* xtables: fix typo in error message of xtables_register_match()Li Yewang2011-01-091-1/+1
* libxtables: do some option structure checkingJan Engelhardt2011-01-081-0/+17
* ip[6]tables: only call match's parse function when option char is in rangeJan Engelhardt2011-01-081-2/+2
* xtables: reorder num_old substraction for clarityJan Engelhardt2011-01-081-4/+7
* src: use C99/POSIX typesJan Engelhardt2011-01-081-5/+5
* iptables: do not emit orig_opts twiceJan Engelhardt2010-11-281-0/+4
* iptables: fix longopt reecognition and workaround getopt(3) behaviorJan Engelhardt2010-11-151-1/+2
* libxtables: change option precedence order to be intuitiveJan Engelhardt2010-10-291-22/+28
* xtables: remove unnecessary castJan Engelhardt2010-08-031-1/+1
* xtables: remove xtables_set_revision functionJan Engelhardt2010-06-071-8/+0
* xtables: another try at chain name length checkingJan Engelhardt2010-06-071-6/+4
* 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