[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-1.2beta1-20-g7fb78a0

noreply at openinfosecfoundation.org noreply at openinfosecfoundation.org
Wed Jan 4 10:57:55 UTC 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 "OISF".

The branch, master has been updated
       via  7fb78a0ff6ffe734efff16ff35be57438c88d980 (commit)
       via  08f3ef7685e8fbce03020a087640b593e136da73 (commit)
       via  1bebb9831d8da8b6817bd4de80029d5fd9152037 (commit)
       via  05f562fdc301919dc8333bbe86801dab346d41a3 (commit)
       via  9545a56426c8a7dc52aebbac1d9307d685086ced (commit)
       via  6f1b40dd4b5fd2377815fe3a9c233c960aeb7391 (commit)
       via  58855494c10dc03277c31d7c6eeea54ff029c946 (commit)
       via  ef3951d914823038ce7dfe2a57a9e4bd98dc70ce (commit)
      from  c9085745455dd575d91e49031518b709e6f87d7d (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 7fb78a0ff6ffe734efff16ff35be57438c88d980
Author: Eric Leblond <eric at regit.org>
Date:   Wed Jan 4 11:53:51 2012 +0100

    Fix compilation warning.

commit 08f3ef7685e8fbce03020a087640b593e136da73
Author: Victor Julien <victor at inliniac.net>
Date:   Tue Jan 3 15:38:06 2012 +0100

    Reshuffle version printing so -V prints it only once.

commit 1bebb9831d8da8b6817bd4de80029d5fd9152037
Author: Eric Leblond <eric at regit.org>
Date:   Mon Dec 19 15:32:43 2011 +0100

    logging: don't display debug message before setting params.

commit 05f562fdc301919dc8333bbe86801dab346d41a3
Author: Eric Leblond <eric at regit.org>
Date:   Mon Dec 19 14:49:59 2011 +0100

    logging: use SCLogDebug instead of printf
    
    This patch uses SCLogDebug instead of printf to enable filtering
    of the log message by the log filtering option.

commit 9545a56426c8a7dc52aebbac1d9307d685086ced
Author: Eric Leblond <eric at regit.org>
Date:   Fri Dec 9 10:25:20 2011 +0100

    ipfw: suppress poll before sendto
    
    Calling poll before using sendto seems a bit overkill.

commit 6f1b40dd4b5fd2377815fe3a9c233c960aeb7391
Author: Eric Leblond <eric at regit.org>
Date:   Thu Dec 8 14:16:40 2011 +0100

    ipfw: don't use socket lock in 'worker' mode
    
    This patch is the IPFW version of NFQ latest patch.

commit 58855494c10dc03277c31d7c6eeea54ff029c946
Author: Eric Leblond <eric at regit.org>
Date:   Thu Dec 8 13:48:38 2011 +0100

    nfq: do not use mutex in 'worker' mode
    
    Using a mutex on the queue handle is not necessary in 'worker' mode
    as there is no concurrent access to it.

commit ef3951d914823038ce7dfe2a57a9e4bd98dc70ce
Author: Eric Leblond <eric at regit.org>
Date:   Thu Dec 8 13:51:19 2011 +0100

    runmode: export running mode
    
    This will permit to put some optimisation in different components.
    This is done via the RunmodeGetActive() function.

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

Summary of changes:
 src/detect-uricontent.c |   17 +++++++++---
 src/runmodes.c          |   19 ++++++++++++++
 src/runmodes.h          |    2 +
 src/source-ipfw.c       |   63 +++++++++++++++++++++++++++++++++-------------
 src/source-ipfw.h       |    1 +
 src/source-nfq.c        |   59 ++++++++++++++++++++++++++++++++-----------
 src/source-nfq.h        |    1 +
 src/suricata.c          |   19 +++++++++----
 src/util-debug.c        |   24 +++++++++---------
 src/util-debug.h        |    1 +
 10 files changed, 151 insertions(+), 55 deletions(-)


hooks/post-receive
-- 
OISF



More information about the Oisf-devel mailing list