[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-3.2-75-ge6044aa

OISF Git noreply at openinfosecfoundation.org
Mon Jan 30 12:54:05 UTC 2017


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  e6044aaf1c572b7ef1655bdb8b122db9d8295bf1 (commit)
       via  a0580d8805cfd74b8a216d9f8d3906ebe7e41cf0 (commit)
       via  1ba15d3721343a670436ea7363b050702bb2f043 (commit)
       via  7ca466c5989f92ed2f54c5c4d7809ef05104777c (commit)
       via  816dd7b30109d78b0044c6d71772223bb080812f (commit)
       via  2eec07cc3abb1cf10ece854db501d3e82725eef0 (commit)
       via  f452df761ac0b0c0625a37c5748b8bc4c9330a29 (commit)
       via  babe8a299e92a0b4b4d0055c2b21deb53371be95 (commit)
      from  3c64cfb384dd82372644fc3ff1e6e5d0c7b82043 (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 e6044aaf1c572b7ef1655bdb8b122db9d8295bf1
Author: Sascha Steinbiss <sascha at steinbiss.name>
Date:   Fri Jan 20 15:28:41 2017 +0100

    mpm/spm: check for SSSE3 and enable/disable HS
    
    The new Hyperscan 4.4 API provides a function to check for SSSE3
    presence at runtime. This allows us to fall back to non-Hyperscan
    matchers on systems without SSSE3 even when the suricata executable
    is built with Hyperscan support. Addresses Redmine issue #2010.
    
    Signed-off-by: Sascha Steinbiss <sascha at steinbiss.name>
    Tested-by: Arturo Borrero Gonzalez <arturo at debian.org>

commit a0580d8805cfd74b8a216d9f8d3906ebe7e41cf0
Author: Victor Julien <victor at inliniac.net>
Date:   Thu Jan 26 18:05:11 2017 +0100

    stream: initialize stream segment pool from mtu
    
    If segments section in the yaml is ommitted (default) or when the
    pool size is set to 'from_mtu', the size of the pool will be MTU
    minus 40. If the MTU couldn't be determined, it's assumed to be
    1500, so the segment size for the bool will be 1460.

commit 1ba15d3721343a670436ea7363b050702bb2f043
Author: Victor Julien <victor at inliniac.net>
Date:   Fri Jan 27 10:03:39 2017 +0100

    mtu: track max mtu for capture devices

commit 7ca466c5989f92ed2f54c5c4d7809ef05104777c
Author: Victor Julien <victor at inliniac.net>
Date:   Fri Jan 27 10:15:59 2017 +0100

    shutdown: remove pid file last

commit 816dd7b30109d78b0044c6d71772223bb080812f
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Jan 25 10:13:46 2017 +0100

    startup: clean up main loop

commit 2eec07cc3abb1cf10ece854db501d3e82725eef0
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Jan 25 09:51:15 2017 +0100

    unittests: clean up registration and startup

commit f452df761ac0b0c0625a37c5748b8bc4c9330a29
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Jan 25 09:34:57 2017 +0100

    shutdown: move global shutdown steps into func

commit babe8a299e92a0b4b4d0055c2b21deb53371be95
Author: Victor Julien <victor at inliniac.net>
Date:   Tue Jan 24 12:27:35 2017 +0100

    startup/shutdown: cleanup and unify with unix mode

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

Summary of changes:
 configure.ac                  |   1 +
 src/app-layer-detect-proto.c  |   2 +-
 src/app-layer-smtp.c          |   2 +-
 src/decode.h                  |   7 +-
 src/detect-csum.c             |   2 +-
 src/detect-dns-query.c        |  14 +-
 src/detect-engine-mpm.c       |   2 +-
 src/detect-engine-payload.c   |  68 ++---
 src/detect-http-header.c      |   2 +-
 src/detect-ipproto.c          |   4 +-
 src/detect-tls-cert-issuer.c  |   2 +-
 src/detect-tls-cert-subject.c |   2 +-
 src/detect-tls-sni.c          |   4 +-
 src/runmode-unittests.c       | 141 +++++-----
 src/runmode-unix-socket.c     | 131 +++------
 src/runmodes.c                |   9 +-
 src/stream-tcp-reassemble.c   |  27 +-
 src/suricata.c                | 607 +++++++++++++++++++++---------------------
 src/suricata.h                |   6 +-
 src/unix-manager.c            |  20 +-
 src/unix-manager.h            |   2 +-
 src/util-mpm.c                |  36 ++-
 src/util-mpm.h                |  13 +-
 src/util-spm.c                |  26 +-
 suricata.yaml.in              |   4 +-
 25 files changed, 595 insertions(+), 539 deletions(-)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list