summaryrefslogtreecommitdiffstats
path: root/ip6tables.c
Commit message (Expand)AuthorAgeFilesLines
* ip6tables: spacing fixes for -o argumentJan Engelhardt2011-02-161-1/+1
* iptables: fix segfault target option parsingJan Engelhardt2011-02-111-3/+3
* iptables: fix error message for unknown optionsJan Engelhardt2011-02-071-10/+7
* src: move match option handling from do_command6 into its own functionsJan Engelhardt2011-02-071-22/+26
* src: move jump option handling from do_command6 into its own functionJan Engelhardt2011-02-071-34/+38
* src: unclutter command_default functionJan Engelhardt2011-02-071-56/+44
* src: deduplicate and simplify implicit protocol extension loadingJan Engelhardt2011-02-071-33/+1
* src: put shared option flags into xsharedJan Engelhardt2011-02-071-14/+2
* src: deduplicate find_proto functionJan Engelhardt2011-02-071-36/+0
* src: share iptables_command_state across the two programsJan Engelhardt2011-02-071-43/+31
* src: move large default: block from do_command6 into its own functionJan Engelhardt2011-02-061-99/+110
* src: collect do_command variables in a structJan Engelhardt2011-02-061-158/+165
* iptables: do not print trailing whitespacesJan Engelhardt2011-01-311-20/+18
* ip[6]tables: only call target's parse function when option char is in rangeJan Engelhardt2011-01-081-0/+2
* ip[6]tables: only call match's parse function when option char is in rangeJan Engelhardt2011-01-081-0/+3
* iptables: abort on empty interface specificationJan Engelhardt2011-01-081-0/+8
* src: use C99/POSIX typesJan Engelhardt2011-01-081-7/+7
* src: const annotationsJan Engelhardt2010-12-181-13/+14
* iptables: reset options at the start of each commandJan Engelhardt2010-11-281-1/+1
* iptables: fix longopt reecognition and workaround getopt(3) behaviorJan Engelhardt2010-11-151-0/+1
* libxtables: change option precedence order to be intuitiveJan Engelhardt2010-10-291-4/+3
* iptables: limit chain name length to be consistent with targetsJan Engelhardt2010-09-131-3/+3
* xtables: remove xtables_set_revision functionJan Engelhardt2010-06-071-5/+3
* xtables: another try at chain name length checkingJan Engelhardt2010-06-071-2/+2
* iptables: add noreturn attribute to exit_tryhelp()Dmitry V. Levin2010-05-141-1/+1
* iptables: correctly check for too-long chain/target/match namesJan Engelhardt2010-03-161-2/+2
* iptables: take masks into consideration for replace commandJan Engelhardt2009-11-151-4/+6
* iptables/extensions: make bundled options work againJan Engelhardt2009-11-031-6/+6
* libxtables: hand argv to xtables_check_inverseJan Engelhardt2009-11-031-5/+5
* iptables: fix undersized deletion mask creationJan Engelhardt2009-10-291-6/+8
* iptables: expose option to zero packet/byte counters for a specific ruleMohit Mehta2009-08-201-7/+24
* iptables: allow for help-less extensionsJan Engelhardt2009-06-261-16/+2
* iptables: allow for parse-less extensionsJan Engelhardt2009-06-261-4/+5
* iptables: accept multiple IP address specifications for -s, -dMichael Granzow2009-06-261-18/+31
* iptables: print negation extrapositionedJan Engelhardt2009-04-041-6/+6
* iptables: fix broken options-merging during libxtables reworkPablo Neira Ayuso2009-03-031-1/+1
* libxtables: prefix exit_error to xtables_errorJan Engelhardt2009-02-211-36/+36
* doc: resynchronize manpage with in-code helpJan Engelhardt2009-02-211-2/+3
* libxtables: general follow-up cleanupJamal Hadi Salim2009-02-131-10/+9
* libxtables: consolidate init calls into one functionJamal Hadi Salim2009-02-131-1/+0
* libxtables: consolidate merge_options into xtables_merge_optionsJamal Hadi Salim2009-02-131-34/+3
* libxtables: make iptables and ip6tables use xtables_free_optsJamal Hadi Salim2009-02-121-14/+5
* libxtables: add xtables_set_revisionJamal Hadi Salim2009-02-121-11/+3
* libxtables: set names of programsJamal Hadi Salim2009-02-121-1/+0
* Merge branch 'master' of git://dev.medozas.de/iptablesPatrick McHardy2009-02-121-12/+12
|\
| * src: remove iptables_rule_match indirection macroJan Engelhardt2009-02-101-12/+12
* | libxtables: simple aliasing macro for exit_errorJamal Hadi Salim2009-02-111-2/+3
* | libxtables: Make ip6tables, iptables and iptables-xml use xtables_globalsJamal Hadi Salim2009-02-111-0/+8
|/
* libxtables: move afinfo aroundJan Engelhardt2009-02-071-9/+0
* libxtables: prefix/order - move parse_protocol to xtables.cJan Engelhardt2009-01-301-74/+10