summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* src: use C99/POSIX typesJan Engelhardt2011-01-0848-168/+168
* xt_comment: remove redundant castJan Engelhardt2011-01-072-2/+2
* src: const annotationsJan Engelhardt2010-12-182-25/+27
* iptables-restore: resolve confusing policy error messageRob Leslie2010-12-182-2/+2
* Merge branch 'master' of git://dev.medozas.de/iptablesPatrick McHardy2010-12-1527-97/+337
|\
| * build: stop on error in subcommandJan Engelhardt2010-12-111-2/+2
| * Merge commit 'v1.4.10'Jan Engelhardt2010-12-061-1/+1
| |\
| | * Bump version to 1.4.10v1.4.10Patrick McHardy2010-10-291-1/+1
| * | libxt_owner: output numeric IDs when save is requestedJan Engelhardt2010-12-061-3/+3
| * | build: fix globbing of extensions in other localesJan Engelhardt2010-12-041-2/+2
| * | socket: add support for revision 1Jan Engelhardt2010-12-032-7/+72
| * | TPROXY: add support for revision 1Jan Engelhardt2010-12-031-28/+165
| * | include: update files with headers from Linux 2.6.37-rc1Jan Engelhardt2010-12-0318-52/+86
| * | iptables: do not emit orig_opts twiceJan Engelhardt2010-11-281-0/+4
| * | iptables: reset options at the start of each commandJan Engelhardt2010-11-282-2/+2
* | | libxt_conntrack: fix --ctdir save/dump output formatFlorian Westphal2010-11-171-4/+4
|/ /
* | Merge branch 'master' of git://dev.medozas.de/iptables into m2Jan Engelhardt2010-11-153-1/+4
|\ \
| * | iptables: fix longopt reecognition and workaround getopt(3) behaviorJan Engelhardt2010-11-153-1/+4
* | | Revert "Revert "libxtables: change option precedence order to be intuitive""Jan Engelhardt2010-11-154-32/+43
* | | Revert "libxtables: change option precedence order to be intuitive"Patrick McHardy2010-11-154-43/+32
|/ /
* | libxt_TOS: avoid an undesired overflowing computationJan Engelhardt2010-11-021-8/+11
* | libxtables: change option precedence order to be intuitiveJan Engelhardt2010-10-294-32/+43
|/