libnetfilter_conntrack branch, master, updated. libnetfilter_conntrack-0.9.0-47-gbe4fb61

Pablo Neira Ayuso netfilter-cvslog-bounces at lists.netfilter.org
Thu Feb 17 18:55:37 CET 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 "libnetfilter_conntrack".

The branch, master has been updated
       via  be4fb61b6e85a218879adda4e41abec8909d5653 (commit)
      from  9f53603a10aa738d6f5a41a061bc3e1182c42d0c (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 be4fb61b6e85a218879adda4e41abec8909d5653
Author: Pablo Neira Ayuso <pablo at netfilter.org>
Date:   Mon Jan 17 00:11:46 2011 +0100

    conntrack: deprecate nfct_sizeof() and nfct_maxsize() functions
    
    These functions are evil since they allow the use of memcpy() instead
    of nfct_copy(). This is a problem because it violates the design
    principle that the library follows, that is to provide opaque objects
    in which the client code does not care on the binary layout.
    
    Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>

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

Summary of changes:
 .../libnetfilter_conntrack.h                       |    4 ++--
 src/conntrack/api.c                                |    4 ++++
 2 files changed, 6 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
libnetfilter_conntrack



More information about the netfilter-cvslog mailing list