libnetfilter_queue branch, master, updated. libnetfilter_queue-0.0.17-13-gb775a05

Pablo Neira netfilter-cvslog-bounces at lists.netfilter.org
Sun Jul 11 14:24:21 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 "libnetfilter_queue".

The branch, master has been updated
       via  b775a05ba376c68615fe5134ce291889c035f844 (commit)
       via  b4fae77ab6e9e0c6fd83c35805dd7ba0169c7871 (commit)
      from  9ab22d56d0ae15e10904c52417d2417e4400ea30 (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 b775a05ba376c68615fe5134ce291889c035f844
Author: Pablo Neira Ayuso <pablo at netfilter.org>
Date:   Sun Jul 11 13:22:29 2010 +0200

    nfq: consistent nfq_snprintf_xml() return value with snprintf()
    
    With this patch, nfq_snprintf_xml() returns the number of characters
    printed. If the output was truncated, then the return value is the
    number of characters that would have been written if enough space
    had been available. This makes nfq_snprintf_xml() consistent with
    the behaviour of snprintf().
    
    Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>

commit b4fae77ab6e9e0c6fd83c35805dd7ba0169c7871
Author: Pablo Neira Ayuso <pablo at netfilter.org>
Date:   Sun Jul 11 13:42:28 2010 +0200

    nfq: fix compilation warning in nfq_snprintf_xml()
    
    In 21fd1834b5ce0a1f5b590f7e1ad23bba64fbafdf, we changed nfq_get_payload()
    to take an unsigned char * instead of signed char *.
    
    Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>

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

Summary of changes:
 src/libnetfilter_queue.c |  121 +++++++++++++++++++++++----------------------
 1 files changed, 62 insertions(+), 59 deletions(-)


hooks/post-receive
-- 
libnetfilter_queue



More information about the netfilter-cvslog mailing list