ulogd2 branch, master, updated. ulogd-2.0.0beta4-43-g62be39e

Jozsef Kadlecsik netfilter-cvslog-bounces at lists.netfilter.org
Mon Jan 16 16:56:45 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 "ulogd2".

The branch, master has been updated
       via  62be39e90b8f5839cfb086c1507eeecd4e53a34c (commit)
       via  56ab48677e9636e309e45794f7b516e3744731ac (commit)
      from  eb6834109875d16b05f8b1990f28e10f3114cafd (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 62be39e90b8f5839cfb086c1507eeecd4e53a34c
Author: Jozsef Kadlecsik <kadlec at blackhole.kfki.hu>
Date:   Sun Jan 15 15:48:13 2012 +0100

    A simple filter plugin called IP2HBIN added
    
    The plugin converts the IPv4 addresses to host order for databases
    like MySQL. The expected name of the table fields are ip.hsaddr,
    ip.hdaddr, etc.
    
    Signed-off-by: Jozsef Kadlecsik <kadlec at blackhole.kfki.hu>

commit 56ab48677e9636e309e45794f7b516e3744731ac
Author: Jozsef Kadlecsik <kadlec at blackhole.kfki.hu>
Date:   Sun Jan 15 13:16:01 2012 +0100

    Support stored mysql procedures besides stored functions
    
    MySQL stored procedures must be invoked by the "CALL" SQL command and
    not by "SELECT". Add the convention that if the procedure name starts
    with "CALL", then the issued SQL command is "CALL procedurename(args)".
    
    The stored procedure support in MySQL automatically brings transaction
    support too.
    
    Signed-off-by: Jozsef Kadlecsik <kadlec at blackhole.kfki.hu>

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

Summary of changes:
 doc/ulogd.sgml                                     |    8 +
 filter/Makefile.am                                 |    6 +-
 ...logd_filter_IP2STR.c => ulogd_filter_IP2HBIN.c} |  142 ++++++++------------
 ulogd.conf.in                                      |    1 +
 util/db.c                                          |    2 +
 5 files changed, 72 insertions(+), 87 deletions(-)
 copy filter/{ulogd_filter_IP2STR.c => ulogd_filter_IP2HBIN.c} (58%)


hooks/post-receive
-- 
ulogd2



More information about the netfilter-cvslog mailing list