[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-2.1beta1-105-gb334b8a
OISF Git
noreply at openinfosecfoundation.org
Mon Oct 20 13:53:49 UTC 2014
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 b334b8a6e9bebe3286c0dbc8c8aa20e62ba90868 (commit)
via 60c46170b047880ace06d2e57eac2f9cc4cbb624 (commit)
via 9a36f7f6332b8d530cb9c1231c88e36bd78978ce (commit)
via 2c9c0f1e8f39d944ddc0c55200b05c1ec8b61b3e (commit)
via d44cb3f6fef8679c010a9d29f6de9b6f91dbe029 (commit)
via a18e2ef4022212c574dae3aca2df0e80502d792a (commit)
via dc9d1ec86794079e3c7c62080efc0fd5ab2593db (commit)
via 4c73631f9598d04b74f7c4a012eed9a352450269 (commit)
from 38710697dbe3ebb853381bda85261089fea43616 (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 b334b8a6e9bebe3286c0dbc8c8aa20e62ba90868
Author: Anoop Saldanha <anoopsaldanha at gmail.com>
Date: Fri Jul 25 13:20:28 2014 +0530
CUDA: Update the inspection engine to inform the cuda module that it
doesn't need the gpu results and to release the packet for the next run.
Previously the inspection engine wouldn't inform the cuda module, if it
didn't need the results. As a consequence, when the packet is next taken
for re-use, and if the packet is still being processed by the cuda module,
the engine would wait till the cuda module frees the packet.
This commits updates this functionality to inform the cuda module to
release the packet for the afore-mentioned case.
commit 60c46170b047880ace06d2e57eac2f9cc4cbb624
Author: Ken Steele <ken at tilera.com>
Date: Fri Oct 17 11:42:48 2014 -0400
Check replist is not NULL inline before doing any processing.
The replist is often NULL, so it is worth checking that case before making
the function call do perform work on the list.
commit 9a36f7f6332b8d530cb9c1231c88e36bd78978ce
Author: Eric Leblond <eric at regit.org>
Date: Wed Oct 15 19:38:20 2014 +0200
detect-dce-opnum: add sanity check
Specifying the option dce_opnum without value was triggering a
segfault.
commit 2c9c0f1e8f39d944ddc0c55200b05c1ec8b61b3e
Author: Ken Steele <ken at tilera.com>
Date: Thu Oct 2 17:17:02 2014 -0400
Fix typo in configure message about nfnetlink
commit d44cb3f6fef8679c010a9d29f6de9b6f91dbe029
Author: Victor Julien <victor at inliniac.net>
Date: Mon Aug 4 15:36:42 2014 +0200
pcap-log: add option to honor pass rules
Add option (disabled by default) to honor pass rules. This means that
when a pass rule matches in a flow, it's packets are no longer stored
by the pcap-log module.
commit a18e2ef4022212c574dae3aca2df0e80502d792a
Author: Jason Ish <jason.ish at emulex.com>
Date: Mon Sep 29 10:00:06 2014 -0600
Bug 1230: Check all SigMatch lists for a named byte_extract variable.
commit dc9d1ec86794079e3c7c62080efc0fd5ab2593db
Author: Jason Ish <jason.ish at emulex.com>
Date: Mon Sep 29 09:37:03 2014 -0600
Bug 1230: Simple test case demonstrating failure.
commit 4c73631f9598d04b74f7c4a012eed9a352450269
Author: Victor Julien <victor at inliniac.net>
Date: Sat Oct 18 21:47:52 2014 +0200
Suppress ARM valgrind warning
Not Suricata related, so suppress.
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 2 +-
qa/valgrind.suppress | 16 ++++++++++++++++
src/detect-byte-extract.c | 32 ++++++++++++++++++++------------
src/detect-byte-extract.h | 2 +-
src/detect-bytejump.c | 2 +-
src/detect-bytetest.c | 4 ++--
src/detect-dce-opnum.c | 10 ++++++++++
src/detect-depth.c | 2 +-
src/detect-distance.c | 2 +-
src/detect-isdataat.c | 2 +-
src/detect-offset.c | 2 +-
src/detect-replace.c | 7 ++-----
src/detect-replace.h | 25 ++++++++++++++++++++++---
src/detect-within.c | 36 +++++++++++++++++++++++++++++++++++-
src/detect.c | 12 +++++++-----
src/log-pcap.c | 24 +++++++++++++++++++++++-
src/util-mpm-ac.c | 20 +++++++++++++++++++-
src/util-mpm-ac.h | 2 ++
suricata.yaml.in | 1 +
19 files changed, 166 insertions(+), 37 deletions(-)
hooks/post-receive
--
OISF
More information about the Oisf-devel
mailing list