[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-1.3.1-39-g16bdcbe
noreply at openinfosecfoundation.org
noreply at openinfosecfoundation.org
Mon Aug 27 14:27:20 UTC 2012
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 16bdcbeb0ea2ca33f1f6435a2285625284bc5e9c (commit)
via 92679442cae0626fcb3937c23abc0dd85ec39cdf (commit)
via 66a083dafacd37d77908adeff3ef69e1f4872824 (commit)
via 7e09cdc26571f18c2ecdafddfb2552b76fb56225 (commit)
via eaea832a4e1033276a6787ef14ccbe66fbe3d1b4 (commit)
from f82573be1244eda76108e0486540fddb32fbcbbe (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 16bdcbeb0ea2ca33f1f6435a2285625284bc5e9c
Author: Eric Leblond <eric at regit.org>
Date: Mon Aug 27 15:18:33 2012 +0200
tm-thread: suppress rarely used variable.
commit 92679442cae0626fcb3937c23abc0dd85ec39cdf
Author: Eric Leblond <eric at regit.org>
Date: Wed Aug 15 17:28:00 2012 +0200
Convert to atomic and disable check on HTP config change.
This patch converts the series of variable to an atomic.
Furthermore, as the callbacks are now always run, it is not
necessary anymore to refuse a ruleswap if HTP parameters are
changing.
commit 66a083dafacd37d77908adeff3ef69e1f4872824
Author: Eric Leblond <eric at regit.org>
Date: Wed Aug 15 14:04:03 2012 +0200
Get rid of AppLayerHtpRegisterExtraCallbacks
This patch add a early exit condition to the body handling callback.
This permits to avoid to avoid a complex system to handle htp
object change.
commit 7e09cdc26571f18c2ecdafddfb2552b76fb56225
Author: Eric Leblond <eric at regit.org>
Date: Fri Aug 10 15:32:30 2012 +0200
Delay Detect threads initialization
This patch modifies the init of Detect threads. They are now started
with a dummy function and their initialisation is done after the
signatures are loaded. Just after this, the dummy function is switched
to normal one.
In IPS mode, this permit to route packets without waiting for the
signature to start and should fix #488.
Offline mode such as pcap file don't use this mode to be sure to
analyse all packets in the file.
The patch introduces a "delayed-detect" configuration variable
under detect-engine. It can be used to activate the feature
(set to "yes" to have signature loaded after capture is started).
commit eaea832a4e1033276a6787ef14ccbe66fbe3d1b4
Author: Eric Leblond <eric at regit.org>
Date: Sat Aug 11 11:43:18 2012 +0200
pcap: handle failure of packet treatment
If the loop is breaked, this means we've got a treatment error. We
don't need to reconnect but we must exit with correct status.
-----------------------------------------------------------------------
Summary of changes:
src/app-layer-htp.c | 63 +++++++-------------
src/app-layer-htp.h | 11 ++--
src/cuda-packet-batcher.c | 5 +-
src/detect-engine.c | 20 ------
src/detect.h | 3 +
src/flow-timeout.c | 6 +-
src/source-pcap.c | 3 +
src/suricata.c | 60 +++++++++++++++----
src/tm-threads.c | 144 ++++++++++++++++++++++++++++++++++++++++-----
src/tm-threads.h | 10 +++-
src/util-mpm-b2g-cuda.c | 3 +-
src/util-runmodes.c | 18 ++++--
suricata.yaml.in | 3 +
13 files changed, 243 insertions(+), 106 deletions(-)
hooks/post-receive
--
OISF
More information about the Oisf-devel
mailing list