summaryrefslogtreecommitdiffstats
path: root/ip6tables.c
Commit message (Expand)AuthorAgeFilesLines
* src: move all iptables pieces into a separate directoryJan Engelhardt2011-06-071-1967/+0
* build: remove dead code partsJan Engelhardt2011-05-301-2/+0
* src: combine default_command functionsJan Engelhardt2011-05-121-68/+1
* src: replace old IP*T_ALIGN macrosJan Engelhardt2011-05-121-8/+8
* Add --ipv4/-4 and --ipv6/-6 support to ip6?tables{,-restore}.Maciej Żenczykowski2011-04-191-1/+16
* Merge branch 'opts' of git://dev.medozas.de/iptablesPatrick McHardy2011-04-121-20/+36
|\
| * libxtables: provide better final_checkJan Engelhardt2011-04-061-14/+4
| * libxtables: guided option parserJan Engelhardt2011-04-061-16/+42
* | move 'int line' definition from ip6?tables.c into xtables.cMaciej Zenczykowski2011-04-051-6/+0
* | v6: rename do_command() to do_command6()Maciej Zenczykowski2011-04-041-2/+2
* | v6: rename print_rule() to print_rule6()Maciej Zenczykowski2011-04-041-2/+2
* | v6: rename delete_chain() to delete_chain6()Maciej Zenczykowski2011-04-041-3/+3
* | v6: rename flush_entries() to flush_entries6()Maciej Zenczykowski2011-04-041-3/+3
* | v6: rename for_each_chain() to for_each_chain6()Maciej Zenczykowski2011-04-041-4/+4
|/
* iptables: add -C to check for existing rulesStefan Tomanek2011-03-081-6/+54
* 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