]>
git.ipfire.org Git - thirdparty/iptables.git/log
Joszef Kadlecsik [Fri, 11 Apr 2003 10:14:10 +0000 (10:14 +0000)]
CLASSIFY target added.
Stephane Ouellette [Fri, 11 Apr 2003 08:20:01 +0000 (08:20 +0000)]
unused print_dscp removed, structures converted to C99 (Stephane Ouellette)
Maciej Soltysiak [Mon, 31 Mar 2003 12:11:55 +0000 (12:11 +0000)]
fix stupid typo (Maciej Soltysiak)
Harald Welte [Sun, 30 Mar 2003 20:26:58 +0000 (20:26 +0000)]
compile with old kernel, new userspace
Harald Welte [Sun, 30 Mar 2003 20:26:42 +0000 (20:26 +0000)]
fix a compiler warning
Harald Welte [Sun, 30 Mar 2003 18:29:56 +0000 (18:29 +0000)]
fix error message if invalid flag is specified (Aaron Sethman) (Closes: #65)
Stephane Ouellette [Wed, 26 Mar 2003 14:42:35 +0000 (14:42 +0000)]
fix parse error (Stephane Ouellette)
Harald Welte [Thu, 6 Mar 2003 11:56:31 +0000 (11:56 +0000)]
make gcc happy
Harald Welte [Wed, 5 Mar 2003 11:39:31 +0000 (11:39 +0000)]
dont build ipv6 when DO_IPV6=0
Harald Welte [Wed, 5 Mar 2003 07:46:15 +0000 (07:46 +0000)]
port 'line number on error in iptables-restore' from ipv4
Harald Welte [Tue, 4 Mar 2003 23:15:42 +0000 (23:15 +0000)]
make DO_IPV6 work again..
Lutz Preßler [Tue, 4 Mar 2003 14:50:50 +0000 (14:50 +0000)]
fix listing of conntrack match (lp@sernet.se) (Closes: #60)
Hervé Eychenne [Mon, 3 Mar 2003 22:23:22 +0000 (22:23 +0000)]
add iptables 'helper' match manpage section (Herve Eychenne)
Illes Marci [Mon, 3 Mar 2003 08:08:37 +0000 (08:08 +0000)]
make iptables-restore print the line number in case of an error
(Illes Marci <marci@balabit.hu>)
Illes Marci [Mon, 3 Mar 2003 08:05:07 +0000 (08:05 +0000)]
fix iptables-restore to not segfault on invalid input (Illes Marci <marci@balabit.hu>)
Harald Welte [Mon, 3 Mar 2003 07:50:57 +0000 (07:50 +0000)]
update to current_issues
Stephen Frost [Mon, 3 Mar 2003 07:24:27 +0000 (07:24 +0000)]
'recent' match update by Stephen Frost:
- Moved RECENT_NAME/RECENT_VER #define's to ipt_recent.h
- Added #define for IPT_RECENT_NAME_LEN instead of using constants directly
- Changed default packet count list length to 20 instead of 10
- Added option to define permissions for proc files created under
/proc/net/ipt_recent
- Changed printfs to be unsigned for unsigned variables
- Added explicit NULL termination for table name
- Fixed TTL checking to deal with TTL decrementing in routing logic, should
work across chains now.
- Side to check/set against is no longer per-table but per-rule, default src
- Created unsigned time_temp for time caluclations instead of using signed
temp variables
- Fixed spinlock handling in checkentry to not vmalloc while holding a
spinlock.
- Cleaned up memory free'ing routines to correctly free all memory on failure
- Fixed spinlock handling in destroy to not free while holding spinlock
- Added sanity check to hash table size, if an invalid size is given the
default will be used instead and a warning generated.
- Fixed save() function in libipt_recent.c
- Cleaned up and shortened recent.patch.help
Michael Rash [Wed, 26 Feb 2003 17:34:13 +0000 (17:34 +0000)]
Add support for hex strings (Michael Rash)
Harald Welte [Tue, 25 Feb 2003 11:57:23 +0000 (11:57 +0000)]
add MARK
Stephane Ouellette [Tue, 25 Feb 2003 11:54:56 +0000 (11:54 +0000)]
update to condition extension, add condition6 (Stephane Ouellette)
Harald Welte [Tue, 25 Feb 2003 10:50:59 +0000 (10:50 +0000)]
Fix '-p icmp -m icmp' issue (Closes: #37)
Harald Welte [Fri, 14 Feb 2003 07:34:09 +0000 (07:34 +0000)]
alphabetize manpage + libipt_physdev section
Bart De Schuymer [Tue, 11 Feb 2003 20:19:04 +0000 (20:19 +0000)]
add libipt_physdev.c (Bart de Schumyer)
Harald Welte [Sat, 1 Feb 2003 09:08:57 +0000 (09:08 +0000)]
u32 match added
Harald Welte [Tue, 14 Jan 2003 21:21:11 +0000 (21:21 +0000)]
moved unassigned issues to bugzilla
Harald Welte [Mon, 13 Jan 2003 12:35:28 +0000 (12:35 +0000)]
fix typo in help message
Harald Welte [Sun, 12 Jan 2003 20:31:18 +0000 (20:31 +0000)]
no absolute include paths
Harald Welte [Sun, 12 Jan 2003 20:30:46 +0000 (20:30 +0000)]
add support for rpc match
Harald Welte [Fri, 10 Jan 2003 14:50:24 +0000 (14:50 +0000)]
TODO update
Cédric de Launois [Wed, 8 Jan 2003 09:51:34 +0000 (09:51 +0000)]
december update to ROUTE target ;)
Maciej Soltysiak [Wed, 8 Jan 2003 09:14:20 +0000 (09:14 +0000)]
apply ipv6 hoplimit (hl match, HL target) patch (Maciej Soltysiak <solt@dns.toxicfilms.tv>)
Harald Welte [Tue, 7 Jan 2003 20:25:23 +0000 (20:25 +0000)]
just my personal scratchpad, so everybody knows what's going on
Harald Welte [Mon, 6 Jan 2003 13:04:53 +0000 (13:04 +0000)]
fix save() function when used with !
Harald Welte [Mon, 6 Jan 2003 12:40:33 +0000 (12:40 +0000)]
attempt to fix save/restore of '! --uid-owner squid' problem as reported by Costa Tsaousis
Aaron Hopkins [Thu, 5 Dec 2002 20:50:09 +0000 (20:50 +0000)]
add TARPIT target (Aaron Hopkins)
Cédric de Launois [Thu, 5 Dec 2002 20:44:38 +0000 (20:44 +0000)]
new '--to' option to route target (by original author)
Gerry Skerbitz [Thu, 5 Dec 2002 20:37:22 +0000 (20:37 +0000)]
fix save() functions of libip[6]t_length (Gerry Skerbitz)
Michael Schwendt [Thu, 5 Dec 2002 20:20:29 +0000 (20:20 +0000)]
Fix save() function of libipt_conntrack (Michael Schwendt)
Oskar Berggren [Thu, 5 Dec 2002 19:41:11 +0000 (19:41 +0000)]
fix save() function of libipt_pool (Oskar Berggren)
Harald Welte [Thu, 5 Dec 2002 19:39:10 +0000 (19:39 +0000)]
fix save function of libipt_tos
Stephane Ouellette [Sat, 2 Nov 2002 15:00:15 +0000 (15:00 +0000)]
add condition patch (Stephane Ouelle)
Harald Welte [Sat, 2 Nov 2002 14:48:17 +0000 (14:48 +0000)]
rename-chain has a mandatary argument, not an optional (Juergen Baumann)
Steve Snodgrass [Wed, 30 Oct 2002 08:53:41 +0000 (08:53 +0000)]
correct manpage about information on '--syn' behaviour (Steve Snodgrass)
Harald Welte [Tue, 22 Oct 2002 10:15:19 +0000 (10:15 +0000)]
update Fabrice's email address
Harald Welte [Wed, 2 Oct 2002 13:52:17 +0000 (13:52 +0000)]
print space between '!' and mac address (Kristian Gronfeldt Sorensen)
Harald Welte [Fri, 20 Sep 2002 15:25:13 +0000 (15:25 +0000)]
fix connmark and mark match save() functions
Jimmy Hedman [Sun, 15 Sep 2002 11:31:28 +0000 (11:31 +0000)]
make save() function use quotes for --ulog-prefixto allow prefixes with spaces
(Jimmy Hedman)
Harald Welte [Sun, 15 Sep 2002 11:29:18 +0000 (11:29 +0000)]
add ip6tables ultrasparc issue
Michael Schwendt [Thu, 12 Sep 2002 07:14:55 +0000 (07:14 +0000)]
Fix save() functions of mac match,ipv4 and ipv6. (Michael Schwendt)
Michael Schwendt [Sat, 7 Sep 2002 14:31:01 +0000 (14:31 +0000)]
make IPv4 and IPv6 LOG target save() the log-level as string, instead of the
numeric value. (Michael Schwendt)
Harald Welte [Thu, 5 Sep 2002 09:51:22 +0000 (09:51 +0000)]
fix save function of tcpmss match (Michael Schwendt)
Harald Welte [Thu, 29 Aug 2002 11:15:04 +0000 (11:15 +0000)]
remove bogus '\n'
Hime Junior [Mon, 26 Aug 2002 16:10:30 +0000 (16:10 +0000)]
add fuzzy support (Hime Junior)
Harald Welte [Mon, 26 Aug 2002 14:37:35 +0000 (14:37 +0000)]
bring ip6tables up-to-date with recent iptables change (proto match ext)
Harald Welte [Mon, 26 Aug 2002 13:09:40 +0000 (13:09 +0000)]
make NO_SHARED_LIBS work again (Roberto Nibali)
Harald Welte [Mon, 26 Aug 2002 12:24:51 +0000 (12:24 +0000)]
1.2.7a is the successor of 1.2.6a
Harald Welte [Mon, 26 Aug 2002 12:21:44 +0000 (12:21 +0000)]
fix long-standing bug with regard to protocol-on-demand-loading and iptables-save/restore (1.2.7 release bug)
Harald Welte [Sun, 18 Aug 2002 22:19:26 +0000 (22:19 +0000)]
todo update
András Kis-Szabó [Wed, 14 Aug 2002 11:40:41 +0000 (11:40 +0000)]
minor fixes by kisza:
- remove -C(check) function from ip6tables
- -M added to the getopts()'s list (missed)
- small change in the iptables help
- remove some unused code
- some GPL notice added
Harald Welte [Fri, 9 Aug 2002 07:47:12 +0000 (07:47 +0000)]
make libipt_helper.so build always, since it's now submitted to 2.4.20
Harald Welte [Wed, 7 Aug 2002 10:33:49 +0000 (10:33 +0000)]
increase version number
Harald Welte [Wed, 7 Aug 2002 10:04:42 +0000 (10:04 +0000)]
remove bogus argument to printf()
Harald Welte [Wed, 7 Aug 2002 09:56:14 +0000 (09:56 +0000)]
bring ip6tables.8 in sync with iptables.8
Harald Welte [Wed, 7 Aug 2002 09:55:37 +0000 (09:55 +0000)]
rename '--class' into '--dscp-class' and '--set-class' into '--set-dscp-class'
in order not to waste the namespace
Harald Welte [Wed, 7 Aug 2002 09:54:45 +0000 (09:54 +0000)]
rename 'host' in 'unicast'
Harald Welte [Wed, 7 Aug 2002 09:52:22 +0000 (09:52 +0000)]
include sections for 2.4.20-pending matches/targets
Harald Welte [Wed, 7 Aug 2002 09:07:41 +0000 (09:07 +0000)]
copyright / GPL notice
Harald Welte [Wed, 7 Aug 2002 09:07:24 +0000 (09:07 +0000)]
modify protocol-match-extension load behaviour to eliminate the two
outstanding bugs.
Harald Welte [Tue, 6 Aug 2002 18:46:18 +0000 (18:46 +0000)]
do not show potentially dangerous parameteres of ECN target (Alexey)
Harald Welte [Tue, 6 Aug 2002 06:50:04 +0000 (06:50 +0000)]
fix typo in help message
Harald Welte [Mon, 5 Aug 2002 19:39:49 +0000 (19:39 +0000)]
bring ECN headers in sync with ecn.patch
Harald Welte [Mon, 5 Aug 2002 19:36:15 +0000 (19:36 +0000)]
fix ECN_OP_SET_IP case (missing flags assignment and break stmt)
Harald Welte [Mon, 5 Aug 2002 19:35:52 +0000 (19:35 +0000)]
remove bogus ECN_SHIFT from libipt_ecn.c
Harald Welte [Mon, 5 Aug 2002 19:05:27 +0000 (19:05 +0000)]
restore old DSCP_SHIFT behaviour
Harald Welte [Sat, 3 Aug 2002 13:04:57 +0000 (13:04 +0000)]
make MARK target use string_to_number [and thus report range overflows].
Harald Welte [Fri, 2 Aug 2002 12:54:19 +0000 (12:54 +0000)]
update INSTALL file to reflect seperation of patch-o-matic
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