summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* v6: rename print_rule() to print_rule6()Maciej Zenczykowski2011-04-043-4/+4
* v4: rename print_rule() to print_rule4()Maciej Zenczykowski2011-04-043-4/+4
* v6: rename delete_chain() to delete_chain6()Maciej Zenczykowski2011-04-043-5/+5
* v4: rename delete_chain() to delete_chain4()Maciej Zenczykowski2011-04-043-5/+5
* v6: rename flush_entries() to flush_entries6()Maciej Zenczykowski2011-04-043-5/+5
* v4: rename flush_entries() to flush_entries4()Maciej Zenczykowski2011-04-043-5/+5
* v6: rename for_each_chain() to for_each_chain6()Maciej Zenczykowski2011-04-043-7/+7
* v4: rename for_each_chain() to for_each_chain4()Maciej Zenczykowski2011-04-043-7/+7
* xtables.h: init_extensions() no longer existsMaciej Zenczykowski2011-04-041-1/+0
* v6: rename init_extensions() to init_extensions6()Maciej Zenczykowski2011-04-045-5/+6
* v4: rename init_extensions() to init_extensions4()Maciej Zenczykowski2011-04-045-5/+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-047-6/+17
* man pages: allow underscores in match and target namesMaciej Zenczykowski2011-04-041-2/+2
* iptables: documentation for iptables and ip6tables "security" tablesMark Montague2011-04-044-4/+32
* iptables: add manual page section for AUDIT targetThomas Graf2011-03-161-0/+14
* iptables: add -C to check for existing rulesStefan Tomanek2011-03-089-21/+162
* ip(6)tables-multi: unify subcommand handlingStefan Tomanek2011-03-074-72/+73
* doc: add VERSION section to manpagesJan Engelhardt2011-03-012-0/+6
* iptables: fix an inversionJan Engelhardt2011-03-011-1/+1
* 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
* doc: rateest options can be optionalJan Engelhardt2011-02-211-4/+4
* libxt_quota: require --quota to be specifiedJan Engelhardt2011-02-201-1/+9
* doc: fix odd partial sentence in libipt_TTLJan Engelhardt2011-02-201-3/+3
* doc: mention other possible nf_loggers for TRACEJan Engelhardt2011-02-201-3/+5
* libipt_ECN: set proper option flagsJan Engelhardt2011-02-191-1/+1
* extensions: add missing checks for specific flagsJan Engelhardt2011-02-193-3/+3
* libip6t_hbh: remove unimplemented --hbh-not-strictJan Engelhardt2011-02-191-14/+0
* libip6t_dst: remove unimplemented --dst-not-strictJan Engelhardt2011-02-191-18/+0
* Remove unused CVS expanded keywordsJan Engelhardt2011-02-1913-26/+0
* extensions: remove redundant init functionsJan Engelhardt2011-02-1914-87/+1
* doc: fix misspelling of "field"Jan Engelhardt2011-02-183-3/+3
* doc: fix wrong sentence about negation in xt_limitJan Engelhardt2011-02-171-2/+5
* xtables: use strspn() to check if string needs to be quotedMax Kellerman2011-02-171-1/+1
* extensions: fix indent of vtableJan Engelhardt2011-02-164-45/+45
* libxt_devgroup: option whitespace update following v1.4.10-49-g7386635Jan Engelhardt2011-02-161-7/+7
* ip6tables: spacing fixes for -o argumentJan Engelhardt2011-02-161-1/+1
* iptables: fix segfault target option parsingJan Engelhardt2011-02-112-6/+6
* Merge branch 'master' of git://dev.medozas.de/iptablesPatrick McHardy2011-02-094-671/+608
|\
| * iptables: fix error message for unknown optionsJan Engelhardt2011-02-072-20/+14
| * src: move match option handling from do_command6 into its own functionsJan Engelhardt2011-02-072-52/+55
| * src: move jump option handling from do_command6 into its own functionJan Engelhardt2011-02-073-72/+80
| * src: unclutter command_default functionJan Engelhardt2011-02-072-118/+91
| * src: deduplicate and simplify implicit protocol extension loadingJan Engelhardt2011-02-074-69/+37
| * src: put shared option flags into xsharedJan Engelhardt2011-02-073-28/+19