summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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-074-71/+41
| * src: share iptables_command_state across the two programsJan Engelhardt2011-02-073-55/+49
| * src: move large default: block from do_command6 into its own functionJan Engelhardt2011-02-062-203/+225
| * src: collect do_command variables in a structJan Engelhardt2011-02-062-316/+330
* | libxt_cluster: fix inversion in the cluster matchPablo Neira Ayuso2011-02-061-2/+2
|/
* extensions: add extension for devgroup matchPatrick McHardy2011-02-032-0/+318
* iptables: do not print trailing whitespacesJan Engelhardt2011-01-3193-996/+940
* iptables: remove more redundant castsJan Engelhardt2011-01-312-6/+2
* iptables: remove bogus address-ofJan Engelhardt2011-01-312-2/+2
* iptables: warn when parameter limit is exceededJan Engelhardt2011-01-312-2/+8
* xtables: set custom opts to NULL on freeJan Engelhardt2011-01-311-1/+3
* libxt_u32: enclose argument in quotesJan Engelhardt2011-01-311-1/+2
* iptables: improve error reporting with extension loading troublesJan Engelhardt2011-01-311-26/+27
* libxt_quota: clarifications on matchingJan Engelhardt2011-01-251-1/+3
* Fix listing/saving the new revision of the SET targetJozsef Kadlecsik2011-01-211-1/+1
* libxt_connlimit: remove duplicate member that caused size changeJan Engelhardt2011-01-201-1/+1
* extensions: libxt_conntrack: add support for specifying port rangesPatrick McHardy2011-01-203-69/+207
* extensions: libxt_NFQUEUE: add v2 revision with --queue-bypass optionFlorian Westphal2011-01-203-7/+72
* libxt_AUDIT: add AUDIT targetThomas Graf2011-01-202-0/+153
* libxt_connlimit: support for dstaddr-supporting revision 1Jan Engelhardt2011-01-193-19/+106
* libxt_connlimit: add a --connlimit-upto optionJan Engelhardt2011-01-182-30/+49
* libxt_connlimit: reword help text to say prefix lengthJan Engelhardt2011-01-182-2/+3
* libxt_quota: print negation when it has been selectedJan Engelhardt2011-01-181-0/+3
* xtables: fix typo in error message of xtables_register_match()Li Yewang2011-01-091-1/+1
* libxt_time: fix random --datestart skipsFlorian Westphal2011-01-091-0/+1
* libipt_REDIRECT: avoid dereference of uninitialized pointerStephen Beahm2011-01-081-1/+1
* libxtables: do some option structure checkingJan Engelhardt2011-01-081-0/+17
* libipt_CLUSTERIP: const annotationsJan Engelhardt2011-01-081-3/+3
* libxt_sctp: fix a typoJan Engelhardt2011-01-081-1/+1
* extensions: remove no longer necessary default: casesJan Engelhardt2011-01-0879-230/+5
* ip[6]tables: only call target's parse function when option char is in rangeJan Engelhardt2011-01-082-0/+4
* ip[6]tables: only call match's parse function when option char is in rangeJan Engelhardt2011-01-084-2/+12
* xtables: reorder num_old substraction for clarityJan Engelhardt2011-01-081-4/+7
* iptables: abort on empty interface specificationJan Engelhardt2011-01-082-0/+16