iptables branch, master, updated. v1.4.10-254-g65c0621

Patrick McHardy netfilter-cvslog-bounces at lists.netfilter.org
Mon May 23 15:25:54 CEST 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "iptables".

The branch, master has been updated
       via  65c0621d48e818d75f8c2810e93eb405a6d31406 (commit)
       via  9bfedca6347c2e079e569954197777813f4ef2fb (commit)
       via  fe9922cb4f1fb75072970dd09605fdc056b96195 (commit)
       via  10dbcd0bfb5a62a71a706d11134f83b0539f4dd3 (commit)
       via  f25b2355e889290879c8cecad3dd24ec0c384fb8 (commit)
       via  e82d031af24c8155357c6f2d2b2e236bd6cf67e4 (commit)
       via  85f423addb46736e414f70b59c9f885e99aeb488 (commit)
       via  cdc8e0b252c14a17b47e1c89a2fa4dbac2002473 (commit)
       via  ab847dfe38529d2aa67cc8178a54d5b45af11cfa (commit)
       via  15392934cf81ef85e2a1c21380c61a7a42e260d5 (commit)
       via  449cdd6bcc8d1867bbd26ecbcae9832ab01eb04a (commit)
       via  dcd1ad89105faf1f3a9a3febdb970b70c5466518 (commit)
      from  59ce5bd1d05225911051a4c46ce5ccdd7c1ed078 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 65c0621d48e818d75f8c2810e93eb405a6d31406
Author: Jan Engelhardt <jengelh at medozas.de>
Date:   Fri May 13 01:53:07 2011 +0200

    libip6t_rt: rt-0-not-strict should take no arg
    
    This unfortunately got mixed up during the getopt -> guided parser
    move.
    
    Signed-off-by: Jan Engelhardt <jengelh at medozas.de>

commit 9bfedca6347c2e079e569954197777813f4ef2fb
Author: Jan Engelhardt <jengelh at medozas.de>
Date:   Fri May 13 01:13:35 2011 +0200

    libxt_conntrack: resolve erroneous rev-2 port range message
    
      --ctorigdstport 13
    ip6tables-restore v1.4.10: conntrack rev 2 does not support port ranges
    
    Signed-off-by: Jan Engelhardt <jengelh at medozas.de>

commit fe9922cb4f1fb75072970dd09605fdc056b96195
Author: Jan Engelhardt <jengelh at medozas.de>
Date:   Fri May 13 01:12:05 2011 +0200

    libxt_conntrack: fix assignment to wrong member
    
    Of course the range end ought to be set, not doing the start value
    twice.
    
    Signed-off-by: Jan Engelhardt <jengelh at medozas.de>

commit 10dbcd0bfb5a62a71a706d11134f83b0539f4dd3
Author: Jan Engelhardt <jengelh at medozas.de>
Date:   Fri May 13 01:06:31 2011 +0200

    libxt_conntrack: correct printed module name
    
    Signed-off-by: Jan Engelhardt <jengelh at medozas.de>

commit f25b2355e889290879c8cecad3dd24ec0c384fb8
Author: Jan Engelhardt <jengelh at medozas.de>
Date:   Fri May 13 00:15:45 2011 +0200

    libipt_[SD]NAT: avoid false error about multiple destinations specified
    
    iptables-restore v1.4.10: DNAT: Multiple --to-destination not supported
    
    xtables_option_parse sets cb->xflags already, so that it cannot be
    directly used to test whether an option is being used for the second
    time. Thus use a private option/flag (X_TO_DEST/SRC) that is not under
    the control of xtables_option_parse.
    
    Signed-off-by: Jan Engelhardt <jengelh at medozas.de>

commit e82d031af24c8155357c6f2d2b2e236bd6cf67e4
Author: Jan Engelhardt <jengelh at medozas.de>
Date:   Fri May 13 00:11:00 2011 +0200

    libipt_[SD]NAT: flag up module name on error
    
    Signed-off-by: Jan Engelhardt <jengelh at medozas.de>

commit 85f423addb46736e414f70b59c9f885e99aeb488
Author: Jan Engelhardt <jengelh at medozas.de>
Date:   Thu May 12 14:03:36 2011 +0200

    libxtables: collapse double protocol parsing
    
    Un-dent xtables_parse_protocol, and make xtopt_parse_protocol make use
    of it.
    
    Signed-off-by: Jan Engelhardt <jengelh at medozas.de>

commit cdc8e0b252c14a17b47e1c89a2fa4dbac2002473
Author: Jan Engelhardt <jengelh at medozas.de>
Date:   Thu May 12 13:59:38 2011 +0200

    libxt_policy: use XTTYPE_PROTOCOL type
    
    Signed-off-by: Jan Engelhardt <jengelh at medozas.de>

commit ab847dfe38529d2aa67cc8178a54d5b45af11cfa
Author: Jan Engelhardt <jengelh at medozas.de>
Date:   Thu May 12 13:20:00 2011 +0200

    libxtables: avoid running into .also checks when option not used
    
    If a particular option was not specified, it should not be subject to
    .also checks in xtables_option_fcheck2 either.
    
    Signed-off-by: Jan Engelhardt <jengelh at medozas.de>

commit 15392934cf81ef85e2a1c21380c61a7a42e260d5
Author: Jan Engelhardt <jengelh at medozas.de>
Date:   Thu May 12 12:46:40 2011 +0200

    libxt_policy: option table fixes, improved error tracking
    
    Most of the flags are multi-use in this extension. Also transfer
    --next => --strict requirement to option table.
    
    Furthermore, augment the error messages emitted from fcheck to contain
    the policy element number, and elaborate on what an "empty policy
    element" is.
    
    Signed-off-by: Jan Engelhardt <jengelh at medozas.de>

commit 449cdd6bcc8d1867bbd26ecbcae9832ab01eb04a
Author: Jan Engelhardt <jengelh at medozas.de>
Date:   Thu May 12 12:21:59 2011 +0200

    src: combine default_command functions

commit dcd1ad89105faf1f3a9a3febdb970b70c5466518
Author: Jan Engelhardt <jengelh at medozas.de>
Date:   Mon May 9 19:32:05 2011 +0200

    src: replace old IP*T_ALIGN macros
    
    Signed-off-by: Jan Engelhardt <jengelh at medozas.de>

-----------------------------------------------------------------------

Summary of changes:
 extensions/libip6t_rt.c      |    2 +-
 extensions/libipt_DNAT.c     |   11 +++--
 extensions/libipt_SNAT.c     |   11 +++--
 extensions/libxt_conntrack.c |   24 +++++++-----
 extensions/libxt_policy.c    |   37 +++++++++++++-----
 extensions/libxt_policy.man  |    7 +++-
 include/libiptc/libip6tc.h   |    5 --
 include/libiptc/libiptc.h    |    9 ----
 ip6tables.c                  |   83 ++++-------------------------------------
 iptables.c                   |   84 ++++--------------------------------------
 libiptc/libip4tc.c           |    4 +-
 libiptc/libip6tc.c           |    4 +-
 xshared.c                    |   70 +++++++++++++++++++++++++++++++++++
 xshared.h                    |    3 +
 xtables.c                    |   49 ++++++++++--------------
 xtoptions.c                  |   17 ++------
 16 files changed, 180 insertions(+), 240 deletions(-)


hooks/post-receive
-- 
iptables



More information about the netfilter-cvslog mailing list