]>
git.ipfire.org Git - thirdparty/iptables.git/log
Harald Welte [Fri, 26 Jul 2002 16:27:57 +0000 (16:27 +0000)]
check for invalid port ranges (Thomas Poehnitz)
Harald Welte [Wed, 24 Jul 2002 07:25:20 +0000 (07:25 +0000)]
couple of TODO items are actually done
Harald Welte [Tue, 23 Jul 2002 13:44:41 +0000 (13:44 +0000)]
add hint about local-nat.patch to KNOWN_BUGS, make libipt_ecn work
András Kis-Szabó [Mon, 8 Jul 2002 10:58:50 +0000 (10:58 +0000)]
2x bugfixes for libip6t_tcp from Andras Kis-Szabo
Harald Welte [Mon, 8 Jul 2002 06:17:33 +0000 (06:17 +0000)]
todo update
Joszef Kadlecsik [Mon, 24 Jun 2002 12:37:29 +0000 (12:37 +0000)]
chain name may not clash with target name
Cédric de Launois [Mon, 24 Jun 2002 10:20:53 +0000 (10:20 +0000)]
update ROUTE target to 0.2.2 (Cedric de Launois)
Hervé Eychenne [Sat, 22 Jun 2002 18:23:48 +0000 (18:23 +0000)]
manpage updates by Herve Eychenne
Iain Barnes [Fri, 21 Jun 2002 17:35:55 +0000 (17:35 +0000)]
move DSCP name/value conversion to libipt_dscp_helper.c (Iain Barnes)
Stephen Frost [Fri, 21 Jun 2002 17:26:33 +0000 (17:26 +0000)]
version 0.2.1 of ipt_recent patch (stephen frost)
Bart De Schuymer [Sat, 15 Jun 2002 12:29:42 +0000 (12:29 +0000)]
make -M (aka --modprobe) work [Bart De Schuymer]
Fabrice MARIE [Fri, 14 Jun 2002 07:39:58 +0000 (07:39 +0000)]
fix numerous typos in manpages (fabrice)
Fabrice MARIE [Fri, 14 Jun 2002 07:38:16 +0000 (07:38 +0000)]
fix all compile warnings within iptables extensions (fabrice)
Cédric de Launois [Thu, 13 Jun 2002 16:12:01 +0000 (16:12 +0000)]
add ROUTE target / rsip table
Marc Boucher [Wed, 12 Jun 2002 19:22:29 +0000 (19:22 +0000)]
Fixed destination netmask comparison bug in is_same()
Harald Welte [Tue, 4 Jun 2002 17:25:38 +0000 (17:25 +0000)]
pool compile fixes
Harald Welte [Tue, 4 Jun 2002 07:46:30 +0000 (07:46 +0000)]
make connmark patch comply with NO_SHARED_LIBS
Harald Welte [Tue, 4 Jun 2002 07:45:14 +0000 (07:45 +0000)]
fix typo in ipt_ecn.h
Harald Welte [Wed, 29 May 2002 15:12:30 +0000 (15:12 +0000)]
add header file for ECN match
Harald Welte [Wed, 29 May 2002 15:11:49 +0000 (15:11 +0000)]
add ECN match plugin
Harald Welte [Wed, 29 May 2002 15:11:36 +0000 (15:11 +0000)]
make ECN save function correcly save --ecn-tcp-remove
Harald Welte [Wed, 29 May 2002 13:08:15 +0000 (13:08 +0000)]
globally replace NETFILTER_VERSION with IPTABLES_VERSION to have consistent naming
Harald Welte [Wed, 29 May 2002 12:43:34 +0000 (12:43 +0000)]
fix help message printout
Harald Welte [Wed, 29 May 2002 12:26:13 +0000 (12:26 +0000)]
bring ECN plugin in sync with new ECN target
Hervé Eychenne [Mon, 27 May 2002 11:16:09 +0000 (11:16 +0000)]
big manpage update by Herve, including:
- TTL target had nothing to do here, as it is in patch-o-matic.
Deleted for coherence. Maybe we could have a special manpage for
extra extensions, but as they are already documented in the
Netfilter Extensions HOWTO, it would seem to appear as a
duplicated effort.
I just added a note on the existence of this HOWTO.
- check option (former -C in ipchains) will never exist (document this
in the FAQ, if not done)
- owner section was duplicated in the process of merging my previous
manpage patch (a bug in the patch tool? ;-)
- small typo fixed
- some minor cosmetic changes
Harald Welte [Mon, 27 May 2002 07:52:33 +0000 (07:52 +0000)]
add reject-related todo item
Rusty Russell [Mon, 13 May 2002 01:52:18 +0000 (01:52 +0000)]
Clarified INSTALL instructions.
Harald Welte [Tue, 7 May 2002 14:41:43 +0000 (14:41 +0000)]
remove '-C' check function;
add check for chain names starting with '-' to -N command.
Harald Welte [Sat, 4 May 2002 10:37:52 +0000 (10:37 +0000)]
remove check of find_proto(), since do_command() can be called multiple times,
and match will be loaded after first call.
András Kis-Szabó [Mon, 29 Apr 2002 13:51:37 +0000 (13:51 +0000)]
new HBH and DSTopts match for IPv6 by kisza
András Kis-Szabó [Mon, 29 Apr 2002 13:48:46 +0000 (13:48 +0000)]
Route6 updates by Kisza:
- Type0 address handling (up to 16 addresses)
- 'soft' mode (--rt-0-not-strict): the address list in the packet is not
exactly the same, but contains all the specified addresses in the
same order
Harald Welte [Sat, 27 Apr 2002 17:20:38 +0000 (17:20 +0000)]
this file was missed during commit
András Kis-Szabó [Wed, 24 Apr 2002 09:36:30 +0000 (09:36 +0000)]
Some ipv6 fixes by kisza:
AH save function fix (problem with --len ! 0)
FRAG help fix
FRAG save and prtint fix (problem with --len [!] 0)
András Kis-Szabó [Wed, 24 Apr 2002 09:35:01 +0000 (09:35 +0000)]
New 'route6' match by kisza.
Bob Hockney [Tue, 16 Apr 2002 20:45:21 +0000 (20:45 +0000)]
fix libipt_mport save/restore (Bob Hockney)
Iain Barnes [Thu, 11 Apr 2002 10:48:53 +0000 (10:48 +0000)]
DSCP class support (Iain Barnes)
Silvan Minghetti [Wed, 10 Apr 2002 13:12:53 +0000 (13:12 +0000)]
Fix gcc3 compile errors (Silvan Minghetti)
Harald Welte [Wed, 10 Apr 2002 12:56:38 +0000 (12:56 +0000)]
version 1.2.7 coming up...
A. van Schie [Mon, 1 Apr 2002 07:51:25 +0000 (07:51 +0000)]
fix bug in save() function of MASQUERADE target (A. van Schie)
Harald Welte [Tue, 26 Mar 2002 12:54:35 +0000 (12:54 +0000)]
*** empty log message ***
Harald Welte [Tue, 26 Mar 2002 12:50:28 +0000 (12:50 +0000)]
fix to save() and restore() functions of ah/esp match.
András Kis-Szabó [Tue, 26 Mar 2002 12:45:19 +0000 (12:45 +0000)]
new ip6 FRAG match by kisza
Harald Welte [Mon, 25 Mar 2002 13:54:17 +0000 (13:54 +0000)]
TODO updates (mostly newnat related)
Harald Welte [Mon, 25 Mar 2002 08:38:26 +0000 (08:38 +0000)]
Add AH/ESP match for ipv6
Harald Welte [Sun, 24 Mar 2002 20:57:26 +0000 (20:57 +0000)]
ipv6 agr match now called eui64
Marc Boucher [Sun, 24 Mar 2002 15:09:31 +0000 (15:09 +0000)]
make find_target() and find_match() honor LOAD_MUST_SUCCEED when NO_SHARED_LIBS
is defined.
Harald Welte [Tue, 19 Mar 2002 16:16:49 +0000 (16:16 +0000)]
rename ipv6_agr to ipv6_eui64
Harald Welte [Tue, 19 Mar 2002 07:56:59 +0000 (07:56 +0000)]
TODO update
Harald Welte [Mon, 18 Mar 2002 20:32:06 +0000 (20:32 +0000)]
Fix ip6tables save/restore '! --syn' output of libip6t_tcp.c
Harald Welte [Mon, 18 Mar 2002 12:49:11 +0000 (12:49 +0000)]
compile libip6t_agr by default
Harald Welte [Mon, 18 Mar 2002 12:46:23 +0000 (12:46 +0000)]
make libipt_conntrack compile by default
Harald Welte [Mon, 18 Mar 2002 12:44:05 +0000 (12:44 +0000)]
libipt_pkttype now compiled by default
Harald Welte [Sun, 17 Mar 2002 13:53:37 +0000 (13:53 +0000)]
1.2.6a release version
Harald Welte [Thu, 14 Mar 2002 19:54:34 +0000 (19:54 +0000)]
fixed stupid typo.
why does this always have to happen _after_ the release?
Harald Welte [Thu, 14 Mar 2002 16:41:19 +0000 (16:41 +0000)]
*** empty log message ***
Harald Welte [Thu, 14 Mar 2002 16:00:44 +0000 (16:00 +0000)]
add FTOS test file
Harald Welte [Thu, 14 Mar 2002 12:22:06 +0000 (12:22 +0000)]
add DSCP match
Harald Welte [Thu, 14 Mar 2002 11:35:58 +0000 (11:35 +0000)]
Fix 'iptables -p !' bug (segfault when `!' used without argument)
Harald Welte [Thu, 14 Mar 2002 11:34:59 +0000 (11:34 +0000)]
add length match to default extension build list
Harald Welte [Thu, 14 Mar 2002 11:34:16 +0000 (11:34 +0000)]
LOCAL_NAT change
Hervé Eychenne [Thu, 14 Mar 2002 09:25:40 +0000 (09:25 +0000)]
manpage updates by Herve Eychenne
András Kis-Szabó [Sun, 3 Mar 2002 09:46:51 +0000 (09:46 +0000)]
Makefile fix for owner mac multiport limit (kisza)
András Kis-Szabó [Sun, 3 Mar 2002 09:44:31 +0000 (09:44 +0000)]
add ip6tables-save/restore manpages; sync with ipv4 (kisza)
Harald Welte [Sun, 3 Mar 2002 09:43:07 +0000 (09:43 +0000)]
sync ip6tables.c / ip6tables.8 with ipv4
Harald Welte [Sun, 3 Mar 2002 09:39:09 +0000 (09:39 +0000)]
Add LOGv6 to Makefile list
Harald Welte [Mon, 25 Feb 2002 11:26:01 +0000 (11:26 +0000)]
add support for connmark match/target
Harald Welte [Mon, 25 Feb 2002 11:25:41 +0000 (11:25 +0000)]
Change $Id$ tags
Harald Welte [Mon, 25 Feb 2002 09:27:31 +0000 (09:27 +0000)]
todo update
Andreas Herrmann [Mon, 25 Feb 2002 09:00:36 +0000 (09:00 +0000)]
fix IP6T_MIN_ALIGN macro (Andreas Herrmann)
Harald Welte [Tue, 19 Feb 2002 20:36:19 +0000 (20:36 +0000)]
some more items marked as done... great :)
Harald Welte [Tue, 19 Feb 2002 09:14:27 +0000 (09:14 +0000)]
todo update, lots of item done, lots of them left :(
Harald Welte [Mon, 18 Feb 2002 21:32:56 +0000 (21:32 +0000)]
fix cut&paste typo
Harald Welte [Mon, 18 Feb 2002 16:15:31 +0000 (16:15 +0000)]
add bugfix in case we are using a protocol number (-p N) which has no matching /etc/protocols entry
Harald Welte [Sun, 17 Feb 2002 21:32:32 +0000 (21:32 +0000)]
add ECN target support
Harald Welte [Sun, 17 Feb 2002 21:32:13 +0000 (21:32 +0000)]
add new version of ipt_DSCP.h
Harald Welte [Sun, 17 Feb 2002 21:28:51 +0000 (21:28 +0000)]
dscp fixes
Harald Welte [Sun, 17 Feb 2002 19:54:42 +0000 (19:54 +0000)]
add DSCP target support
Harald Welte [Sun, 17 Feb 2002 19:52:16 +0000 (19:52 +0000)]
make compilation of libip6t_LOG, libipt_length, libip6t_length and
libip6t_owner mandatory
Harald Welte [Sun, 17 Feb 2002 19:49:26 +0000 (19:49 +0000)]
add PREFIX variable
Harald Welte [Thu, 14 Feb 2002 23:47:54 +0000 (23:47 +0000)]
fix for psd-delay-threshold > 100
Harald Welte [Wed, 13 Feb 2002 23:13:54 +0000 (23:13 +0000)]
version 1.2.6
Harald Welte [Wed, 13 Feb 2002 23:13:23 +0000 (23:13 +0000)]
explicitly check for two possible sets of hooks in case of nat and mangle
Harald Welte [Wed, 13 Feb 2002 22:42:52 +0000 (22:42 +0000)]
fix compatibility with mangle2hooks and mangle5hooks
Harald Welte [Wed, 13 Feb 2002 16:35:39 +0000 (16:35 +0000)]
first attempt in trying to make debug code work with mangle2hooks and mangle5hooks
Harald Welte [Wed, 13 Feb 2002 16:19:55 +0000 (16:19 +0000)]
- don't need -DNDEBUG anymore. Instead, use -DIPTC_DEBUG to enable
libiptc debugging. This is to make people at RedHat and Mandrake
happy.
- add debugging code for mangle5hooks table (will break debugging
of iptables >= 1.2.6 on old kernels <= 2.4.18-pre6. *sigh*
Harald Welte [Fri, 8 Feb 2002 10:02:38 +0000 (10:02 +0000)]
update debugging code to mangle5hooks changes
Stephen Frost [Mon, 4 Feb 2002 11:58:22 +0000 (11:58 +0000)]
recent patch update by stephen frost
Harald Welte [Fri, 25 Jan 2002 15:07:37 +0000 (15:07 +0000)]
fix typo in SEE ALSO section
Harald Welte [Thu, 24 Jan 2002 07:15:41 +0000 (07:15 +0000)]
shit, forgot to update this one. Let's hope that the kernel's headers
precede the ones in this directory
Marc Boucher [Sat, 19 Jan 2002 12:48:05 +0000 (12:48 +0000)]
added break; to eliminate gcc3 warning
Marc Boucher [Sat, 19 Jan 2002 12:46:39 +0000 (12:46 +0000)]
Added #include <unistd.h> to eliminate close() warning.
Marc Boucher [Sat, 19 Jan 2002 12:46:04 +0000 (12:46 +0000)]
Added support for --cmd-owner option when ownercmd.patch is applied to kernel.
Marc Boucher [Sat, 19 Jan 2002 10:59:12 +0000 (10:59 +0000)]
general conntrack match module userspace support files
Harald Welte [Thu, 17 Jan 2002 20:43:10 +0000 (20:43 +0000)]
fix typo in comment
Martin Josefsson [Fri, 11 Jan 2002 18:41:02 +0000 (18:41 +0000)]
helper match (Martin Josefsson)
Harald Welte [Thu, 10 Jan 2002 13:16:05 +0000 (13:16 +0000)]
heading towards 1.2.5
Harald Welte [Thu, 10 Jan 2002 08:34:28 +0000 (08:34 +0000)]
todo update
Harald Welte [Mon, 7 Jan 2002 13:46:50 +0000 (13:46 +0000)]
libiptc socket leaking fix
Harald Welte [Tue, 25 Dec 2001 09:27:03 +0000 (09:27 +0000)]
updated ipv6header patch
James Morris [Tue, 18 Dec 2001 23:44:23 +0000 (23:44 +0000)]
Added output nat + slip oops to the important issues list.