summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* bump versionv1.3.8Pablo Neira Ayuso2007-06-251-2/+2
|
* Fixes build error of conntrack match because of missing ip_conntrack_tuple.hYasuyuki KOZAKAI2007-06-241-1/+0
| | | | | in linux 2.6.22. It is not needed because nf_conntrack headers can be used instead.
* A white space fix in ip6tables.cYasuyuki KOZAKAI2007-06-121-1/+1
|
* '-p all' and '-p 0' should be allowed. And actually ip6tables in kernelYasuyuki KOZAKAI2007-06-111-7/+6
| | | | | allows '! -p xxx' where xxx is extension header. It matches all valid IPv6 packets.
* libipt_hashlimit doc updateJan Engelhardt2007-06-031-2/+2
| | | | | | Add srcip,srcport to hashlimit manpage. Signed-off-by: Jan Engelhardt <jengelh@gmx.de>
* Add --random option to DNAT and REDIRECT targets and fix the manpage mess ↵Patrick McHardy2007-05-297-27/+76
| | | | this option left behind.
* Use posix conform directory existance check (Roy Marples <uberlord@gentoo.org>)Roy Marples2007-05-101-1/+1
| | | | | | Makefile uses [ -a /dir ] which is invalid on non bash shells Bugzilla #569
* Fix missing newlines in iptables-save/restore output (Pavol Rusnak ↵Pavel Rusnak2007-05-104-6/+6
| | | | | | <prusnak@suse.cz>) Bugzilla #568
* update quota manpage for SMP (Phil Oester)Phil Oester2007-05-021-1/+0
| | | | | The quota match works fine on SMP, so update the manpage to reflect this. Closes bugzilla #564.
* In fixing bug #446 [1], the output for unspecified proto was changed from ↵Phil Oester2007-04-302-0/+2
| | | | "all" to "0". This reverts to the original behaviour, and closes bugzilla #543. (Phil Oester)
* Fix iptables-save with --random optionPatrick McHardy2007-04-183-3/+14
|
* Remove unnecessary IP_NAT_RANGE_PROTO_RANDOM ifdefs.Patrick McHardy2007-04-183-45/+7
|
* Remove libnsl from LDLIBSPatrick McHardy2007-04-181-1/+1
| | | | Bugzilla 557
* fix problem with iptables-restore and quotes (close bugzilla id 505)Pablo Neira Ayuso2007-04-181-15/+32
|
* Use nf_conntrack headers instead of ip_conntrack ones and add sanitized ↵Patrick McHardy2007-04-1816-12/+308
| | | | versions.
* Remove unnecessary ip_conntrack/ip_nat includesPatrick McHardy2007-04-182-2/+0
|
* revert some slipped through patchesPablo Neira AyusoMaurice van der Pot2007-04-162-33/+16
|
* prepare conntrack and conntrackd merge: rename conntrack to conntrack-toolsPablo Neira Ayuso2007-04-162-16/+33
|
* Fix iptables --modprobe parameter (Maurice van der Pot <griffon26@kfk4ever.com>)Pablo Neira AyusoMaurice van der Pot2007-04-161-1/+1
| | | | | | Supply modprobe parameter to iptables_insmod function. Bugzilla #556
* ip6tables-restore should output error of modprobe if failed to loadYasuyuki KOZAKAI2007-03-201-1/+1
| | | | ip6tables.ko after failed to initialize handle.
* Fixes typos in the argument of ip[6]tables_insmod: quit -> quietYasuyuki KOZAKAI2007-03-204-12/+14
|
* Supress error message from modprobe on checking revision.Yasuyuki KOZAKAI2007-03-136-22/+34
|
* Fix cut and paste error breaking use of groups != 0Patrick McHardy2007-03-062-12/+12
|
* iptables: add random option to SNAT (Eric Leblond)Eric Leblond2007-02-246-9/+117
|
* Reverted r6754. libipt_icmp has the option 'any', so it's unnecessaryYasuyuki KOZAKAI2007-02-191-4/+1
| | | | to check no option of ICMP type.
* Update coreteam members in manpagesYasuyuki KOZAKAI2007-02-152-2/+4
|
* Fix missing space in error message (Bugzilla 544)Patrick McHardy2007-02-142-2/+2
|
* Remove and readd with executable bit set. SVN doesn't seem to have a proper ↵Patrick McHardy2007-02-131-0/+0
| | | | way of doing this.
* Fixes man page for tcp, udp, icmp{,6}. They are not loaded when only '-p' isYasuyuki KOZAKAI2007-02-136-6/+6
| | | | specified, but loaded when extra options are specified, too.
* Forgot to add TCPMSS target to PF6_EXT_SLIBPatrick McHardy2007-02-131-1/+1
|
* Error if no ICMP type is specified even though user intendedYasuyuki KOZAKAI2007-02-131-0/+3
| | | | to use icmp match.
* Add ip6tables mh extension (Masahide NAKAMURA <nakam@linux-ipv6.org>)Masahide NAKAMURA2007-02-094-0/+271
| | | | Kernel part will go in 2.6.21
* Update coreteam members in manpages.Patrick McHardy2007-01-282-4/+4
|
* Bugzilla #535Patrick McHardy2007-01-261-1/+1
| | | | | In the tcpmss section of the iptables manpage, there is an extraneous trailing quote for the --mss option.
* Bugzilla #534:Patrick McHardy2007-01-261-4/+0
| | | | | Please remove --mss from libipt_tcp.man. The tcp match doesn't handle that option, while the tcpmss match does.
* Add ip6tables TCPMSS extension (Arnaud Ebalard <arno@natisbad.org>)Arnaud Ebalard2007-01-163-0/+186
| | | | Kernel part will go in 2.6.21.
* Add UDPLITE multiport supportPatrick McHardy2007-01-115-3/+14
|
* Fix missing space in ruleset listingPatrick McHardy2007-01-111-1/+1
|
* Remove extensions for unmaintained/obsolete patchletsPatrick McHardy2007-01-1065-5009/+2
|
* Fix greedy debug grepPatrick McHardy2007-01-101-1/+1
| | | | | | | | | | | | | | | | | | | | | From Bugzilla #527: if you have a kernel with say a '-g' in it, then KERNEL_DIR will include the '-g' in it, CFLAGS will include the '-g' in it, and then the grep will think you have -g in your CFLAGS for example, if you use the grsec or gentoo patchset: $ uname -r 2.6.19.1-grsec $ uname -r 2.6.19-gentoo-r2 then your CFLAGS will look like: -O2 -Wall -Wunused -I"/lib/modules/2.6.19.1-grsec/build"/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.7\" and the greedy check grep will incorrectly flag this: egrep -e '-g|-pg|IPTC_DEBUG'
* fix typo in manpage (thomas@aktaia.intevation.org)thomas2007-01-071-1/+1
|
* Move extensions for pom patches to individual patchlets.Patrick McHardy2006-12-1218-1337/+1
|
* fix compile/install error for iptables-xml with DO_MULTI=1 (Lutz Jaenicke)Lutz Jaenicke2006-12-095-8/+13
|
* Bump version to 1.3.7v1.3.7Patrick McHardy2006-12-041-2/+2
|
* Add target extensions for new NFLOG targetPatrick McHardy2006-12-034-0/+326
|
* Fix iptables-save not printing -s !0/0 and -d !0/0 as well as ip6tablesPatrick McHardy2006-12-022-2/+2
| | | | unnecessarily printing the address. Base on patch by Daniel De Graaf.
* Fix /etc/network usage (Pablo Neira)Pablo Neira Ayuso2006-11-293-36/+36
| | | | | | | | | | | | | | | | | | | | | | http://bugs.debian.org/398082 iptables 1.3.5 and 1.3.6 appear to read /etc/networks, but the information is lost somewhere with 1.3.6. # cat /etc/networks foonet 10.0.0.0 # strace -s 255 -o /tmp/foo iptables -v -A INPUT -s foonet/8 -j ACCEPT #1.3.5 [1] ACCEPT all opt -- in * out * 10.0.0.0/8 -> 0.0.0.0/0 # strace -s 255 -o /tmp/bar iptables -v -A INPUT -s foonet/8 -j ACCEPT #1.3.6 [2] iptables v1.3.6: host/network `foonet.0.0.0' not found Try `iptables -h' or 'iptables --help' for more information. 1. http://people.debian.org/~ljlane/stuff/strace-iptables-1.3.5.txt 2. http://people.debian.org/~ljlane/stuff/strace-iptables-1.3.6.txt
* Fix -E (rename) in iptables/ip6tablesKrzysztof Piotr Oledzki2006-11-142-2/+0
| | | | | | | | | | Remove ununsed CHECK entry in commands_v_options. It makes -E (rename) working again - generic_opt_check expects options for RENAME not for CHECK at that table index. Signed-off-by: Krzysztof Piotr Oledzki <ole@ans.pl> Signed-off-by: Patrick McHardy <kaber@trash.net>
* Use /lib/modules/$(uname -r)/build instead of /usr/src/linux as KERNEL_DIR ↵Patrick McHardy2006-11-141-1/+1
| | | | default
* Add ip6tables support for hashlimit matchPatrick McHardy2006-11-132-0/+372
|