summaryrefslogtreecommitdiffstats
path: root/extensions
Commit message (Expand)AuthorAgeFilesLines
...
* | extensions: collapse registration structuresJan Engelhardt2009-06-2627-474/+29
|/
* Merge branch 'stable' of git://dev.medozas.de/iptablesPatrick McHardy2009-06-117-30/+31
|\
| * manpages: markup correctionsJan Engelhardt2009-06-105-26/+25
| * libxt_connlimit: initialize v6_maskkd6lvw2009-06-101-1/+3
| * libxt_tcp: manpage corrections and suggestionsIan Bruce2009-06-081-2/+2
| * libxt_tcp: fix a manpage syntax typoFrank Tobin2009-06-081-1/+1
* | Updated set/SET match and target to support multiple ipset protocols.Jozsef Kadlecsik2009-06-115-44/+65
|/
* extensions: remove redundant castsJan Engelhardt2009-06-082-8/+8
* DNAT/SNAT: add manpage documentation for --persistent flagJan Engelhardt2009-06-083-4/+12
* extensions: use NFPROTO_UNSPEC for .family fieldJan Engelhardt2009-06-0117-19/+19
* build: fix manpage collectionJan Engelhardt2009-06-011-1/+4
* policy: merge ipv6 and ipv4 variantJan Engelhardt2009-06-012-463/+114
* policy: use direct xt_policy_info instead of ipt/ip6tJan Engelhardt2009-05-312-66/+66
* libip6t_policy: remove redundant functionsJan Engelhardt2009-05-311-40/+8
* manpages: do not include v4-only modules in ip6tables manpageJan Engelhardt2009-05-261-5/+5
* addrtype: fix one manpage typeJan Engelhardt2009-05-261-1/+1
* iptables: replace open-coded sizeof by ARRAY_SIZEJan Engelhardt2009-05-2615-101/+44
* extensions: add const qualifiers in print/save functionsJan Engelhardt2009-05-2628-80/+67
* extensions: add `cluster' match supportPablo Neira Ayuso2009-05-062-0/+300
* SNAT/DNAT: add support for persistent multi-range NAT mappingsPatrick McHardy2009-04-172-2/+21
* libxt_conntrack: properly output negation symbolJan Engelhardt2009-04-051-4/+4
* CLASSIFY: document non-standard interpretation behaviorJan Engelhardt2009-04-042-2/+3
* build: add configure option to disable ipv4 iptablesJan Engelhardt2009-04-031-1/+1
* build: add configure option to disable ip6tablesJan Engelhardt2009-04-031-1/+1
* libxt_tcpmss: fix an inversion while parsing --mssJan Engelhardt2009-03-241-1/+1
* libxt_hashlimit: add missing space for iptables-save outputJan Engelhardt2009-03-241-1/+1
* libxt_comment: output quotes must be escaped inJan Engelhardt2009-03-191-1/+2
* libxt_connbytes: document nf_ct_acct behaviorJan Engelhardt2009-03-171-0/+6
* libxt_connbytes: minor manpage adustmentsJan Engelhardt2009-03-171-5/+5
* Merge commit 'nf/master'Jan Engelhardt2009-03-151-4/+4
|\
| * string: fix wrong pattern length calculationPablo Neira Ayuso2009-03-021-4/+4
* | extensions: add missing limits.h includeJan Engelhardt2009-02-217-0/+7
* | include: resynchronize headers with 2.6.29-rc5Jan Engelhardt2009-02-216-54/+54
|/
* libxt_policy: use bounded strtouiJan Engelhardt2009-02-212-6/+14
* extensions: remove unwanted/add needed includes for IPv4 extsJan Engelhardt2009-02-2116-15/+2
* extensions: remove unwanted/add needed includes for IPv6 extsJan Engelhardt2009-02-218-9/+3
* libxtables: prefix exit_error to xtables_errorJan Engelhardt2009-02-2182-629/+629
* libxt_policy: cannot set spi/reqid numbers higher than 0x7fffffffChristian Perle2009-02-172-4/+4
* doc: do not put IPv4 doc into ip6tables.8Jan Engelhardt2009-02-171-11/+5
* doc: fix option typo in libxt_multiportMarc Fournier2009-02-121-2/+2
* libxt_string: fix undefined behavior/incorrect patlen calculationJan Engelhardt2009-02-121-1/+3
* libxtables: prefix/order - move parse_protocol to xtables.cJan Engelhardt2009-01-304-5/+5
* libxtables: prefix/order - move check_inverse to xtables.cJan Engelhardt2009-01-3060-124/+124
* libxtables: prefix - parse and escaped output funcJan Engelhardt2009-01-307-20/+20
* libxtables: prefix - misc functionsJan Engelhardt2009-01-307-18/+18
* libxtables: prefix/order - ascii to ipaddr/ipmask inputJan Engelhardt2009-01-306-19/+19
* libxtables: prefix/order - ipaddr/ipmask to ascii outputJan Engelhardt2009-01-308-39/+39
* libxtables: prefix/order - param_actJan Engelhardt2009-01-3011-140/+140
* libxtables: prefix/order - strtouiJan Engelhardt2009-01-2734-95/+108
* extensions: use UINT_MAX constants over open-coded numbers (2/2)Jan Engelhardt2009-01-2720-34/+34