libnetfilter_conntrack branch, master, updated. libnetfilter_conntrack-0.9.1-24-g8e63e48

Pablo Neira Ayuso netfilter-cvslog-bounces at lists.netfilter.org
Wed Jan 4 17:22:06 CET 2012


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 "libnetfilter_conntrack".

The branch, master has been updated
       via  8e63e483240687ee4c4325073d84926e39416bc9 (commit)
       via  849342adcb7099d23b39192a4369908bb0259eee (commit)
       via  993fc230c9a372a503ca707937e16a23960720aa (commit)
       via  f3b203c5e4cab5ab50de19e1da0850d16266fd29 (commit)
      from  00c2c9dca32eb8eb8687b42fc6d135f35eaa5ff8 (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 8e63e483240687ee4c4325073d84926e39416bc9
Author: Pablo Neira Ayuso <pablo at netfilter.org>
Date:   Wed Jan 4 17:16:39 2012 +0100

    expect: add nfexp_cmp
    
    This patch adds nfexp_cmp that allows you to compare two expectation
    objects.
    
    This includes the extension of test_api for this new function.
    
    Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>

commit 849342adcb7099d23b39192a4369908bb0259eee
Author: Pablo Neira Ayuso <pablo at netfilter.org>
Date:   Wed Jan 4 16:45:01 2012 +0100

    expect: extend test_api for the expectation API
    
    Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>

commit 993fc230c9a372a503ca707937e16a23960720aa
Author: Pablo Neira Ayuso <pablo at netfilter.org>
Date:   Wed Jan 4 16:39:53 2012 +0100

    conntrack: fix set operation for master IPv6 src and dst
    
    They seem to be accidentally swapped. Fix this.
    
    Spotted by qa/test_api.
    
    Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>

commit f3b203c5e4cab5ab50de19e1da0850d16266fd29
Author: Pablo Neira Ayuso <pablo at netfilter.org>
Date:   Wed Jan 4 16:38:22 2012 +0100

    qa: extend test_api to validate set API for conntrack objects
    
    Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>

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

Summary of changes:
 include/internal/prototypes.h                      |    2 +
 .../libnetfilter_conntrack.h                       |    4 +
 qa/test_api.c                                      |  104 ++++++++++++++++++++
 src/conntrack/compare.c                            |   10 +-
 src/conntrack/setter.c                             |    4 +-
 src/expect/Makefile.am                             |    1 +
 src/expect/api.c                                   |   34 +++++++
 src/expect/compare.c                               |   59 +++++++++++
 8 files changed, 211 insertions(+), 7 deletions(-)
 create mode 100644 src/expect/compare.c


hooks/post-receive
-- 
libnetfilter_conntrack



More information about the netfilter-cvslog mailing list