Tag 'v1.2.8' created by Harald Welte <[email protected]> at 2003-04-13 11:28 
-0700

iptables 1.2.8

Changes since v1.2.7a:
Aaron Hopkins (1):
      add TARPIT target (Aaron Hopkins)

Bart De Schuymer (1):
      add libipt_physdev.c (Bart de Schumyer)

Cédric de Launois (2):
      new '--to' option to route target (by original author)
      december update to ROUTE target ;)

Gerry Skerbitz (1):
      fix save() functions of libip[6]t_length (Gerry Skerbitz)

Harald Welte (32):
      make NO_SHARED_LIBS work again (Roberto Nibali)
      bring ip6tables up-to-date with recent iptables change (proto match ext)
      remove bogus '\n'
      fix save function of tcpmss match (Michael Schwendt)
      add ip6tables ultrasparc issue
      fix connmark and mark match save() functions
      print space between '!' and mac address (Kristian Gronfeldt Sorensen)
      update Fabrice's email address
      rename-chain has a mandatary argument, not an optional (Juergen Baumann)
      fix save function of libipt_tos
      attempt to fix save/restore of '! --uid-owner squid' problem as reported 
by Costa Tsaousis
      fix save() function when used with !
      just my personal scratchpad, so everybody knows what's going on
      TODO update
      add support for rpc match
      no absolute include paths
      fix typo in help message
      moved unassigned issues to bugzilla
      u32 match added
      alphabetize manpage + libipt_physdev section
      Fix '-p icmp -m icmp' issue (Closes: #37)
      add MARK
      update to current_issues
      make DO_IPV6 work again..
      port 'line number on error in iptables-restore' from ipv4
      dont build ipv6 when DO_IPV6=0
      make gcc happy
      fix error message if invalid flag is specified (Aaron Sethman) (Closes: 
#65)
      fix a compiler warning
      compile with old kernel, new userspace
      todo update
      no space between '#!' and '/bin/sh'

Hervé Eychenne (1):
      add iptables 'helper' match manpage section (Herve Eychenne)

Hime Junior (1):
      add fuzzy support (Hime Junior)

Illes Marci (2):
      fix iptables-restore to not segfault on invalid input (Illes Marci 
<[email protected]>)
      make iptables-restore print the line number in case of an error

Jimmy Hedman (1):
      make save() function use quotes for --ulog-prefixto allow prefixes with 
spaces

Joszef Kadlecsik (2):
      CLASSIFY target added.
      IPv6 port of the fuzzy match added.

Lutz Preßler (1):
      fix listing of conntrack match ([email protected]) (Closes: #60)

Maciej Soltysiak (2):
      apply ipv6 hoplimit (hl match, HL target) patch (Maciej Soltysiak 
<[email protected]>)
      fix stupid typo (Maciej Soltysiak)

Michael Rash (1):
      Add support for hex strings (Michael Rash)

Michael Schwendt (3):
      make IPv4 and IPv6 LOG target save() the log-level as string, instead of 
the
      Fix save() functions of mac match,ipv4 and ipv6. (Michael Schwendt)
      Fix save() function of libipt_conntrack (Michael Schwendt)

Oskar Berggren (1):
      fix save() function of libipt_pool (Oskar Berggren)

Stephane Ouellette (4):
      add condition patch (Stephane Ouelle)
      update to condition extension, add condition6 (Stephane Ouellette)
      fix parse error (Stephane Ouellette)
      unused print_dscp removed, structures converted to C99 (Stephane 
Ouellette)

Stephen Frost (1):
      'recent' match update by Stephen Frost:

Steve Snodgrass (1):
      correct manpage about information on '--syn' behaviour (Steve Snodgrass)

---
 CURRENT_ISSUES                             |   36 +
 Makefile                                   |   17
 TODO                                       |   39 -
 extensions/.CLASSIFY-test                  |    3
 extensions/.condition-test                 |    3
 extensions/.condition-test6                |    3
 extensions/.fuzzy-test                     |    2
 extensions/.fuzzy-test6                    |    2
 extensions/.u32-test                       |    3
 extensions/Makefile                        |   18
 extensions/libip6t_HL.c                    |  164 +++++++
 extensions/libip6t_LOG.c                   |   13
 extensions/libip6t_condition.c             |  114 +++++
 extensions/libip6t_fuzzy.c                 |  157 +++++++
 extensions/libip6t_hl.c                    |  177 ++++++++
 extensions/libip6t_length.c                |    2
 extensions/libip6t_mac.c                   |    4
 extensions/libip6t_tcp.c                   |    2
 extensions/libipt_CLASSIFY.c               |  130 +++++
 extensions/libipt_ECN.c                    |    4
 extensions/libipt_IPV4OPTSSTRIP.c          |    2
 extensions/libipt_LOG.c                    |   13
 extensions/libipt_ROUTE.c                  |  105 +++-
 extensions/libipt_TARPIT.c                 |   67 +++
 extensions/libipt_ULOG.c                   |    3
 extensions/libipt_condition.c              |  114 +++++
 extensions/libipt_connmark.c               |   22 -
 extensions/libipt_conntrack.c              |   10
 extensions/libipt_dscp_helper.c            |    4
 extensions/libipt_ecn.c                    |   40 -
 extensions/libipt_fuzzy.c                  |  157 +++++++
 extensions/libipt_helper.c                 |    2
 extensions/libipt_icmp.c                   |   24 -
 extensions/libipt_length.c                 |    2
 extensions/libipt_mac.c                    |    4
 extensions/libipt_mark.c                   |   24 -
 extensions/libipt_nth.c                    |    3
 extensions/libipt_owner.c                  |    4
 extensions/libipt_physdev.c                |  182 ++++++++
 extensions/libipt_pool.c                   |    4
 extensions/libipt_random.c                 |    2
 extensions/libipt_recent.c                 |   46 +-
 extensions/libipt_rpc.c                    |  374 +++++++++++++++++
 extensions/libipt_string.c                 |   67 ++-
 extensions/libipt_tcp.c                    |    2
 extensions/libipt_tcpmss.c                 |    4
 extensions/libipt_tos.c                    |   19
 extensions/libipt_u32.c                    |  272 ++++++++++++
 include/ip6tables.h                        |    2
 include/iptables.h                         |    2
 include/linux/netfilter_ipv4/ipt_physdev.h |   19
 include/linux/netfilter_ipv4/ipt_rpc.h     |   35 +
 include/linux/netfilter_ipv6/ip6t_HL.h     |   22 +
 include/linux/netfilter_ipv6/ip6t_hl.h     |   22 +
 ip6tables-restore.c                        |   15
 ip6tables.c                                |   65 ++
 iptables-restore.c                         |   17
 iptables.8                                 |  632 +++++++++++++++--------------
 iptables.c                                 |   10
 libiptc/Makefile                           |    2
 60 files changed, 2826 insertions(+), 482 deletions(-)
---
_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn

Reply via email to