conntrack-tools branch, vyatta/expect, updated. conntrack-tools-1.0.0-13-gdd71566

Pablo Neira Ayuso netfilter-cvslog-bounces at lists.netfilter.org
Thu Oct 27 13:19:45 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 "conntrack-tools".

The branch, vyatta/expect has been updated
  discards  592dde9d82a3d36e5dd24ffc6f9627255f6fcd7f (commit)
  discards  e0c9136c774751a5a38979a32c634da43dd3e768 (commit)
  discards  bd03a1d928582d99d7636a56980a6b14a331bd62 (commit)
  discards  8f5bb2c7aeebb31b0048972ecd96a95783a9bf04 (commit)
  discards  0e552be16673c92f64a4114193a56d965672ce8c (commit)
  discards  6da2810dd73d7b39ffe781ea0c110869ac158406 (commit)
       via  dd71566a918b06c6e3851ec30095e67045640be5 (commit)
       via  b8ecd120c74c3b6778bb63996ecdc3e5e2770df6 (commit)
       via  15c1191629a2a0e987ffd79d1d489c683acfbaef (commit)
       via  afdd53cb9e2eb00bb5ec8a38f80c33bc65af570b (commit)
       via  4513bf4e7857150400f4c66d0d9df4596382202d (commit)
       via  30879bb9f43ce337342dda6cd7ec4ff33cf18126 (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (592dde9d82a3d36e5dd24ffc6f9627255f6fcd7f)
            \
             N -- N -- N (dd71566a918b06c6e3851ec30095e67045640be5)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

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 dd71566a918b06c6e3851ec30095e67045640be5
Author: Pablo Neira Ayuso <pablo at netfilter.org>
Date:   Thu Oct 27 13:01:40 2011 +0200

    conntrackd: initial support for expectations (imcomplete!)
    
    This patch adds initial support to synchronize expectations.
    Note that *it is imcomplete*. Currently, it only adds and
    deletes the expectation in the internal cache:
    
    You have to enable the expectation support in the configuration
    file with the following option:
    
    Sync {
    	...
    	Options {
    		ExpectationSync On
    	}
    }
    
    Still needs to be implemented:
    - Initial dump of the expect table.
    - The object to message build/parse functions.
    - The direct injection.
    - Commit operation.
    - Flush operation.
    - User-space filtering.
    
    Among others.
    
    You'll have to get a fresh working copy of libnetfilter_conntrack,
    otherwise you'll hit one assertion in nfct_cmp().
    
    Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>

commit b8ecd120c74c3b6778bb63996ecdc3e5e2770df6
Author: Pablo Neira Ayuso <pablo at netfilter.org>
Date:   Thu Oct 27 12:18:34 2011 +0200

    conntrackd: generalize local handler actions
    
    This patch prepares the introduction of actions with the expectation
    table. Mostly renamings.
    
    Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>

commit 15c1191629a2a0e987ffd79d1d489c683acfbaef
Author: Pablo Neira Ayuso <pablo at netfilter.org>
Date:   Wed Oct 26 12:54:13 2011 +0200

    conntrackd: generalize/cleanup network message building/parsing
    
    This patch generalizes the network message building and parsing
    to prepare the upcoming expectation support.
    
    Basically, it renames:
    
    - NET_T_STATE_* by NET_T_STATE_CT_*, as I plan to add NET_T_STATE_EXP_*
    - BUILD_NETMSG by BUILD_NETMSG_FROM_CT, and build_payload by ct2msg.
      I plan to add exp2msg.
    - parse_payload by msg2ct, since I plan to add msg2exp.
    - object_status_to_network_type by ct_object_status_to_network_type, as
      we will have exp_object_status_to_network_type at some point.
    - add prefix ct_ to all parsing functions in parse.c, as we will have
      similar functions to convert messages to expectation objects.
    
    Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>

commit afdd53cb9e2eb00bb5ec8a38f80c33bc65af570b
Author: Pablo Neira Ayuso <pablo at netfilter.org>
Date:   Thu Oct 27 12:04:50 2011 +0200

    conntrackd: generalize external handlers to prepare expectation support
    
    This patch contains cleanups to prepare the expectation support for
    external handlers. Mostly renamings.
    
    I have also updated the file headers to include Vyatta in the copyright
    statement.
    
    Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>

commit 4513bf4e7857150400f4c66d0d9df4596382202d
Author: Pablo Neira Ayuso <pablo at netfilter.org>
Date:   Tue Oct 25 08:07:42 2011 +0200

    conntrackd: generalize internal handlers to prepare expectation support
    
    This patch contains cleanups to prepare the expectation support for
    internal handlers. Mostly renamings.
    
    I have also updated the file headers to include Vyatta in the copyright
    statement.
    
    Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>

commit 30879bb9f43ce337342dda6cd7ec4ff33cf18126
Author: Pablo Neira Ayuso <pablo at netfilter.org>
Date:   Mon Oct 24 12:16:02 2011 +0200

    conntrackd: generalize caching infrastructure
    
    This patch generalizes the caching infrastructure to store different
    object types. This patch is the first in the series to prepare
    support for the synchronization of expectations.
    
    Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>

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

Summary of changes:
 src/cache-ct.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
conntrack-tools



More information about the netfilter-cvslog mailing list