[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-4.0.0-rc2-30-gfc22943

OISF Git noreply at openinfosecfoundation.org
Wed Jul 26 14:20:42 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  fc229430f821d8809b90577beb1a6ace14d2b84b (commit)
       via  00d4ba5c9cfcfbcc1499f9c2dc4148eb3098d372 (commit)
       via  cd0fb1ab1adefc682bbfa62287812671bdf5fafa (commit)
       via  31daf435794c93a3908079ef9fcb099e62afe18c (commit)
       via  e5eb0bbe32ad18ea6c1f8c0dd575a338858cdb8e (commit)
       via  cc82ef065c8bf22352a62d4e9b578fafc936fc83 (commit)
       via  2979a0a2e1198be101408fbc88e64ea46cd3d002 (commit)
       via  6cfabb78630f3c7290f1f180f7513255fff2d12e (commit)
       via  7cc0067be0d402da6395c722348094e9c60a825a (commit)
       via  ddf6bce5d86d20a5db47840e42f4967e98d5625b (commit)
      from  dbd2d7c05805e2033018abb7412275cfa815b109 (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 fc229430f821d8809b90577beb1a6ace14d2b84b
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Jul 26 16:08:05 2017 +0200

    doc: add rust and update version in install

commit 00d4ba5c9cfcfbcc1499f9c2dc4148eb3098d372
Author: Victor Julien <victor at inliniac.net>
Date:   Mon Jul 24 10:11:20 2017 +0200

    dcerpc: improve stub buffer handling
    
    Stub data buffer could grow without limit depending on traffic.
    
    This patch improves the handling. It honors the 'last frag' setting
    and implements a hard limit of 1MB per buffer.
    
    Bug #2186

commit cd0fb1ab1adefc682bbfa62287812671bdf5fafa
Author: Victor Julien <victor at inliniac.net>
Date:   Fri Jul 21 13:18:21 2017 +0200

    dcerpc: cleanup, remove unused field

commit 31daf435794c93a3908079ef9fcb099e62afe18c
Author: Victor Julien <victor at inliniac.net>
Date:   Fri Jul 21 12:38:49 2017 +0200

    afl: add dcerpc entry points
    
    Add for requests and mix of request/responses.
    
    Implement storing the files to disk and rereading them.

commit e5eb0bbe32ad18ea6c1f8c0dd575a338858cdb8e
Author: Victor Julien <victor at inliniac.net>
Date:   Mon Jul 24 18:48:23 2017 +0200

    stream/bypass: more liberal policy if no detection
    
    The reason the stream engine can't easily decide to bypass streams
    is that there can be non-stream dependent rules that wouldn't match
    if bypassing is done too aggressively.
    
    However, if there is no detection engine, there is no reason to hold
    back. In this case we can bypass as soon as the stream engine is done
    with a session.

commit cc82ef065c8bf22352a62d4e9b578fafc936fc83
Author: Eric Leblond <eric at regit.org>
Date:   Fri Jun 30 15:00:40 2017 +0200

    af-packet: optimize BPF
    
    This patch turn on code optimization on BPF filter building by
    libpcap. This allow to reduce the size of the BPF bytecode and
    thus increase the size of BPF filter supported by Suricata.
    
    Reported-by: Martijn van Oosterhout

commit 2979a0a2e1198be101408fbc88e64ea46cd3d002
Author: Eric Leblond <eric at regit.org>
Date:   Thu Jul 20 10:19:01 2017 +0200

    app-layer-ssh: trigger bypass when done
    
    Trigger bypass when application layer will not inspect anymore.

commit 6cfabb78630f3c7290f1f180f7513255fff2d12e
Author: Jason Ish <ish at unx.ca>
Date:   Mon Jul 24 10:40:53 2017 -0600

    autogen: cleanup rust strict warning

commit 7cc0067be0d402da6395c722348094e9c60a825a
Author: Jason Ish <ish at unx.ca>
Date:   Thu Jul 20 14:53:09 2017 -0600

    Sample systemd unit file for Suricata.
    
    Create a sample systemd unit file based on the build time
    configuration.
    
    Redmine issue:
    https://redmine.openinfosecfoundation.org/issues/2138

commit ddf6bce5d86d20a5db47840e42f4967e98d5625b
Author: Jason Ish <ish at unx.ca>
Date:   Mon Jul 24 09:14:17 2017 -0600

    Sample logrotate configuration file.
    
    Create a sample logrotate configuration file with filenames
    set for the configuration.

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

Summary of changes:
 Makefile.am                   |    2 +-
 configure.ac                  |    2 +-
 doc/userguide/install.rst     |   19 +-
 etc/Makefile.am               |    2 +
 etc/suricata.logrotate.in     |   13 +
 etc/suricata.service.in       |   16 +
 rust/Makefile.am              |    2 -
 src/app-layer-dcerpc-common.h |    9 +-
 src/app-layer-dcerpc-udp.c    |    4 -
 src/app-layer-dcerpc.c        | 1565 ++---------------------------------------
 src/app-layer-parser.c        |  189 ++++-
 src/app-layer-parser.h        |    2 +
 src/app-layer-ssh.c           |    2 +
 src/source-af-packet.c        |    2 +-
 src/stream-tcp.c              |   11 +
 src/suricata.c                |   27 +-
 16 files changed, 346 insertions(+), 1521 deletions(-)
 create mode 100644 etc/Makefile.am
 create mode 100644 etc/suricata.logrotate.in
 create mode 100644 etc/suricata.service.in


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list