[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-3.2beta1-34-g43aed70

OISF Git noreply at openinfosecfoundation.org
Fri Oct 7 08:50:15 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  43aed70976762a9e80c0938603c5ccdf4974abde (commit)
       via  0e3112460959811d5e2e8a890d8f74e27bd0ebbd (commit)
       via  d3fb4de1b54fe63f2e72d2d43736729900a44928 (commit)
       via  664f9aa9068dccfde49c64ca8dd2d1bc049262a6 (commit)
       via  c81aaeda7bbfa92cef5ad7a6f577ba607b528a1e (commit)
       via  3fab684f974e6f13c3bf217029501e2cd1e4fe67 (commit)
       via  0bce4b5534d4a3bc5181216d1f5b3e8e81a99cf8 (commit)
       via  d80914d350fcc943b24b78e8eca94cc6892e483c (commit)
       via  e24c3937b3e4da44a746896e897739ed464018cf (commit)
       via  80bd59ae86e25962cd7a318b670d9bd8176aa7e6 (commit)
       via  48274218df6ceac0c7fb864e93e8ad30ed2aa049 (commit)
       via  f64decf5e2b0d366b3f0b98dfc094246f8d92050 (commit)
       via  729fd2e406acddcdff9785032833992a9eb17813 (commit)
       via  e5ee665f2482367ab2d023be075c5593973e2031 (commit)
       via  f867bb61e669a00ff9417efbee23a6bc45b3409e (commit)
       via  40af9aad025217b3ea70450f690e668e3c7240cc (commit)
      from  6a831f8125c256009946688a9bf7a1e1ae789d7c (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 43aed70976762a9e80c0938603c5ccdf4974abde
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Oct 5 10:19:01 2016 +0200

    detect: during detection sgh is read only so turn into const

commit 0e3112460959811d5e2e8a890d8f74e27bd0ebbd
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Oct 5 10:12:27 2016 +0200

    detect: add util func for post-inspect tasks on first sgh

commit d3fb4de1b54fe63f2e72d2d43736729900a44928
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Oct 5 09:44:41 2016 +0200

    detect: move file flags update into it's own function

commit 664f9aa9068dccfde49c64ca8dd2d1bc049262a6
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Oct 5 09:25:19 2016 +0200

    flow: use BIT_U32 for flags

commit c81aaeda7bbfa92cef5ad7a6f577ba607b528a1e
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Oct 5 09:16:25 2016 +0200

    flow: move file flags into their own variable
    
    Move FLOW_FILE_* flags into Flow::file_flags. Rename them to
    FLOWFILE_* so non updated code will break.

commit 3fab684f974e6f13c3bf217029501e2cd1e4fe67
Author: Jason Ish <ish at unx.ca>
Date:   Thu Oct 6 09:59:13 2016 -0600

    logging: don't log that json is disabled in each logger
    
    A warning log is already emitted if eve-log is enabled in the
    configuration but json support is not built so the logger
    registration functions can be silent.

commit 0bce4b5534d4a3bc5181216d1f5b3e8e81a99cf8
Author: Jason Ish <ish at unx.ca>
Date:   Thu Oct 6 11:08:40 2016 -0600

    macOS: thread return value affects newer macOS as well
    
    ALl OS X/macOS versions since 10.10 return EDEADLK here instead
    of EBUSY. Assume they will moving forward as well.

commit d80914d350fcc943b24b78e8eca94cc6892e483c
Author: Victor Julien <victor at inliniac.net>
Date:   Fri Oct 7 10:10:30 2016 +0200

    doc: move rule reload and adding rules into rule-management

commit e24c3937b3e4da44a746896e897739ed464018cf
Author: Victor Julien <victor at inliniac.net>
Date:   Fri Oct 7 10:06:05 2016 +0200

    doc: add rule-management chapter

commit 80bd59ae86e25962cd7a318b670d9bd8176aa7e6
Author: Victor Julien <victor at inliniac.net>
Date:   Fri Oct 7 09:58:10 2016 +0200

    doc: improve install doc, configure

commit 48274218df6ceac0c7fb864e93e8ad30ed2aa049
Author: Victor Julien <victor at inliniac.net>
Date:   Fri Oct 7 09:57:44 2016 +0200

    doc: multi-tenancy is not work in progress

commit f64decf5e2b0d366b3f0b98dfc094246f8d92050
Author: Victor Julien <victor at inliniac.net>
Date:   Fri Oct 7 09:57:02 2016 +0200

    doc: clean up log rotation

commit 729fd2e406acddcdff9785032833992a9eb17813
Author: Victor Julien <victor at inliniac.net>
Date:   Fri Oct 7 09:56:22 2016 +0200

    doc: update libcap-ng doc

commit e5ee665f2482367ab2d023be075c5593973e2031
Author: Victor Julien <victor at inliniac.net>
Date:   Fri Oct 7 09:55:50 2016 +0200

    doc: rewrite rule reload doc

commit f867bb61e669a00ff9417efbee23a6bc45b3409e
Author: Victor Julien <victor at inliniac.net>
Date:   Thu Oct 6 19:23:32 2016 +0200

    http: fix memory leak in error path

commit 40af9aad025217b3ea70450f690e668e3c7240cc
Author: Victor Julien <victor at inliniac.net>
Date:   Thu Oct 6 17:49:21 2016 +0200

    streaming: improve error handling
    
    When memory allocations happened in HTTP body and general file
    tracking, malloc/realloc errors (most likely in the form of memcap
    reached conditions) could lead to an endless loop in the buffer
    grow logic.
    
    This patch implements proper error handling for all Append/Insert
    functions for the streaming API, and it explicitly enables compiler
    warnings if the results are ignored.

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

Summary of changes:
 configure.ac                                       |   3 +-
 doc/userguide/Makefile.am                          |   3 +-
 .../configuration/dropping-privileges.rst          |  19 ++-
 doc/userguide/configuration/log-rotation.rst       |   7 +-
 doc/userguide/configuration/multi-tenant.rst       |   4 -
 doc/userguide/index.rst                            |   2 +-
 doc/userguide/install.rst                          |  26 +++-
 .../adding-your-own-rules.rst                      |   2 +-
 doc/userguide/rule-management/index.rst            |   8 +
 doc/userguide/{ => rule-management}/oinkmaster.rst |   0
 .../oinkmaster/oinkmasterconf.png                  | Bin
 .../oinkmaster/suricata_yaml.png                   | Bin
 doc/userguide/rule-management/rule-reload.rst      |  23 +++
 doc/userguide/rules/index.rst                      |   2 -
 doc/userguide/rules/intro.rst                      |   2 +-
 doc/userguide/rules/live-rule-swap.rst             |  64 --------
 src/app-layer-htp-body.c                           |  13 +-
 src/app-layer-htp-file.c                           |   4 +-
 src/app-layer-smtp.c                               |   2 +-
 src/detect-engine-state.c                          |   2 +-
 src/detect.c                                       | 169 +++++++++------------
 src/detect.h                                       |   2 +-
 src/flow-util.h                                    |   2 +
 src/flow.h                                         |  84 +++++-----
 src/output-json-alert.c                            |   1 -
 src/output-json-dns.c                              |   1 -
 src/output-json-drop.c                             |   1 -
 src/output-json-file.c                             |   1 -
 src/output-json-flow.c                             |   1 -
 src/output-json-http.c                             |   1 -
 src/output-json-netflow.c                          |   1 -
 src/output-json-smtp.c                             |   1 -
 src/output-json-ssh.c                              |   1 -
 src/output-json-stats.c                            |   1 -
 src/output-json-template.c                         |   2 -
 src/output-json-tls.c                              |   1 -
 src/threads.c                                      |   7 +-
 src/util-file.c                                    |  48 +++---
 src/util-streaming-buffer.c                        | 168 +++++++++++---------
 src/util-streaming-buffer.h                        |  14 +-
 40 files changed, 332 insertions(+), 361 deletions(-)
 rename doc/userguide/{rules => rule-management}/adding-your-own-rules.rst (96%)
 create mode 100644 doc/userguide/rule-management/index.rst
 rename doc/userguide/{ => rule-management}/oinkmaster.rst (100%)
 rename doc/userguide/{ => rule-management}/oinkmaster/oinkmasterconf.png (100%)
 rename doc/userguide/{ => rule-management}/oinkmaster/suricata_yaml.png (100%)
 create mode 100644 doc/userguide/rule-management/rule-reload.rst
 delete mode 100644 doc/userguide/rules/live-rule-swap.rst


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list