[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-4.0.0-rc2-20-gdbd2d7c

OISF Git noreply at openinfosecfoundation.org
Fri Jul 21 13:15:40 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  dbd2d7c05805e2033018abb7412275cfa815b109 (commit)
       via  e087d938833bbf4665fc90ddb66c6913e570a895 (commit)
       via  d32ba60b517b16e1cc823edb1c4f1320baf60166 (commit)
       via  c02739e535e6b6cf5311f78b7c9d8c88f1760a5a (commit)
       via  d1e839eabcc64827fcb4df42ddec339d7931bc84 (commit)
       via  8c31cd4beae952238398a5889b6d6d01d922854b (commit)
       via  d1b6be99def9d4ae71628b28889107999dbc998f (commit)
       via  5ea58fe3c4e21707edca95a4e373a30284850395 (commit)
       via  afed6fe4a2240860ee2801e0c89811af0182493f (commit)
       via  90e612d3e4c07440089512e9c7f6cacc47e7686a (commit)
       via  83c385a98fd631e5102e210c559d4ec9adddbdf5 (commit)
       via  fd025ba3f5f8a01cc35cc817b376ff04aabe2cd7 (commit)
       via  16921b6b99acc5467b04dc992765c057cf1875a3 (commit)
       via  6a4cefb7c58cb4442fb1b3bf55c892e6e8d1d867 (commit)
       via  f715b0ae6b4ad512936007372e56b7ab2c76b006 (commit)
       via  95a781d4b208ea8d82b9e0e21038f0fd6e0f1345 (commit)
       via  59d69666ea4a0872447f8232dd31500544978ef0 (commit)
       via  92f15b7ffbcf0836b770fda78969c36cf16d4d35 (commit)
      from  3063851d85528c05991cfa6678a39079a24e56ea (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 dbd2d7c05805e2033018abb7412275cfa815b109
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Jul 19 12:45:39 2017 +0200

    detect: more gracefully handle mpm prepare failure
    
    Exit with error instead of using the detection engine in a broken state.
    
    Bug #2187

commit e087d938833bbf4665fc90ddb66c6913e570a895
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Jul 19 12:16:48 2017 +0200

    detect: reject dsize rules that can't match
    
    Rules can contain conflicting statements and lead to a unmatchable rule.
    
    2 examples are rejected by this patch:
    
    1. dsize < content
    2. dsize < content at offset
    
    Bug #2187

commit d32ba60b517b16e1cc823edb1c4f1320baf60166
Author: Sebastian Garcia <eldraco at gmail.com>
Date:   Fri Jul 14 16:30:48 2017 +0200

    Update public-data-sets.rst with stratosphere project
    
    Add the datasets of the Stratosphere project to the list.

commit c02739e535e6b6cf5311f78b7c9d8c88f1760a5a
Author: Victor Julien <victor at inliniac.net>
Date:   Sat Jul 15 10:00:57 2017 +0200

    mingw: don't try to build unix socket

commit d1e839eabcc64827fcb4df42ddec339d7931bc84
Author: Victor Julien <victor at inliniac.net>
Date:   Sat Jul 15 09:48:40 2017 +0200

    windows: use wpcap instead of pcap
    
    Windows pcap libraries such as winpcap all use a library name of
    wpcap instead of just pcap. Support this in configure.

commit 8c31cd4beae952238398a5889b6d6d01d922854b
Author: Victor Julien <victor at inliniac.net>
Date:   Mon Jul 17 10:09:01 2017 +0200

    win32: minor compile warning fixes

commit d1b6be99def9d4ae71628b28889107999dbc998f
Author: Victor Julien <victor at inliniac.net>
Date:   Fri Jul 14 21:12:50 2017 +0200

    mingw: fix random function

commit 5ea58fe3c4e21707edca95a4e373a30284850395
Author: Victor Julien <victor at inliniac.net>
Date:   Fri Jul 14 21:06:37 2017 +0200

    cocci: add test to check for uint use
    
    uint is non-standard and not supported by MinGW. So ban it's use.
    
    spatch file by Eric Leblond.

commit afed6fe4a2240860ee2801e0c89811af0182493f
Author: Victor Julien <victor at inliniac.net>
Date:   Fri Jul 14 21:03:04 2017 +0200

    cleanup: remove all uint use

commit 90e612d3e4c07440089512e9c7f6cacc47e7686a
Author: Victor Julien <victor at inliniac.net>
Date:   Fri Jul 14 21:30:36 2017 +0200

    cocci: ban memmem

commit 83c385a98fd631e5102e210c559d4ec9adddbdf5
Author: Jason Ish <ish at unx.ca>
Date:   Fri Jul 14 13:31:10 2017 -0600

    dnp3: use BasicSearch instead of memmem
    
    Mingw doesn't support memmem.

commit fd025ba3f5f8a01cc35cc817b376ff04aabe2cd7
Author: Jason Ish <ish at unx.ca>
Date:   Fri Jul 14 09:09:33 2017 -0600

    rust: require jansson for rust build

commit 16921b6b99acc5467b04dc992765c057cf1875a3
Author: Jason Ish <ish at unx.ca>
Date:   Fri Jul 14 08:28:44 2017 -0600

    travis: enable strict rust; use rust 1.15.0
    
    Adds --enable-rust-strict to fail on warnings. Also update
    the minimum Rust version from 1.7.0 to 1.15.0.

commit 6a4cefb7c58cb4442fb1b3bf55c892e6e8d1d867
Author: Jason Ish <ish at unx.ca>
Date:   Fri Jul 14 08:26:30 2017 -0600

    rust: --enable-rust-strict to turn warnings into errors

commit f715b0ae6b4ad512936007372e56b7ab2c76b006
Author: Jason Ish <ish at unx.ca>
Date:   Mon Jul 17 15:07:27 2017 -0600

    doc: add pid-file section to suricata.yaml doc
    
    Redmine issue:
    https://redmine.openinfosecfoundation.org/issues/2104

commit 95a781d4b208ea8d82b9e0e21038f0fd6e0f1345
Author: Jason Ish <ish at unx.ca>
Date:   Mon Jul 17 14:58:57 2017 -0600

    suricata.yaml: better comment on pid-file option
    
    Redmine issue:
    https://redmine.openinfosecfoundation.org/issues/2104

commit 59d69666ea4a0872447f8232dd31500544978ef0
Author: Jason Ish <ish at unx.ca>
Date:   Mon Jul 17 14:55:20 2017 -0600

    doc: add more details to log rotation doc

commit 92f15b7ffbcf0836b770fda78969c36cf16d4d35
Author: Jason Ish <ish at unx.ca>
Date:   Mon Jul 17 11:42:18 2017 -0600

    doc: move log rotation to output section

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

Summary of changes:
 .travis.yml                                   |  10 +--
 configure.ac                                  |  31 ++++++--
 doc/userguide/configuration/index.rst         |   1 -
 doc/userguide/configuration/log-rotation.rst  |  24 ------
 doc/userguide/configuration/suricata-yaml.rst |  24 ++++++
 doc/userguide/output/eve/eve-json-output.rst  |   2 +
 doc/userguide/output/index.rst                |   1 +
 doc/userguide/output/log-rotation.rst         |  47 ++++++++++++
 doc/userguide/public-data-sets.rst            |   2 +
 qa/coccinelle/Makefile.am                     |   1 +
 qa/coccinelle/banned-functions.cocci          |   2 +-
 qa/coccinelle/uint.cocci                      |  13 ++++
 rust/Cargo.toml.in                            |   1 +
 rust/Makefile.am                              |  10 +--
 rust/src/lib.rs                               |   2 +
 src/app-layer-dnp3.c                          |   2 +-
 src/app-layer.c                               |   4 +-
 src/decode-afl.c                              |   6 +-
 src/detect-content.c                          |  40 ++++++++++
 src/detect-content.h                          |   1 +
 src/detect-dsize.c                            |  97 ++++++++++++++++++++++++
 src/detect-dsize.h                            |   4 +
 src/detect-engine-filedata-smtp.c             |   3 +-
 src/detect-engine-hcbd.c                      |   4 +-
 src/detect-engine-hsbd.c                      |   2 +-
 src/detect-engine-mpm.c                       |  31 ++++----
 src/detect-engine-mpm.h                       |   4 +-
 src/detect-engine-state.c                     |  14 ++--
 src/detect-http-header-common.c               |   4 +-
 src/detect-http-header-names.c                |   3 +-
 src/detect-parse.c                            |  40 ++++++++++
 src/detect.c                                  | 104 ++------------------------
 src/stream-tcp-list.c                         |   4 +-
 src/stream-tcp-reassemble.c                   |  10 +--
 src/tm-threads.c                              |   2 +-
 src/tmqh-packetpool.c                         |   2 +-
 src/unix-manager.c                            |   4 +-
 src/util-logopenfile.c                        |  32 ++++++--
 src/util-random.c                             |   2 +-
 src/util-streaming-buffer.c                   |  36 ++++-----
 src/win32-service.c                           |   4 +-
 suricata.yaml.in                              |   5 +-
 42 files changed, 417 insertions(+), 218 deletions(-)
 delete mode 100644 doc/userguide/configuration/log-rotation.rst
 create mode 100644 doc/userguide/output/log-rotation.rst
 create mode 100644 qa/coccinelle/uint.cocci


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list