index
:
iptables
master
iptables tree
pablo@netfilter.org
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Make '-p all' a special case that is handled before calling getprotoent() (Cl...
Harald Welte
2006-02-11
2
-2
/
+14
*
fix double-free if a single match is used multiple times within a signle rule
Harald Welte
2006-02-11
2
-2
/
+6
*
don't install libiptc.a
Harald Welte
2006-02-09
1
-1
/
+2
*
fix segfault or loading of invalid counters in ip[6]tables-restore (Olaf Remp...
Harald Welte
2006-02-09
2
-2
/
+8
*
make policy match compile independant of kernel headers
v1.3.5
Harald Welte
2006-02-01
3
-2
/
+6
*
Some !%$!*##$@ has modified the kernel include/linux/netfilter_ipv4/ipt_sctp.h
Harald Welte
2006-02-01
1
-0
/
+13
*
fix ipt_conntrack compilation against very early (2.4.0) kernel releases
Harald Welte
2006-02-01
1
-1
/
+1
*
remove other bits of old ip pool code, people should use ipset (ipset.netfilt...
Harald Welte
2006-02-01
5
-323
/
+2
*
remove ippool
Harald Welte
2006-02-01
3
-679
/
+0
*
Prepare policy match for x_tables unification by making sure both
Patrick McHardy
2006-01-31
7
-16
/
+126
*
fix 'save' (Michael Rash)
Michael Rash
2006-01-30
1
-2
/
+2
*
major manpage update (Yasuyuki Kozakai)
Yasuyuki KOZAKAI
2006-01-30
27
-88
/
+149
*
Add 'copy+paste' support for 'state' and 'connmark' match, as well as
Harald Welte
2006-01-26
4
-1
/
+535
*
add note about deprecated state
Harald Welte
2006-01-26
1
-0
/
+2
*
fix spelling 'adress' -> 'address' (Closes: #431) (MJ Anthony)
Harald Welte
2006-01-22
2
-2
/
+2
*
Fix "empty policy element" complaining in non-strict mode.
Noticed by Tom Eastep
2006-01-22
2
-2
/
+4
*
Clarify --tunnel-src/--tunnel-dst options
Patrick McHardy
2006-01-12
2
-6
/
+10
*
Move empty policy element check to also catch last element
Patrick McHardy
2006-01-12
2
-10
/
+12
*
Don't allow using --next option without specifying a policy element
Patrick McHardy
2006-01-12
2
-4
/
+14
*
Fix invalid assignment of tunnel-src to dest address (Patrick McHardy)
Patrick McHardy
2006-01-09
1
-2
/
+2
*
Add documentation for string match (Pablo Neira)
Pablo Neira
2006-01-03
1
-0
/
+15
*
Fix probing for supported revisions (Jones Desougi <jones@ingate.com>)
Jones Desougi
2005-12-22
4
-8
/
+10
*
fix iptables-save of 'goto' target (Closes: #410)
Harald Welte
2005-12-05
1
-2
/
+2
*
Add note that TCPMSS is only valid in the mangle table (not true today, but m...
Patrick McHardy
2005-12-05
1
-1
/
+4
*
fix compilation of iptables on [old] systems that don't have IPT_F_GOTO
Harald Welte
2005-11-24
2
-0
/
+6
*
note that we can only delete chains that are empty
Harald Welte
2005-11-22
1
-3
/
+4
*
tcp-rst is the alias, not tcp-reset (Torsten Hilbrich)
Harald Welte
2005-11-22
1
-1
/
+1
*
Add policy match extensions from patch-o-matic
Patrick McHardy
2005-11-19
6
-0
/
+998
*
Fix some gcc-4 warnings
Patrick McHardy
2005-11-18
4
-7
/
+7
*
Don't eat numeric arguments for other extensions
Patrick McHardy
2005-11-18
1
-4
/
+12
*
The conntrack match does not print any info for --ctproto, thus
Phil Oester
2005-11-17
1
-0
/
+7
*
only set revisions on real targets, not on jumps. (Pablo Neira)
Pablo Neira
2005-11-17
1
-1
/
+3
*
- Fix memory leak in TC_COMMIT() (Markus Sundberg)
Harald Welte
2005-11-12
1
-23
/
+25
*
add 'goto' support (Henrik Nordstrom <hno@marasystems.com>)
Henrik Nordstrom
2005-11-05
3
-3
/
+33
*
fix connmark, it's now only 32bits (Deti Fliegl <deti@fliegl.de)
v1.3.4
Deti Fliegl
2005-11-03
2
-53
/
+10
*
about to release 1.3.4
Harald Welte
2005-10-31
1
-2
/
+2
*
The conntrack match extension doesn't handle address inversion correctly. (To...
Tom Eastep
2005-09-19
1
-2
/
+2
*
Kernels higher than 2.6.10 don't support multiple --to arguments in
Phil Oester
2005-09-19
4
-0
/
+41
*
* specifying random seed for the Jenkins hash works as documented
KOVACS Krisztian
2005-09-19
1
-28
/
+37
*
Add the aligned_u64 typedef, it's defined in linux/types.h in the kernel.
Martin Josefsson
2005-09-11
1
-0
/
+4
*
Make libipt_connbytes.c compile with the ipt_connbytes version that has been ...
Martin Josefsson
2005-09-11
1
-6
/
+6
*
Update manpage to reflect missing ability to SNAT to multiple ranges in 2.6.1...
Harald Welte
2005-08-29
1
-4
/
+6
*
Update manpage to reflect missing NAT to multiple ranges support in 2.6.11-rc...
Harald Welte
2005-08-29
1
-4
/
+7
*
update string match to reflect new kernel implementation (Pablo Neira)
Pablo Neira
2005-08-28
1
-40
/
+110
*
Note which kernel versions are affected by REJECT change (Maciej Soltysiak)
Maciej Soltysiak
2005-08-26
1
-0
/
+2
*
add support for new 'dccp' protocol match
Harald Welte
2005-08-06
3
-0
/
+414
*
port Eric Leblond's NFQUEUE missing-break fix to ip6tables
Harald Welte
2005-08-05
2
-0
/
+4
*
Add missing 'break' to make parsing of NFQUEUE numbers work (Eric Leblond)
Eric Leblond
2005-08-05
2
-0
/
+4
*
_really_ sort only user defined chains (Robert de Barth <list-netfilter@debar...
Robert de Barth
2005-07-31
1
-1
/
+1
*
1.3.3 release
v1.3.3
Harald Welte
2005-07-29
1
-2
/
+2
[prev]
[next]