[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-4.0.1-79-g637a7c8

OISF Git noreply at openinfosecfoundation.org
Fri Dec 1 20:11:25 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  637a7c8e55e005edc2644a9b5774771926dd3f29 (commit)
       via  a1f8cf40e233fdf7a604ad6f4b28cc489324aecb (commit)
       via  9abac08cc7eabdda4900d3ee330acc1b429e627d (commit)
       via  40a819d5a613c88502ca22649affea288a8e4c0b (commit)
       via  db24fee16e1198106a4f70d9dd655eab57a28397 (commit)
       via  7394ee17eccbbd600af60ee15353ea99a772a801 (commit)
      from  83f220a6b088e5e8e539d2cbfdb41ff66f7bdd66 (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 637a7c8e55e005edc2644a9b5774771926dd3f29
Author: Gaurav Singh <gauravjs at google.com>
Date:   Mon Oct 16 18:01:53 2017 -0700

    Adds options to mark when a file is final.
    
    This takes the form of an option to add the pid of the process to file
    names. Additionally, it adds a suffix to the file name to indicate it is
    not finalized.
    
    Adding the pid to the file name reduces the likelihood that a file is
    overwritten when suricata is unexpectedly killed. The number in the
    waldo file is only written out during a clean shutdown. In the event
    of an improper shutdown, extracted files will be written using the old
    number and existing files with the same name will be overwritten.
    
    Writes extracted files and their metadata to a temporary file suffixed
    with '.tmp'. Renames the files when they are completely done being
    written. As-is there is no way to know that a file on disk is still
    being written to by suricata.

commit a1f8cf40e233fdf7a604ad6f4b28cc489324aecb
Author: Victor Julien <victor at inliniac.net>
Date:   Fri Dec 1 09:23:29 2017 +0100

    detect/http_start: check if 'line' is valid
    
    In certain conditions like low memory the line can be NULL.
    
    Bug #2307.

commit 9abac08cc7eabdda4900d3ee330acc1b429e627d
Author: Victor Julien <victor at inliniac.net>
Date:   Thu Nov 30 08:04:48 2017 +0100

    detect/flowint: harden code
    
    Make sure packet has a flow.
    
    Related to bug #2288.

commit 40a819d5a613c88502ca22649affea288a8e4c0b
Author: Victor Julien <victor at inliniac.net>
Date:   Thu Nov 30 07:53:31 2017 +0100

    detect/flowint: only check if packet has flow
    
    Fixed bug #2288.

commit db24fee16e1198106a4f70d9dd655eab57a28397
Author: Victor Julien <victor at inliniac.net>
Date:   Thu Nov 30 09:07:40 2017 +0100

    detect/flowint: improve unittests
    
    In preparation of fixing bug #2288, make sure the unittests setup
    the flow in the packet properly.

commit 7394ee17eccbbd600af60ee15353ea99a772a801
Author: Victor Julien <victor at inliniac.net>
Date:   Thu Nov 30 09:07:20 2017 +0100

    unittest/helpers: add helper to assign flow to packet

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

Summary of changes:
 doc/userguide/file-extraction/file-extraction.rst |  3 +-
 src/detect-flowint.c                              | 25 +++---
 src/detect-http-start.c                           |  2 +-
 src/detect.c                                      |  6 ++
 src/flow-var.c                                    |  6 ++
 src/log-filestore.c                               | 94 +++++++++++++++++++----
 src/util-error.c                                  |  1 +
 src/util-error.h                                  |  3 +-
 src/util-unittest-helper.c                        |  8 ++
 src/util-unittest-helper.h                        |  1 +
 suricata.yaml.in                                  |  7 +-
 11 files changed, 125 insertions(+), 31 deletions(-)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list