[Oisf-devel] [COMMIT] OISF branch, master, updated. a65eb59c41b6c7c2e18d955079ac121cb531931c
noreply at openinfosecfoundation.org
noreply at openinfosecfoundation.org
Thu Dec 15 16:09:49 UTC 2011
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 a65eb59c41b6c7c2e18d955079ac121cb531931c (commit)
via 18d79c4215c4b9d45e845ec48a680853e271f537 (commit)
from 717325675415a4554a7c0206b60f789a5b895b94 (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 a65eb59c41b6c7c2e18d955079ac121cb531931c
Author: Steve Grubb <sgrubb at redhat.com>
Date: Thu Dec 15 10:50:27 2011 -0500
Add relro flags to libhtp
Hello,
The main suricata program can detect and use relro/bind now linker flags. But
the directive is per linked object. This means that while the app has
protection, its code segment containing libhtp does not. The patch below passes
the configure option to libhtp and let's it make use of the compiler's
security protection.
Signed-off-by: Steve Grubb <sgrubb at redhat.com>
commit 18d79c4215c4b9d45e845ec48a680853e271f537
Author: Victor Julien <victor at inliniac.net>
Date: Thu Dec 15 17:01:53 2011 +0100
file store: respect flowbits and other keywords
The filestore keyword until now flagged a file, tx or ssn for storage as soon
as the keyword was inspected. This happens before flowbits and some other
keywords, so files were stored that weren't supposed to.
This patch makes the filestore keyword fill an array in the detect engine
thread ctx. Then if the full signature matches, a post-match filestore
function makes the store final.
-----------------------------------------------------------------------
Summary of changes:
libhtp/configure.ac | 25 +++++-
src/detect-filestore.c | 232 +++++++++++++++++++++++++++++++----------------
src/detect-filestore.h | 1 +
src/detect.c | 4 +
src/detect.h | 34 ++++----
src/util-file.c | 20 ++++
src/util-file.h | 1 +
7 files changed, 219 insertions(+), 98 deletions(-)
hooks/post-receive
--
OISF
More information about the Oisf-devel
mailing list