[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-3.1.2-410-gd4c7c2c

OISF Git noreply at openinfosecfoundation.org
Mon Oct 3 12:27: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  d4c7c2c2c706f3ab604fd0f4f459cb2c5807a9da (commit)
       via  09c3e1dd8ad8d695c6c1b4916382b4202d60c7bd (commit)
       via  a6854147be6103d5c33e2c20411cc316c20d13f6 (commit)
       via  214e97814ccb1a617acbbebcd1848f3ec229a658 (commit)
       via  bec128bbf949b17838908c694c2fa00d65f9ad86 (commit)
       via  f80ce51ddfaf8bd96c12106e60b19525c75074cb (commit)
       via  96c28b2995e9681cb6e5ca15b891415c8501369b (commit)
       via  4a190e07a608633dc7c8e58ce6beab717399d677 (commit)
       via  46f5f4cff81411c1d40997b2e393ab20df219f88 (commit)
      from  a3a175747213f38b19af28af262b5c6b80344650 (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 d4c7c2c2c706f3ab604fd0f4f459cb2c5807a9da
Author: Victor Julien <victor at inliniac.net>
Date:   Mon Oct 3 09:53:13 2016 +0200

    cygwin: leave magic-file commented out in yaml

commit 09c3e1dd8ad8d695c6c1b4916382b4202d60c7bd
Author: Jason Ish <ish at unx.ca>
Date:   Sat Sep 24 08:01:02 2016 -0600

    pcap-log: cleanup allocations at exit
    
    Particularly in multi-mode, allocations made for each thread were
    not being cleaned.
    
    ASAN reports no leaks now on exit.

commit a6854147be6103d5c33e2c20411cc316c20d13f6
Author: Jason Ish <ish at unx.ca>
Date:   Sun Sep 25 19:28:23 2016 -0600

    pcap-log config: sguil-base-dir -> dir and update comment
    
    The code already looks for "dir" first instead of
    "squil-base-dir", and already respects this configuration
    parameter in other modes than the "sguil" mode.
    
    Coda will still access "sguil-base-dir".

commit 214e97814ccb1a617acbbebcd1848f3ec229a658
Author: Jason Ish <ish at unx.ca>
Date:   Thu Sep 29 14:25:43 2016 -0600

    doc: bring in unix socket interaction from wiki

commit bec128bbf949b17838908c694c2fa00d65f9ad86
Author: Jason Ish <ish at unx.ca>
Date:   Wed Sep 28 15:25:48 2016 -0600

    doc: attempt to parse version if not in environment
    
    Should fix the version displayed on readthedocs.

commit f80ce51ddfaf8bd96c12106e60b19525c75074cb
Author: Victor Julien <victor at inliniac.net>
Date:   Mon Oct 3 08:33:11 2016 +0200

    unix-socket: don't try to change permissions on BSD
    
    On BSD using fchmod on a socket is not supported and will result
    in EINVAL.

commit 96c28b2995e9681cb6e5ca15b891415c8501369b
Author: Victor Julien <victor at inliniac.net>
Date:   Sun Oct 2 23:29:38 2016 +0200

    bug 1353: don't cut off last char of unix path

commit 4a190e07a608633dc7c8e58ce6beab717399d677
Author: Victor Julien <victor at inliniac.net>
Date:   Sun Oct 2 22:49:32 2016 +0200

    pcre: disable JIT if RWX pages not supported

commit 46f5f4cff81411c1d40997b2e393ab20df219f88
Author: Victor Julien <victor at inliniac.net>
Date:   Sun Oct 2 22:39:29 2016 +0200

    util: add facility to check for RWX page support
    
    Some code won't work well when the OS doesn't allow RWX pages. This
    page introduces a check for runtime evaluation of the OS' policy on
    this.
    
    Thanks to Shawn Webb from HardenedBSD for suggesting this solution.

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

Summary of changes:
 configure.ac                                  |   1 -
 doc/userguide/conf.py                         |  15 +-
 doc/userguide/index.rst                       |   1 +
 doc/userguide/unix-socket.rst                 | 229 ++++++++++++++++++++++++++
 src/Makefile.am                               |   1 +
 src/detect-pcre.c                             |  26 ++-
 src/log-pcap.c                                |  27 +++
 src/unix-manager.c                            |   8 +-
 src/util-pages.c                              |  58 +++++++
 src/{detect-engine-profile.h => util-pages.h} |  21 ++-
 suricata.yaml.in                              |   6 +-
 11 files changed, 375 insertions(+), 18 deletions(-)
 create mode 100644 doc/userguide/unix-socket.rst
 create mode 100644 src/util-pages.c
 copy src/{detect-engine-profile.h => util-pages.h} (65%)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list