]> git.ipfire.org Git - thirdparty/iptables.git/log
thirdparty/iptables.git
23 years agomake IPv4 and IPv6 LOG target save() the log-level as string, instead of the
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)

23 years agofix save function of tcpmss match (Michael Schwendt)
Harald Welte [Thu, 5 Sep 2002 09:51:22 +0000 (09:51 +0000)] 
fix save function of tcpmss match (Michael Schwendt)

23 years agoremove bogus '\n'
Harald Welte [Thu, 29 Aug 2002 11:15:04 +0000 (11:15 +0000)] 
remove bogus '\n'

23 years agoadd fuzzy support (Hime Junior)
Hime Junior [Mon, 26 Aug 2002 16:10:30 +0000 (16:10 +0000)] 
add fuzzy support (Hime Junior)

23 years agobring ip6tables up-to-date with recent iptables change (proto match ext)
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)

23 years agomake NO_SHARED_LIBS work again (Roberto Nibali)
Harald Welte [Mon, 26 Aug 2002 13:09:40 +0000 (13:09 +0000)] 
make NO_SHARED_LIBS work again (Roberto Nibali)

23 years ago1.2.7a is the successor of 1.2.6a v1.2.7a
Harald Welte [Mon, 26 Aug 2002 12:24:51 +0000 (12:24 +0000)] 
1.2.7a is the successor of 1.2.6a

23 years agofix long-standing bug with regard to protocol-on-demand-loading and iptables-save...
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)

23 years agotodo update
Harald Welte [Sun, 18 Aug 2002 22:19:26 +0000 (22:19 +0000)] 
todo update

23 years agominor fixes by kisza:
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

23 years agomake libipt_helper.so build always, since it's now submitted to 2.4.20
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

23 years agoincrease version number
Harald Welte [Wed, 7 Aug 2002 10:33:49 +0000 (10:33 +0000)] 
increase version number

23 years agoremove bogus argument to printf() v1.2.7
Harald Welte [Wed, 7 Aug 2002 10:04:42 +0000 (10:04 +0000)] 
remove bogus argument to printf()

23 years agobring ip6tables.8 in sync with iptables.8
Harald Welte [Wed, 7 Aug 2002 09:56:14 +0000 (09:56 +0000)] 
bring ip6tables.8 in sync with iptables.8

23 years agorename '--class' into '--dscp-class' and '--set-class' into '--set-dscp-class'
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

23 years agorename 'host' in 'unicast'
Harald Welte [Wed, 7 Aug 2002 09:54:45 +0000 (09:54 +0000)] 
rename 'host' in 'unicast'

23 years agoinclude sections for 2.4.20-pending matches/targets
Harald Welte [Wed, 7 Aug 2002 09:52:22 +0000 (09:52 +0000)] 
include sections for 2.4.20-pending matches/targets

23 years agocopyright / GPL notice
Harald Welte [Wed, 7 Aug 2002 09:07:41 +0000 (09:07 +0000)] 
copyright / GPL notice

23 years agomodify protocol-match-extension load behaviour to eliminate the two
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.

23 years agodo not show potentially dangerous parameteres of ECN target (Alexey)
Harald Welte [Tue, 6 Aug 2002 18:46:18 +0000 (18:46 +0000)] 
do not show potentially dangerous parameteres of ECN target (Alexey)

23 years agofix typo in help message
Harald Welte [Tue, 6 Aug 2002 06:50:04 +0000 (06:50 +0000)] 
fix typo in help message

23 years agobring ECN headers in sync with ecn.patch
Harald Welte [Mon, 5 Aug 2002 19:39:49 +0000 (19:39 +0000)] 
bring ECN headers in sync with ecn.patch

23 years agofix ECN_OP_SET_IP case (missing flags assignment and break stmt)
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)

23 years agoremove bogus ECN_SHIFT from libipt_ecn.c
Harald Welte [Mon, 5 Aug 2002 19:35:52 +0000 (19:35 +0000)] 
remove bogus ECN_SHIFT from libipt_ecn.c

23 years agorestore old DSCP_SHIFT behaviour
Harald Welte [Mon, 5 Aug 2002 19:05:27 +0000 (19:05 +0000)] 
restore old DSCP_SHIFT behaviour

23 years agomake MARK target use string_to_number [and thus report range overflows].
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].

23 years agoupdate INSTALL file to reflect seperation of patch-o-matic
Harald Welte [Fri, 2 Aug 2002 12:54:19 +0000 (12:54 +0000)] 
update INSTALL file to reflect seperation of patch-o-matic

23 years agocheck for invalid port ranges (Thomas Poehnitz)
Harald Welte [Fri, 26 Jul 2002 16:27:57 +0000 (16:27 +0000)] 
check for invalid port ranges (Thomas Poehnitz)

23 years agocouple of TODO items are actually done
Harald Welte [Wed, 24 Jul 2002 07:25:20 +0000 (07:25 +0000)] 
couple of TODO items are actually done

23 years agoadd hint about local-nat.patch to KNOWN_BUGS, make libipt_ecn work
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

23 years ago2x bugfixes for libip6t_tcp from Andras Kis-Szabo
András Kis-Szabó [Mon, 8 Jul 2002 10:58:50 +0000 (10:58 +0000)] 
2x bugfixes for libip6t_tcp from Andras Kis-Szabo

23 years agotodo update
Harald Welte [Mon, 8 Jul 2002 06:17:33 +0000 (06:17 +0000)] 
todo update

23 years agochain name may not clash with target name
Joszef Kadlecsik [Mon, 24 Jun 2002 12:37:29 +0000 (12:37 +0000)] 
chain name may not clash with target name

23 years agoupdate ROUTE target to 0.2.2 (Cedric de Launois)
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)

23 years agomanpage updates by Herve Eychenne
Hervé Eychenne [Sat, 22 Jun 2002 18:23:48 +0000 (18:23 +0000)] 
manpage updates by Herve Eychenne

23 years agomove DSCP name/value conversion to libipt_dscp_helper.c (Iain Barnes)
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)

23 years agoversion 0.2.1 of ipt_recent patch (stephen frost)
Stephen Frost [Fri, 21 Jun 2002 17:26:33 +0000 (17:26 +0000)] 
version 0.2.1 of ipt_recent patch (stephen frost)

23 years agomake -M (aka --modprobe) work [Bart De Schuymer]
Bart De Schuymer [Sat, 15 Jun 2002 12:29:42 +0000 (12:29 +0000)] 
make -M (aka --modprobe) work [Bart De Schuymer]

23 years agofix numerous typos in manpages (fabrice)
Fabrice MARIE [Fri, 14 Jun 2002 07:39:58 +0000 (07:39 +0000)] 
fix numerous typos in manpages (fabrice)

23 years agofix all compile warnings within iptables extensions (fabrice)
Fabrice MARIE [Fri, 14 Jun 2002 07:38:16 +0000 (07:38 +0000)] 
fix all compile warnings within iptables extensions (fabrice)

23 years agoadd ROUTE target / rsip table
Cédric de Launois [Thu, 13 Jun 2002 16:12:01 +0000 (16:12 +0000)] 
add ROUTE target / rsip table

23 years agoFixed destination netmask comparison bug in is_same()
Marc Boucher [Wed, 12 Jun 2002 19:22:29 +0000 (19:22 +0000)] 
Fixed destination netmask comparison bug in is_same()

23 years agopool compile fixes
Harald Welte [Tue, 4 Jun 2002 17:25:38 +0000 (17:25 +0000)] 
pool compile fixes

23 years agomake connmark patch comply with NO_SHARED_LIBS
Harald Welte [Tue, 4 Jun 2002 07:46:30 +0000 (07:46 +0000)] 
make connmark patch comply with NO_SHARED_LIBS

23 years agofix typo in ipt_ecn.h
Harald Welte [Tue, 4 Jun 2002 07:45:14 +0000 (07:45 +0000)] 
fix typo in ipt_ecn.h

23 years agoadd header file for ECN match
Harald Welte [Wed, 29 May 2002 15:12:30 +0000 (15:12 +0000)] 
add header file for ECN match

23 years agoadd ECN match plugin
Harald Welte [Wed, 29 May 2002 15:11:49 +0000 (15:11 +0000)] 
add ECN match plugin

23 years agomake ECN save function correcly save --ecn-tcp-remove
Harald Welte [Wed, 29 May 2002 15:11:36 +0000 (15:11 +0000)] 
make ECN save function correcly save --ecn-tcp-remove

23 years agoglobally replace NETFILTER_VERSION with IPTABLES_VERSION to have consistent naming
Harald Welte [Wed, 29 May 2002 13:08:15 +0000 (13:08 +0000)] 
globally replace NETFILTER_VERSION with IPTABLES_VERSION to have consistent naming

23 years agofix help message printout
Harald Welte [Wed, 29 May 2002 12:43:34 +0000 (12:43 +0000)] 
fix help message printout

23 years agobring ECN plugin in sync with new ECN target
Harald Welte [Wed, 29 May 2002 12:26:13 +0000 (12:26 +0000)] 
bring ECN plugin in sync with new ECN target

23 years agobig manpage update by Herve, including:
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

23 years agoadd reject-related todo item
Harald Welte [Mon, 27 May 2002 07:52:33 +0000 (07:52 +0000)] 
add reject-related todo item

23 years agoClarified INSTALL instructions.
Rusty Russell [Mon, 13 May 2002 01:52:18 +0000 (01:52 +0000)] 
Clarified INSTALL instructions.

23 years agoremove '-C' check function;
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.

23 years agoremove check of find_proto(), since do_command() can be called multiple times,
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.

23 years agonew HBH and DSTopts match for IPv6 by kisza
András Kis-Szabó [Mon, 29 Apr 2002 13:51:37 +0000 (13:51 +0000)] 
new HBH and DSTopts match for IPv6 by kisza

23 years agoRoute6 updates 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

23 years agothis file was missed during commit
Harald Welte [Sat, 27 Apr 2002 17:20:38 +0000 (17:20 +0000)] 
this file was missed during commit

23 years agoSome ipv6 fixes by kisza:
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)

23 years agoNew 'route6' match by kisza.
András Kis-Szabó [Wed, 24 Apr 2002 09:35:01 +0000 (09:35 +0000)] 
New 'route6' match by kisza.

23 years agofix libipt_mport save/restore (Bob Hockney)
Bob Hockney [Tue, 16 Apr 2002 20:45:21 +0000 (20:45 +0000)] 
fix libipt_mport save/restore (Bob Hockney)

23 years agoDSCP class support (Iain Barnes)
Iain Barnes [Thu, 11 Apr 2002 10:48:53 +0000 (10:48 +0000)] 
DSCP class support (Iain Barnes)

23 years agoFix gcc3 compile errors (Silvan Minghetti)
Silvan Minghetti [Wed, 10 Apr 2002 13:12:53 +0000 (13:12 +0000)] 
Fix gcc3 compile errors (Silvan Minghetti)

23 years agoversion 1.2.7 coming up...
Harald Welte [Wed, 10 Apr 2002 12:56:38 +0000 (12:56 +0000)] 
version 1.2.7 coming up...

23 years agofix bug in save() function of MASQUERADE target (A. van Schie)
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)

23 years ago*** empty log message ***
Harald Welte [Tue, 26 Mar 2002 12:54:35 +0000 (12:54 +0000)] 
*** empty log message ***

23 years agofix to save() and restore() functions of ah/esp match.
Harald Welte [Tue, 26 Mar 2002 12:50:28 +0000 (12:50 +0000)] 
fix to save() and restore() functions of ah/esp match.

23 years agonew ip6 FRAG match by kisza
András Kis-Szabó [Tue, 26 Mar 2002 12:45:19 +0000 (12:45 +0000)] 
new ip6 FRAG match by kisza

23 years agoTODO updates (mostly newnat related)
Harald Welte [Mon, 25 Mar 2002 13:54:17 +0000 (13:54 +0000)] 
TODO updates (mostly newnat related)

23 years agoAdd AH/ESP match for ipv6
Harald Welte [Mon, 25 Mar 2002 08:38:26 +0000 (08:38 +0000)] 
Add AH/ESP match for ipv6

23 years agoipv6 agr match now called eui64
Harald Welte [Sun, 24 Mar 2002 20:57:26 +0000 (20:57 +0000)] 
ipv6 agr match now called eui64

23 years agomake find_target() and find_match() honor LOAD_MUST_SUCCEED when NO_SHARED_LIBS
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.

23 years agorename ipv6_agr to ipv6_eui64
Harald Welte [Tue, 19 Mar 2002 16:16:49 +0000 (16:16 +0000)] 
rename ipv6_agr to ipv6_eui64

23 years agoTODO update
Harald Welte [Tue, 19 Mar 2002 07:56:59 +0000 (07:56 +0000)] 
TODO update

23 years agoFix ip6tables save/restore '! --syn' output of libip6t_tcp.c
Harald Welte [Mon, 18 Mar 2002 20:32:06 +0000 (20:32 +0000)] 
Fix ip6tables save/restore '! --syn' output of libip6t_tcp.c

23 years agocompile libip6t_agr by default
Harald Welte [Mon, 18 Mar 2002 12:49:11 +0000 (12:49 +0000)] 
compile libip6t_agr by default

23 years agomake libipt_conntrack compile by default
Harald Welte [Mon, 18 Mar 2002 12:46:23 +0000 (12:46 +0000)] 
make libipt_conntrack compile by default

23 years agolibipt_pkttype now compiled by default
Harald Welte [Mon, 18 Mar 2002 12:44:05 +0000 (12:44 +0000)] 
libipt_pkttype now compiled by default

23 years ago1.2.6a release version v1.2.6a
Harald Welte [Sun, 17 Mar 2002 13:53:37 +0000 (13:53 +0000)] 
1.2.6a release version

23 years agofixed stupid typo.
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?

23 years ago*** empty log message ***
Harald Welte [Thu, 14 Mar 2002 16:41:19 +0000 (16:41 +0000)] 
*** empty log message ***

23 years agoadd FTOS test file v1.2.6
Harald Welte [Thu, 14 Mar 2002 16:00:44 +0000 (16:00 +0000)] 
add FTOS test file

23 years agoadd DSCP match
Harald Welte [Thu, 14 Mar 2002 12:22:06 +0000 (12:22 +0000)] 
add DSCP match

23 years agoFix 'iptables -p !' bug (segfault when `!' used without argument)
Harald Welte [Thu, 14 Mar 2002 11:35:58 +0000 (11:35 +0000)] 
Fix 'iptables -p !' bug (segfault when `!' used without argument)

23 years agoadd length match to default extension build list
Harald Welte [Thu, 14 Mar 2002 11:34:59 +0000 (11:34 +0000)] 
add length match to default extension build list

23 years agoLOCAL_NAT change
Harald Welte [Thu, 14 Mar 2002 11:34:16 +0000 (11:34 +0000)] 
LOCAL_NAT change

23 years agomanpage updates by Herve Eychenne
Hervé Eychenne [Thu, 14 Mar 2002 09:25:40 +0000 (09:25 +0000)] 
manpage updates by Herve Eychenne

23 years agoMakefile fix for owner mac multiport limit (kisza)
András Kis-Szabó [Sun, 3 Mar 2002 09:46:51 +0000 (09:46 +0000)] 
Makefile fix for owner mac multiport limit (kisza)

23 years agoadd ip6tables-save/restore manpages; sync with ipv4 (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)

23 years agosync ip6tables.c / ip6tables.8 with ipv4
Harald Welte [Sun, 3 Mar 2002 09:43:07 +0000 (09:43 +0000)] 
sync ip6tables.c / ip6tables.8 with ipv4

23 years agoAdd LOGv6 to Makefile list
Harald Welte [Sun, 3 Mar 2002 09:39:09 +0000 (09:39 +0000)] 
Add LOGv6 to Makefile list

23 years agoadd support for connmark match/target
Harald Welte [Mon, 25 Feb 2002 11:26:01 +0000 (11:26 +0000)] 
add support for connmark match/target

23 years agoChange $Id$ tags
Harald Welte [Mon, 25 Feb 2002 11:25:41 +0000 (11:25 +0000)] 
Change $Id$ tags

23 years agotodo update
Harald Welte [Mon, 25 Feb 2002 09:27:31 +0000 (09:27 +0000)] 
todo update

23 years agofix IP6T_MIN_ALIGN macro (Andreas Herrmann)
Andreas Herrmann [Mon, 25 Feb 2002 09:00:36 +0000 (09:00 +0000)] 
fix IP6T_MIN_ALIGN macro (Andreas Herrmann)

23 years agosome more items marked as done... great :)
Harald Welte [Tue, 19 Feb 2002 20:36:19 +0000 (20:36 +0000)] 
some more items marked as done... great :)

23 years agotodo update, lots of item done, lots of them left :(
Harald Welte [Tue, 19 Feb 2002 09:14:27 +0000 (09:14 +0000)] 
todo update, lots of item done, lots of them left :(

23 years agofix cut&paste typo
Harald Welte [Mon, 18 Feb 2002 21:32:56 +0000 (21:32 +0000)] 
fix cut&paste typo

23 years agoadd bugfix in case we are using a protocol number (-p N) which has no matching /etc...
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