summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Multiple matches of the same type can be specified on the commandline.Joszef Kadlecsik2006-03-034-32/+84
* Make '-p all' a special case that is handled before calling getprotoent() (Cl...Harald Welte2006-02-112-2/+14
* fix double-free if a single match is used multiple times within a signle ruleHarald Welte2006-02-112-2/+6
* don't install libiptc.aHarald Welte2006-02-091-1/+2
* fix segfault or loading of invalid counters in ip[6]tables-restore (Olaf Remp...Harald Welte2006-02-092-2/+8
* make policy match compile independant of kernel headersv1.3.5Harald Welte2006-02-013-2/+6
* Some !%$!*##$@ has modified the kernel include/linux/netfilter_ipv4/ipt_sctp.hHarald Welte2006-02-011-0/+13
* fix ipt_conntrack compilation against very early (2.4.0) kernel releasesHarald Welte2006-02-011-1/+1
* remove other bits of old ip pool code, people should use ipset (ipset.netfilt...Harald Welte2006-02-015-323/+2
* remove ippoolHarald Welte2006-02-013-679/+0
* Prepare policy match for x_tables unification by making sure bothPatrick McHardy2006-01-317-16/+126
* fix 'save' (Michael Rash)Michael Rash2006-01-301-2/+2
* major manpage update (Yasuyuki Kozakai)Yasuyuki KOZAKAI2006-01-3027-88/+149
* Add 'copy+paste' support for 'state' and 'connmark' match, as well asHarald Welte2006-01-264-1/+535
* add note about deprecated stateHarald Welte2006-01-261-0/+2
* fix spelling 'adress' -> 'address' (Closes: #431) (MJ Anthony)Harald Welte2006-01-222-2/+2
* Fix "empty policy element" complaining in non-strict mode.Noticed by Tom Eastep2006-01-222-2/+4
* Clarify --tunnel-src/--tunnel-dst optionsPatrick McHardy2006-01-122-6/+10
* Move empty policy element check to also catch last elementPatrick McHardy2006-01-122-10/+12
* Don't allow using --next option without specifying a policy elementPatrick McHardy2006-01-122-4/+14
* Fix invalid assignment of tunnel-src to dest address (Patrick McHardy)Patrick McHardy2006-01-091-2/+2
* Add documentation for string match (Pablo Neira)Pablo Neira2006-01-031-0/+15
* Fix probing for supported revisions (Jones Desougi <jones@ingate.com>)Jones Desougi2005-12-224-8/+10
* fix iptables-save of 'goto' target (Closes: #410)Harald Welte2005-12-051-2/+2
* Add note that TCPMSS is only valid in the mangle table (not true today, but m...Patrick McHardy2005-12-051-1/+4
* fix compilation of iptables on [old] systems that don't have IPT_F_GOTOHarald Welte2005-11-242-0/+6
* note that we can only delete chains that are emptyHarald Welte2005-11-221-3/+4
* tcp-rst is the alias, not tcp-reset (Torsten Hilbrich)Harald Welte2005-11-221-1/+1
* Add policy match extensions from patch-o-maticPatrick McHardy2005-11-196-0/+998
* Fix some gcc-4 warningsPatrick McHardy2005-11-184-7/+7
* Don't eat numeric arguments for other extensionsPatrick McHardy2005-11-181-4/+12
* The conntrack match does not print any info for --ctproto, thusPhil Oester2005-11-171-0/+7
* only set revisions on real targets, not on jumps. (Pablo Neira)Pablo Neira2005-11-171-1/+3
* - Fix memory leak in TC_COMMIT() (Markus Sundberg)Harald Welte2005-11-121-23/+25
* add 'goto' support (Henrik Nordstrom <hno@marasystems.com>)Henrik Nordstrom2005-11-053-3/+33
* fix connmark, it's now only 32bits (Deti Fliegl <deti@fliegl.de)v1.3.4Deti Fliegl2005-11-032-53/+10
* about to release 1.3.4Harald Welte2005-10-311-2/+2
* The conntrack match extension doesn't handle address inversion correctly. (To...Tom Eastep2005-09-191-2/+2
* Kernels higher than 2.6.10 don't support multiple --to arguments inPhil Oester2005-09-194-0/+41
* * specifying random seed for the Jenkins hash works as documentedKOVACS Krisztian2005-09-191-28/+37
* Add the aligned_u64 typedef, it's defined in linux/types.h in the kernel.Martin Josefsson2005-09-111-0/+4
* Make libipt_connbytes.c compile with the ipt_connbytes version that has been ...Martin Josefsson2005-09-111-6/+6
* Update manpage to reflect missing ability to SNAT to multiple ranges in 2.6.1...Harald Welte2005-08-291-4/+6
* Update manpage to reflect missing NAT to multiple ranges support in 2.6.11-rc...Harald Welte2005-08-291-4/+7
* update string match to reflect new kernel implementation (Pablo Neira)Pablo Neira2005-08-281-40/+110
* Note which kernel versions are affected by REJECT change (Maciej Soltysiak)Maciej Soltysiak2005-08-261-0/+2
* add support for new 'dccp' protocol matchHarald Welte2005-08-063-0/+414
* port Eric Leblond's NFQUEUE missing-break fix to ip6tablesHarald Welte2005-08-052-0/+4
* Add missing 'break' to make parsing of NFQUEUE numbers work (Eric Leblond)Eric Leblond2005-08-052-0/+4
* _really_ sort only user defined chains (Robert de Barth <list-netfilter@debar...Robert de Barth2005-07-311-1/+1