[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-3.2.1-357-gc513896
OISF Git
noreply at openinfosecfoundation.org
Tue May 16 12:33:54 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 c513896786bbe2a4b9bbb8b4cd3cf5a10bc6c8f1 (commit)
via 5b56d324c4e75587c3f79589612733af913a4b6c (commit)
via 4459b8878277c8f8b7a67485d010fb0cb47435d2 (commit)
via 5c01b409312791caa56554e6eb9f0d5d29531700 (commit)
via 3148ff34b6d76970d1770d819442d9a259b68d06 (commit)
via cd97fa80f19b58234766963569c414601901f4af (commit)
via afedd5c6df608c5bbc930e0433b4f99706f9786e (commit)
via ae99e08396fcc8e856783a978bac4b3afa353c93 (commit)
via c4c93872f8d0ad9a50594ac25d408e08524020f0 (commit)
via 1062a9213b8702fcf829b7347d9e80544e27bfc2 (commit)
via 944ab48b203fe37d47a9e8303da03251f6788e5e (commit)
from f18c976a8ed13e3d193baad720762f42ac89b6f7 (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 c513896786bbe2a4b9bbb8b4cd3cf5a10bc6c8f1
Author: Victor Julien <victor at inliniac.net>
Date: Tue May 16 09:39:02 2017 +0200
bug 2113: unix-socket start up race
commit 5b56d324c4e75587c3f79589612733af913a4b6c
Author: Victor Julien <victor at inliniac.net>
Date: Sat May 13 01:10:20 2017 +0200
app-layer: optimize many-tx case
commit 4459b8878277c8f8b7a67485d010fb0cb47435d2
Author: Victor Julien <victor at inliniac.net>
Date: Sat Feb 11 21:43:30 2017 +0100
output: tx logging optimizations
commit 5c01b409312791caa56554e6eb9f0d5d29531700
Author: Victor Julien <victor at inliniac.net>
Date: Sat Feb 11 19:08:58 2017 +0100
tests: update tests for app-layer changes
commit 3148ff34b6d76970d1770d819442d9a259b68d06
Author: Victor Julien <victor at inliniac.net>
Date: Sat Feb 11 13:02:53 2017 +0100
app-layer API optimizations and cleanups
commit cd97fa80f19b58234766963569c414601901f4af
Author: Victor Julien <victor at inliniac.net>
Date: Sun May 14 10:00:35 2017 +0200
file: fix pruning for parallel files
Allow pruning of random files, not just list head.
commit afedd5c6df608c5bbc930e0433b4f99706f9786e
Author: Victor Julien <victor at inliniac.net>
Date: Fri May 12 13:00:27 2017 +0200
file: fix storing parallel files
When looping available files 'flags' misuse would lead to all files
being closed after the first close.
This patch separates per file and per call flags.
commit ae99e08396fcc8e856783a978bac4b3afa353c93
Author: Victor Julien <victor at inliniac.net>
Date: Mon Feb 6 09:46:08 2017 +0100
file: update loops to account for parallel files
commit c4c93872f8d0ad9a50594ac25d408e08524020f0
Author: Victor Julien <victor at inliniac.net>
Date: Mon Feb 6 09:41:17 2017 +0100
file: introduce per file 'track id'
Some protocols transfer multiple files in parallel. To support this add
a 'track id' to the API. This track id is set by the protocol parser. It
will use this id to indicate what file in the FileContainer it wants to
act on.
commit 1062a9213b8702fcf829b7347d9e80544e27bfc2
Author: Victor Julien <victor at inliniac.net>
Date: Sun Feb 5 22:57:00 2017 +0100
file-store: small cleanup
commit 944ab48b203fe37d47a9e8303da03251f6788e5e
Author: Victor Julien <victor at inliniac.net>
Date: Sun Feb 5 22:01:59 2017 +0100
file: clarify file store id name
-----------------------------------------------------------------------
Summary of changes:
src/app-layer-dcerpc.c | 18 +++++
src/app-layer-detect-proto.c | 2 +-
src/app-layer-dnp3.c | 10 +--
src/app-layer-enip.c | 1 +
src/app-layer-ftp.c | 5 ++
src/app-layer-htp-file.c | 33 ++++------
src/app-layer-htp-xff.c | 4 +-
src/app-layer-htp.c | 95 +++++++++-----------------
src/app-layer-modbus.c | 18 +++++
src/app-layer-parser.c | 82 +++++++++++++----------
src/app-layer-parser.h | 22 ++++---
src/app-layer-smb.c | 8 +++
src/app-layer-smtp.c | 14 ++++
src/app-layer-ssl.c | 28 ++++++++
src/app-layer.c | 4 +-
src/detect-engine-file.c | 14 ++--
src/detect-engine-prefilter.c | 2 +-
src/detect-engine-state.c | 16 ++---
src/detect-filestore.c | 2 +-
src/detect-http-client-body.c | 4 +-
src/detect-http-hh.c | 2 +-
src/detect-http-hrh.c | 2 +-
src/detect-http-server-body.c | 8 +--
src/detect-http-ua.c | 2 +-
src/detect-lua.c | 2 +-
src/detect-pcre.c | 6 +-
src/detect-uricontent.c | 10 ++-
src/detect.c | 3 +-
src/flow-timeout.c | 8 +--
src/flow.c | 2 +-
src/log-file.c | 4 +-
src/log-filestore.c | 4 +-
src/output-filedata.c | 31 ++++-----
src/output-json-file.c | 2 +-
src/output-streaming.c | 2 +-
src/output-tx.c | 20 +++---
src/runmode-unix-socket.c | 17 +++--
src/runmode-unix-socket.h | 1 -
src/unix-manager.c | 26 ++++----
src/unix-manager.h | 1 +
src/util-file.c | 150 +++++++++++++++++++++++++++++++++---------
src/util-file.h | 12 +++-
src/util-lua-common.c | 2 +-
43 files changed, 434 insertions(+), 265 deletions(-)
hooks/post-receive
--
OISF
More information about the Oisf-devel
mailing list