[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-3.1-36-g2856dfd

OISF Git noreply at openinfosecfoundation.org
Tue Jul 12 20:17:04 UTC 2016


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  2856dfd1199cd1827f800f41e0e4a22723bf00ba (commit)
       via  a26e59cb6d0e9052a7383efa47eb639ea9a36238 (commit)
       via  7188c2630fc529e6bcd262b620b27b3bebe0e0f1 (commit)
       via  f397e7bfc23f632fde4c4ded5e0dfec5022bea5e (commit)
       via  fcad270d9656c9b9d498f884989838faaed4ee79 (commit)
      from  9d01ef58fcb4519608a4533496a8478a1be15f7b (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 2856dfd1199cd1827f800f41e0e4a22723bf00ba
Author: Victor Julien <victor at inliniac.net>
Date:   Tue Jul 12 17:07:25 2016 +0200

    output lua: improve debugging output

commit a26e59cb6d0e9052a7383efa47eb639ea9a36238
Author: Victor Julien <victor at inliniac.net>
Date:   Tue Jul 12 17:07:10 2016 +0200

    output lua: set proper logging progress values

commit 7188c2630fc529e6bcd262b620b27b3bebe0e0f1
Author: Victor Julien <victor at inliniac.net>
Date:   Tue Jul 12 08:49:48 2016 +0200

    outputs: small code cleanup

commit f397e7bfc23f632fde4c4ded5e0dfec5022bea5e
Author: Jason Ish <ish at unx.ca>
Date:   Mon Jul 11 11:35:51 2016 -0600

    dns: directional logging
    
    Register loggers for to server and to client so requests
    and responses can be logged independently of each other.
    
    This results in the request log having the actual timestamp of
    the request instead of the reply.

commit fcad270d9656c9b9d498f884989838faaed4ee79
Author: Jason Ish <ish at unx.ca>
Date:   Mon Jul 11 11:34:45 2016 -0600

    logging: setup all registered loggers for a name
    
    When setting up a configured logger, do so for all registered
    loggers of that name instead of just the first registered one.
    
    This allows a logger to register itself more than once, which
    can allow for independent logging of requests and replies without
    touching the core transaction handling logic.
    
    We do this so just having "dns" in the eve-log can configured
    multiple "dns" loggers instead of having something like "dns-tc"
    and "dns-ts" in the configuration file.

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

Summary of changes:
 src/output-json-dns.c |  34 ++++++--
 src/output-lua.c      |   6 ++
 src/output-tx.c       |  19 +++--
 src/output.c          |  11 ++-
 src/output.h          |   3 +
 src/runmodes.c        | 224 ++++++++++++++++++++++++++++----------------------
 6 files changed, 183 insertions(+), 114 deletions(-)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list