summaryrefslogtreecommitdiffstats
path: root/extensions
Commit message (Expand)AuthorAgeFilesLines
* 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
* extensions: use UINT_MAX constants over open-coded bits (1/2)Jan Engelhardt2009-01-278-33/+33
* libxt_owner: use correct UID/GID boundariesJan Engelhardt2009-01-271-7/+7
* src: remove redundant castsJan Engelhardt2009-01-2718-27/+25
* src: remove redundant returns at end of void-returning functionsJan Engelhardt2009-01-275-9/+0
* man: fix physdev manpageBart De Schuymer2009-01-261-3/+3
* libxt_owner: add more spaces to outputDaniel Drake2009-01-191-2/+2
* doc: augment ICMP manpage by type/code syntaxJan Engelhardt2009-01-142-3/+3
* doc: escape minus sign in manpagesJan Engelhardt2009-01-1278-404/+400
* rateest: guard against segfaultJan Engelhardt2008-12-301-0/+3
* iptables-save: output ! in position according to manpageJan Engelhardt2008-12-0916-78/+54
* doc: fix a typo in libip6t_REJECT.manJan Engelhardt2008-11-241-2/+1
* src: remove inclusion of iptables.hJan Engelhardt2008-11-2040-38/+38
* state: report spaces in the state list parsingPablo Neira Ayuso2008-11-192-2/+8
* src: use NFPROTO_ constantsJan Engelhardt2008-11-1871-128/+128
* libxt_conntrack: dump ctdirJan Engelhardt2008-11-121-0/+15
* libxt_conntrack: respect -n option during ruledumpJan Engelhardt2008-11-101-2/+8
* Add SCTP/DCCP support to NAT targetsPatrick McHardy2008-11-044-4/+12
* Fix compile warnings using gcc 4.3.2Thomas Jarosch2008-10-234-0/+4
* Fix compile error in libxt_iprange.c using gcc 4.3.2Thomas Jarosch2008-10-231-0/+1
* libxt_recent: add IPv6 supportJan Engelhardt2008-10-222-60/+76