Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [IP6TABLES] kill manual comparing protocol name with "ipv6-icmp". | Yasuyuki KOZAKAI | 2006-04-15 | 1 | -3/+1 |
| | |||||
* | fix loading shared library of ICMPv6 match. | Yasuyuki KOZAKAI | 2006-04-15 | 3 | -1/+1 |
| | | | | | | | | | | | | | The current ip6tables tries to load libip6t_icmp6.so when user types 'ip6tables -p icmpv6 ...' or 'ip6tables ... -m icmpv6' ...', and it fails. This patch renames libip6t_icmpv6.c to libip6t_icmp6.c so that ip6tables can load it. Now kernel module and user library has same name 'icmp6'. It can reduce confusion about name mismatch. That's why I renamed it instead of reverting change in find_match() which brought this bug. This patch keeps compatibiity and we can use '-p icmpv6', '-p ipv6-icmpv6', '-m icmpv6', '-m ipv6-icmpv6', and '-m icmp6', as ever. | ||||
* | [IPTABLES,IP6TABLES]: fix the path to detect esp/connbytes support in kernel | Harald Welte | 2006-04-12 | 2 | -2/+2 |
| | | | | The recent kernels don't have ipt_connbytes.c and ip6t_esp.c. | ||||
* | Correct iptables-save output of osf module (Daniel De Graaf) | Daniel De Graaf | 2006-03-31 | 1 | -0/+8 |
| | |||||
* | don't allow to specify protocol of IPv6 extension header (Yasuyuki Kozakai) | Yasuyuki KOZAKAI | 2006-03-29 | 1 | -0/+16 |
| | | | | | | | Sometimes I hear that people do 'ip6tables -p ah ...' which never matches any packet. IPv6 extension headers except of ESP are skipped and invalid as argument of '-p'. Then I propose that ip6tables exits with error in such case. | ||||
* | Multiple matches of the same type can be specified on the commandline. | Joszef Kadlecsik | 2006-03-03 | 4 | -32/+84 |
| | | | | | | | | | | If two or more matches of the same type are detected then the options are assumed to be grouped in order to tell which option belongs to which match: ... -m foo ... <options0> ... -m foo ... <options1> ... Otherwise the commandline parsing is unmodified. | ||||
* | Make '-p all' a special case that is handled before calling getprotoent() ↵ | Harald Welte | 2006-02-11 | 2 | -2/+14 |
| | | | | (Closes: #446) | ||||
* | fix double-free if a single match is used multiple times within a signle rule | Harald Welte | 2006-02-11 | 2 | -2/+6 |
| | | | | | | (Closes: #440). However, while this fixes the double-free, it still doesn't make iptables support two of the same matches within one rule. Apparently the last matchinfo is copied into all the previous matchinfo instances. | ||||
* | 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 ↵ | Harald Welte | 2006-02-09 | 2 | -2/+8 |
| | | | | Rempel) (Closes: #437) | ||||
* | make policy match compile independant of kernel headersv1.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 |
| | | | | file in a way that breaks userspace :( | ||||
* | 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 ↵ | Harald Welte | 2006-02-01 | 5 | -323/+2 |
| | | | | (ipset.netfilter.org) these days | ||||
* | 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 |
| | | | | ipt_policy and ip6t_policy use the same data structure. | ||||
* | 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 |
| | | | | 'CONNMARK' target for ip6tables / nf_conntrack_l3proto_ipv6. This is a temporary solution for the iptables-1.3.x branch, since the 1.4.x branch will have proper support. | ||||
* | 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 |
| | | | | Noticed by Tom Eastep <teastep@shorewall.net>. | ||||
* | 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 |
| | | | | Bugzilla #413 | ||||
* | 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 ↵ | Patrick McHardy | 2005-12-05 | 1 | -1/+4 |
| | | | | maybe someday) | ||||
* | 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 |
| | | | | | breaking iptables-restore of any rules using this option. Below patch adds output and closes bug #398. (Phil Oester) | ||||
* | 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 |
| | | | | | - Cleanup error path of TC_COMMIT() - Correctly propagate errors of setsockopt to calling function | ||||
* | 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 |
| | | | | | | We'ver screwed this up with the 2.6.14 release. It refuses any mask that extends 32bits. We should have fixed this by adding a new target/match revision, but now it's too late anyway :( | ||||
* | about to release 1.3.4 | Harald Welte | 2005-10-31 | 1 | -2/+2 |
| | |||||
* | The conntrack match extension doesn't handle address inversion correctly. ↵ | Tom Eastep | 2005-09-19 | 1 | -2/+2 |
| | | | | (Tom Eastep) | ||||
* | Kernels higher than 2.6.10 don't support multiple --to arguments in | Phil Oester | 2005-09-19 | 4 | -0/+41 |
| | | | | | | | | | | | | | | | | | | | | | DNAT and SNAT targets. At present, the error is somewhat vague: # iptables -t nat -A foo -j SNAT --to 1.2.3.4 --to 2.3.4.5 iptables: Invalid argument But if we want current iptables to work with kernels <= 2.6.10, we cannot simply disallow this in all cases. So the below patch adds kernel version checking to iptables, and utilizes it in [DS]NAT. Now, users will see a more informative error: # iptables -t nat -A foo -j SNAT --to 1.2.3.4 --to 2.3.4.5 iptables v1.3.3: Multiple --to-source not supported This generic infrastructure (shamelessly lifted from procps btw) may come in handy in the future for other changes. This fixes bugzilla #367. (Phil Oester) | ||||
* | * specifying random seed for the Jenkins hash works as documented | KOVACS Krisztian | 2005-09-19 | 1 | -28/+37 |
| | | | | | | | * iptables-save seems to work now Signed-off-by: KOVACS Krisztian <hidden@balabit.hu> Signed-off-by: Harald Welte <laforge@netfilter.org> | ||||
* | Add the aligned_u64 typedef, it's defined in linux/types.h in the kernel. | Martin Josefsson | 2005-09-11 | 1 | -0/+4 |
| | | | | We can't include that header since it conflicts with sys/types.h | ||||
* | Make libipt_connbytes.c compile with the ipt_connbytes version that has been ↵ | Martin Josefsson | 2005-09-11 | 1 | -6/+6 |
| | | | | merged into the 2.6 kernel | ||||
* | Update manpage to reflect missing ability to SNAT to multiple ranges in ↵ | Harald Welte | 2005-08-29 | 1 | -4/+6 |
| | | | | 2.6.11-rc1 and later | ||||
* | Update manpage to reflect missing NAT to multiple ranges support in ↵ | Harald Welte | 2005-08-29 | 1 | -4/+7 |
| | | | | 2.6.11-rc1 and later. | ||||
* | update string match to reflect new kernel implementation (Pablo Neira) | Pablo Neira | 2005-08-28 | 1 | -40/+110 |
| |