conntrack-tools branch, master, updated. conntrack-tools-0.9.14-19-gdc72761

Pablo Neira netfilter-cvslog-bounces at lists.netfilter.org
Thu Jul 1 14:19:19 CEST 2010


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 "conntrack-tools".

The branch, master has been updated
       via  dc727615d7fb0f06dbaeb926ed236e75d47f157a (commit)
       via  ad33006a162fc6202de096a8f6d65a7c841da1ce (commit)
       via  142606c60808b3ab0496155ac3d086765e6baef3 (commit)
       via  0ca9676dd9e9bdd9382954d42e39c8bdd212f966 (commit)
      from  ebff9f7226ec4077e88253991edf5e1260b98144 (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 dc727615d7fb0f06dbaeb926ed236e75d47f157a
Author: Pablo Neira Ayuso <pablo at netfilter.org>
Date:   Thu Jul 1 13:11:38 2010 +0200

    conntrack: add testsuite for NAT filtering options
    
    This patch adds the testsuite for the NAT filtering options.
    
    Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>

commit ad33006a162fc6202de096a8f6d65a7c841da1ce
Author: Pablo Neira Ayuso <pablo at netfilter.org>
Date:   Tue Jun 22 11:52:27 2010 +0200

    conntrack: add `--any-nat' to filter any NATted flow
    
    This patch adds the --any-nat option that allows to display src-NATted
    OR dst-NATted flows.
    
    Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>

commit 142606c60808b3ab0496155ac3d086765e6baef3
Author: Pablo Neira Ayuso <pablo at netfilter.org>
Date:   Mon Jun 28 12:47:16 2010 +0200

    conntrack: fix port filter with `--src-nat' and `--dst-nat'
    
    This patch allows the following command to filter port-based NAT:
    
    $ conntrack -L --dst-nat :9999
    
    Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>

commit 0ca9676dd9e9bdd9382954d42e39c8bdd212f966
Author: Pablo Neira Ayuso <pablo at netfilter.org>
Date:   Sun Feb 28 18:12:57 2010 +0100

    conntrack: put all the commands and options code together
    
    This patch is a cleanup, it puts all the commands and options code
    together. This makes easier and less error-prone the task to add
    new commands and options.
    
    Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>

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

Summary of changes:
 conntrack.8         |    3 +
 include/conntrack.h |  143 +--------------
 qa/testsuite/03nat  |   36 ++++
 src/conntrack.c     |  535 +++++++++++++++++++++++++++++++++++----------------
 4 files changed, 407 insertions(+), 310 deletions(-)
 create mode 100644 qa/testsuite/03nat


hooks/post-receive
-- 
conntrack-tools



More information about the netfilter-cvslog mailing list