[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-3.2.1-182-gb58127e
OISF Git
noreply at openinfosecfoundation.org
Sat Mar 25 09:19:49 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 b58127edcba10aee00f13e0bb570341b1aad85cd (commit)
via 44bab885d685b6d63269116e686e25ea2c44be04 (commit)
via 4f8eacdc692c3ae9e2f03b18a39391c1a038157c (commit)
via e24eb0f2b17cfa4e96b32ad9f0ff274d639bb685 (commit)
via a56b4817ef49803d36ca5e14c6ab795c5de8d172 (commit)
via c066f043a5d039318be1f0148d3b34f2cd9aa2e0 (commit)
via 6c6802b9576df68a0d5de7b84339a72918484af5 (commit)
via c961da2dceefd6a82168eadabdcfc624ea8d799a (commit)
via 3626ecb4748f7c68fd56d13de1c2e0476f17f892 (commit)
via 15d26f14e16150f3dcc3d238c76eb1eb490e1faa (commit)
via dbbf18517378a326e0bd2f72f7ce7d5c2232493a (commit)
via f1e19b5dd40683a0144642b181298ae94d249b06 (commit)
via 7c0a3b558229274cb12fdd080c132c3f2049f31f (commit)
via 132e0e21f0599a4b38df24e544882681b0e8d33f (commit)
via 4c597bb9e1695078b09faa120954982c83f7aaa1 (commit)
via 1de1413863d06f9409d756af64a98f5370fef51b (commit)
via daf39b422bcb1395475f632e8a75a56c5079322b (commit)
via 75129496707434bf3032fed586d47dc7e3619901 (commit)
via 2a5b9eb5fa61dfc83547c53e63c8e6b9da36e70e (commit)
via a86b7b704217c2772e43c4aacb64bfa807bd0a0e (commit)
from 25bd3e28f7f63af1834b72e2045498d82be66182 (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 b58127edcba10aee00f13e0bb570341b1aad85cd
Author: Victor Julien <victor at inliniac.net>
Date: Mon Mar 13 13:53:52 2017 +0100
print: constify input
commit 44bab885d685b6d63269116e686e25ea2c44be04
Author: Victor Julien <victor at inliniac.net>
Date: Thu Mar 9 12:57:40 2017 +0100
detect: fix ssl_state test
commit 4f8eacdc692c3ae9e2f03b18a39391c1a038157c
Author: Victor Julien <victor at inliniac.net>
Date: Wed Mar 1 23:32:21 2017 +0100
disable-detect: fix needless file hashing
When detection is running flags are set on flows to indicate if file
hashing is needed. This is based on global output settings and rules.
In the case of --disable-detection this was not happening, so all
files where hashed with all methods. This has a significant
performance impact.
This patch adds logic to set the flow flags in --disable-detect mode.
commit e24eb0f2b17cfa4e96b32ad9f0ff274d639bb685
Author: Victor Julien <victor at inliniac.net>
Date: Tue Feb 28 09:38:00 2017 +0100
app-layer: remove version logic
commit a56b4817ef49803d36ca5e14c6ab795c5de8d172
Author: Victor Julien <victor at inliniac.net>
Date: Mon Feb 27 23:51:31 2017 +0100
flow: remove unused alversion fields
commit c066f043a5d039318be1f0148d3b34f2cd9aa2e0
Author: Victor Julien <victor at inliniac.net>
Date: Mon Feb 27 23:44:00 2017 +0100
detect: remove unused alversion logic
commit 6c6802b9576df68a0d5de7b84339a72918484af5
Author: Victor Julien <victor at inliniac.net>
Date: Mon Feb 27 23:39:41 2017 +0100
detect: simplify state detect code: remove unused params
commit c961da2dceefd6a82168eadabdcfc624ea8d799a
Author: Victor Julien <victor at inliniac.net>
Date: Tue Feb 28 00:28:10 2017 +0100
detect: clean up test
commit 3626ecb4748f7c68fd56d13de1c2e0476f17f892
Author: Victor Julien <victor at inliniac.net>
Date: Mon Mar 6 10:54:57 2017 +0100
bytejump: don't print errors when matching
When bytejump was told to convert some payload data to int from a
string it would print an error to the screen if the conversion
failed. This is unwanted as the payload is controlled by an attacker
and printing is expensive.
commit 15d26f14e16150f3dcc3d238c76eb1eb490e1faa
Author: Victor Julien <victor at inliniac.net>
Date: Wed Mar 1 23:23:04 2017 +0100
file-store: fix force store
commit dbbf18517378a326e0bd2f72f7ce7d5c2232493a
Author: Victor Julien <victor at inliniac.net>
Date: Sun Feb 26 19:56:38 2017 +0100
app-layer: fix gap handling in protocol detection
A GAP during protocol detection would lead to all reassembly
getting disabled, so also the raw reassembly. In addition, it
could prevent the opposing side from doing protocol detection.
This patch remove the 'disable reassembly' logic. Stream engine
will take the stream with GAP and app-layer will make the proto
detection as complete.
commit f1e19b5dd40683a0144642b181298ae94d249b06
Author: Victor Julien <victor at inliniac.net>
Date: Fri Mar 10 19:12:32 2017 +0100
file store: store multiple files if available
commit 7c0a3b558229274cb12fdd080c132c3f2049f31f
Author: Victor Julien <victor at inliniac.net>
Date: Thu Feb 23 16:45:32 2017 +0100
app-layer: fix memleak on bad traffic
If state was alloc'd after protocol detection, but then the direction
turned out to be wrong, the state would not be freed.
commit 132e0e21f0599a4b38df24e544882681b0e8d33f
Author: Victor Julien <victor at inliniac.net>
Date: Mon Feb 27 20:38:41 2017 +0100
ippair: fix xbits unset memleak
commit 4c597bb9e1695078b09faa120954982c83f7aaa1
Author: Victor Julien <victor at inliniac.net>
Date: Mon Feb 27 18:32:22 2017 +0100
ippair: use both addresses in hash
commit 1de1413863d06f9409d756af64a98f5370fef51b
Author: Victor Julien <victor at inliniac.net>
Date: Mon Feb 27 12:27:11 2017 +0100
stream: validate SACK right edge to be in window
commit daf39b422bcb1395475f632e8a75a56c5079322b
Author: Victor Julien <victor at inliniac.net>
Date: Sun Feb 26 18:32:27 2017 +0100
stream: remove unused stream config member
commit 75129496707434bf3032fed586d47dc7e3619901
Author: Victor Julien <victor at inliniac.net>
Date: Sun Apr 24 09:33:54 2016 +0200
stream: make data pointer in StreamSegmentCallback const
commit 2a5b9eb5fa61dfc83547c53e63c8e6b9da36e70e
Author: Victor Julien <victor at inliniac.net>
Date: Fri Feb 17 16:00:42 2017 +0100
stream: remove unused variable
commit a86b7b704217c2772e43c4aacb64bfa807bd0a0e
Author: Victor Julien <victor at inliniac.net>
Date: Wed Feb 22 16:34:37 2017 +0100
app-layer: minor debug improvement
-----------------------------------------------------------------------
Summary of changes:
src/alert-debuglog.c | 2 +-
src/alert-unified2-alert.c | 2 +-
src/app-layer-detect-proto.c | 2 +-
src/app-layer-parser.c | 17 +--------------
src/app-layer-parser.h | 1 -
src/app-layer.c | 5 +----
src/detect-bytejump.c | 12 +++++------
src/detect-engine-state.c | 20 ++++++-----------
src/detect-engine-state.h | 12 ++++-------
src/detect-ssl-state.c | 2 --
src/detect.c | 50 ++++++++++++++++++++-----------------------
src/detect.h | 1 +
src/flow-util.h | 4 ----
src/flow-worker.c | 9 ++++++++
src/flow.h | 3 ---
src/ippair-bit.c | 1 +
src/ippair.c | 51 ++++++++++++++++++++++++++++++++++++++++++--
src/output-filedata.c | 1 -
src/output-json-alert.c | 2 +-
src/stream-tcp-reassemble.c | 2 +-
src/stream-tcp-sack.c | 9 ++++----
src/stream-tcp.h | 5 -----
src/stream.h | 2 +-
src/util-print.c | 4 ++--
src/util-print.h | 4 ++--
25 files changed, 115 insertions(+), 108 deletions(-)
hooks/post-receive
--
OISF
More information about the Oisf-devel
mailing list