Tag 'v1.3.4' created by Harald Welte <[email protected]> at 2005-11-03 18:43 
-0800

iptables 1.3.4

Changes since v1.3.3:
Deti Fliegl (1):
      fix connmark, it's now only 32bits (Deti Fliegl <[email protected])

Eric Leblond (1):
      Add missing 'break' to make parsing of NFQUEUE numbers work (Eric Leblond)

Harald Welte (5):
      port Eric Leblond's NFQUEUE missing-break fix to ip6tables
      add support for new 'dccp' protocol match
      Update manpage to reflect missing NAT to multiple ranges support in 
2.6.11-rc1 and later.
      Update manpage to reflect missing ability to SNAT to multiple ranges in 
2.6.11-rc1 and later
      about to release 1.3.4

KOVACS Krisztian (1):
      * specifying random seed for the Jenkins hash works as documented

Maciej Soltysiak (1):
      Note which kernel versions are affected by REJECT change (Maciej 
Soltysiak)

Martin Josefsson (2):
      Make libipt_connbytes.c compile with the ipt_connbytes version that has 
been merged into the 2.6 kernel
      Add the aligned_u64 typedef, it's defined in linux/types.h in the kernel.

Pablo Neira (1):
      update string match to reflect new kernel implementation (Pablo Neira)

Phil Oester (1):
      Kernels higher than 2.6.10 don't support multiple --to arguments in

Robert de Barth (1):
      _really_ sort only user defined chains (Robert de Barth 
<[email protected]>

Tom Eastep (1):
      The conntrack match extension doesn't handle address inversion correctly. 
(Tom Eastep)

---
 INCOMPATIBILITIES              |    2 
 Makefile                       |    4 
 extensions/.dccp-test          |    3 
 extensions/libip6t_NFQUEUE.c   |    1 
 extensions/libip6t_NFQUEUE.man |    3 
 extensions/libipt_CLUSTERIP.c  |   65 +++---
 extensions/libipt_CONNMARK.c   |   38 ---
 extensions/libipt_DNAT.c       |    7 
 extensions/libipt_DNAT.man     |   11 -
 extensions/libipt_NFQUEUE.c    |    1 
 extensions/libipt_NFQUEUE.man  |    3 
 extensions/libipt_SNAT.c       |    7 
 extensions/libipt_SNAT.man     |   10 -
 extensions/libipt_connbytes.c  |   12 -
 extensions/libipt_connmark.c   |   25 --
 extensions/libipt_conntrack.c  |    4 
 extensions/libipt_dccp.c       |  399 +++++++++++++++++++++++++++++++++++++++++
 extensions/libipt_dccp.man     |   12 +
 extensions/libipt_string.c     |  150 +++++++++++----
 include/iptables.h             |    9 
 include/iptables_common.h      |    4 
 iptables.c                     |   18 +
 libiptc/libiptc.c              |    2 
 23 files changed, 650 insertions(+), 140 deletions(-)
---
_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn

Reply via email to