[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-3.0-53-g3f3ed71

OISF Git noreply at openinfosecfoundation.org
Mon Feb 22 22:31:27 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  3f3ed71fe72cb5a1710be9138e5e4b8106ae810f (commit)
       via  654829f9697cdf0030b3ffaa25cdce9fd8803f08 (commit)
       via  40cf1f8ef73cd8688e53a5c44265aaced7dce271 (commit)
       via  acaf8a84e89293fa9d26d1c68406ab9643abc673 (commit)
       via  14030239f8907e0da991af1e9558533c5c3d3900 (commit)
       via  310e8fcbf8df6a57f159c1c86f70bfa1ecd8e220 (commit)
       via  ffdfb6a8f0151fb778ccb56a506936bc2ccf69c6 (commit)
       via  c446abeb471d8be516bf11f0106797526b7122b3 (commit)
       via  8c0e57506347357258ee53cb195d6aed39882e85 (commit)
       via  72c9debbd67698d835884de9cb863a5b814c2071 (commit)
       via  8f059b2841770791a12d26d74de2fb9c326bd609 (commit)
       via  09fe1c62d8d394dc2d839370c550a9851fe22119 (commit)
       via  3d2834a232df34af3edbb2c4e8be3eb23e9ac6f7 (commit)
      from  5f3972850996873fed821bb53368d57f59ab3812 (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 3f3ed71fe72cb5a1710be9138e5e4b8106ae810f
Author: Victor Julien <victor at inliniac.net>
Date:   Thu Feb 18 12:42:31 2016 +0100

    jansson: cleanup JSON_ESCAPE_SLASH use

commit 654829f9697cdf0030b3ffaa25cdce9fd8803f08
Author: Victor Julien <victor at inliniac.net>
Date:   Thu Feb 18 10:44:14 2016 +0100

    unix-socket: optimize response sends
    
    Instead of sending responses to clients in small chunks, send it in
    one big chunk. For this the JSON message is first serialized into
    a MemBuffer before sending.

commit 40cf1f8ef73cd8688e53a5c44265aaced7dce271
Author: Victor Julien <victor at inliniac.net>
Date:   Thu Feb 18 10:36:20 2016 +0100

    json: make membuffer helper public
    
    Make json_t to MemBuffer helper public so it can reused.

commit acaf8a84e89293fa9d26d1c68406ab9643abc673
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Feb 17 22:33:54 2016 +0100

    stats: fix dump-counters when no loggers are active

commit 14030239f8907e0da991af1e9558533c5c3d3900
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Feb 17 20:45:09 2016 +0100

    unix-socket: restore dump-counters functionality
    
    Create a eve.stats like output for dump-counters.

commit 310e8fcbf8df6a57f159c1c86f70bfa1ecd8e220
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Feb 17 20:25:47 2016 +0100

    stats: export StatsToJSON

commit ffdfb6a8f0151fb778ccb56a506936bc2ccf69c6
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Feb 17 20:19:20 2016 +0100

    json-stats: split out json generation
    
    Split out JSON generation logic so the code becomes reusable.

commit c446abeb471d8be516bf11f0106797526b7122b3
Author: Victor Julien <victor at inliniac.net>
Date:   Thu Feb 18 11:58:07 2016 +0100

    jansson: include in suricata-common.h

commit 8c0e57506347357258ee53cb195d6aed39882e85
Author: Andreas Herz <andi at geekosphere.org>
Date:   Sun Feb 21 21:54:32 2016 +0100

    configure: warn if libpcre 8.35 is used

commit 72c9debbd67698d835884de9cb863a5b814c2071
Author: Travis Green <travis at travisgreen.net>
Date:   Wed Feb 10 10:18:29 2016 -0700

    yaml: disable rules by default
    
    Change to "disable by default" rulefiles

commit 8f059b2841770791a12d26d74de2fb9c326bd609
Author: Tom DeCanio <decanio.tom at gmail.com>
Date:   Thu Feb 18 14:24:26 2016 -0800

    output-json-dns: add logging of NS answer record content.

commit 09fe1c62d8d394dc2d839370c550a9851fe22119
Author: Andreas Herz <andi at geekosphere.org>
Date:   Tue Feb 16 22:55:28 2016 +0100

    detect-tls-version: fix small resource leak

commit 3d2834a232df34af3edbb2c4e8be3eb23e9ac6f7
Author: Jason Ish <ish at unx.ca>
Date:   Thu Feb 11 14:45:23 2016 -0600

    json: use top-level sensor-name if provided.
    
    Currently the default configuration file contains a "sensor-name"
    at the root of the configuration file, however, eve-log will only
    use it if its specified under eve-log.
    
    Now we will look for it at the eve-log, if present we'll use it
    but log a deprecation warning, if its not present we'll look
    for sensor-name at the root of the configuration.

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

Summary of changes:
 configure.ac                   | 13 ++++++
 src/counters.c                 | 48 +++++++++++++++++-----
 src/counters.h                 |  3 +-
 src/detect-tls-version.c       |  1 +
 src/output-json-alert.c        |  1 -
 src/output-json-alert.h        |  1 -
 src/output-json-dns.c          |  4 +-
 src/output-json-drop.c         |  1 -
 src/output-json-email-common.c |  1 -
 src/output-json-file.c         |  1 -
 src/output-json-flow.c         |  1 -
 src/output-json-http.c         |  1 -
 src/output-json-http.h         |  1 -
 src/output-json-netflow.c      |  1 -
 src/output-json-smtp.c         |  1 -
 src/output-json-smtp.h         |  1 -
 src/output-json-ssh.c          |  1 -
 src/output-json-ssh.h          |  1 -
 src/output-json-stats.c        | 63 +++++++++++++++++------------
 src/output-json-stats.h        |  9 +++++
 src/output-json-template.c     |  1 -
 src/output-json-tls.c          |  1 -
 src/output-json-tls.h          |  1 -
 src/output-json.c              | 37 ++++++++---------
 src/output-json.h              | 14 +++++--
 src/suricata-common.h          |  7 ++++
 src/unix-manager.c             | 92 ++++++++++++++++++++++++++++++++----------
 src/util-debug.c               |  7 +---
 src/util-error.c               |  1 +
 src/util-error.h               |  1 +
 src/util-profiling-rules.c     |  7 +---
 suricata.yaml.in               | 12 +++---
 32 files changed, 218 insertions(+), 117 deletions(-)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list