summaryrefslogtreecommitdiffstats
path: root/iptables.c
Commit message (Expand)AuthorAgeFilesLines
* v4: rename flush_entries() to flush_entries4()Maciej Zenczykowski2011-04-041-3/+3
* v4: rename for_each_chain() to for_each_chain4()Maciej Zenczykowski2011-04-041-4/+4
* iptables: add -C to check for existing rulesStefan Tomanek2011-03-081-6/+54
* 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-30/+29
* src: move jump option handling from do_command6 into its own functionJan Engelhardt2011-02-071-38/+41
* src: unclutter command_default functionJan Engelhardt2011-02-071-62/+47
* 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: move OPT_FRAGMENT to the end so the list can be sharedJan Engelhardt2011-02-071-11/+11
* src: deduplicate find_proto functionJan Engelhardt2011-02-071-35/+0
* src: share iptables_command_state across the two programsJan Engelhardt2011-02-071-12/+0
* src: move large default: block from do_command6 into its own functionJan Engelhardt2011-02-061-104/+115
* src: collect do_command variables in a structJan Engelhardt2011-02-061-158/+165
* iptables: do not print trailing whitespacesJan Engelhardt2011-01-311-19/+17
* 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-8/+8
* src: const annotationsJan Engelhardt2010-12-181-12/+13
* 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/+9
* iptables: limit chain name length to be consistent with targetsJan Engelhardt2010-09-131-3/+3
* xtables: remove xtables_set_revision functionJan Engelhardt2010-06-071-7/+4
* 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-12/+30
* iptables: print negation extrapositionedJan Engelhardt2009-04-041-6/+6
* Merge commit 'nf/master'Jan Engelhardt2009-03-151-2/+1
|\
| * iptables: fix broken options-merging during libxtables reworkPablo Neira Ayuso2009-03-031-2/+1
* | iptables: turn deprecation warning into enforcing modeJan Engelhardt2009-03-151-4/+3
|/
* libxtables: prefix exit_error to xtables_errorJan Engelhardt2009-02-211-38/+38
* doc: resynchronize manpage with in-code helpJan Engelhardt2009-02-211-2/+3
* libxtables: general follow-up cleanupJamal Hadi Salim2009-02-131-9/+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-36/+3
* libxtables: make iptables and ip6tables use xtables_free_optsJamal Hadi Salim2009-02-121-15/+6
* libxtables: add xtables_set_revisionJamal Hadi Salim2009-02-121-12/+4
* 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
|\