[Oisf-devel] [COMMIT] OISF branch, master, updated. f684b60127f8106f5569b0cc1a35b0b0464d095a
noreply at openinfosecfoundation.org
noreply at openinfosecfoundation.org
Thu Nov 24 16:45:13 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 f684b60127f8106f5569b0cc1a35b0b0464d095a (commit)
via 08bd8ec4e249e4f7132b0393ebf5a0ef2c5290cc (commit)
via c9960473bbd98ac1f43e6c798efc9b4ee06dfe52 (commit)
via d9ad1b00b3ca8cef09881880532a023d0dbc9028 (commit)
via 55ed6c2a55d41155a56efda237b475ff6ed72d54 (commit)
via 4650bf717080e6b170d311148951d1810b7cbcb5 (commit)
via de9ad02b59d3d14601ac30ff44e52df8775e6dc6 (commit)
via caf26c26186a9c2bcfa36944747848db923d881b (commit)
via bc216a33964815565862a231aeb67cca69e34afc (commit)
via 78e6a7f71369833e0c1fcc1492ff746e0cbd57b3 (commit)
via 9c8d404db1b83470217f5c763070f940fea2a0d2 (commit)
via b08b390bcd33d47cb69398f2ed719827860ed651 (commit)
via 3d845b6c77bf00ad08c3d0769b3e463531163aeb (commit)
via a92d15ed37e5f18723b166ca5a31d3f46af5976e (commit)
from 99baf18c8dcdb98550157784f6d3856130e6d41f (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 f684b60127f8106f5569b0cc1a35b0b0464d095a
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date: Wed Nov 23 14:13:26 2011 +0530
if flow has disabled app layer inspection, disable buffering the segments unnecessarily
commit 08bd8ec4e249e4f7132b0393ebf5a0ef2c5290cc
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date: Wed Nov 23 01:38:27 2011 +0530
on failed alproto detection on both sides, only disable app layer inspection. No reassembly disabling for any direction
commit c9960473bbd98ac1f43e6c798efc9b4ee06dfe52
Author: Victor Julien <victor at inliniac.net>
Date: Wed Nov 23 12:44:15 2011 +0100
Fix stream reassembly engine rejecting valid packet for reassembly.
commit d9ad1b00b3ca8cef09881880532a023d0dbc9028
Author: Victor Julien <victor at inliniac.net>
Date: Wed Nov 23 12:43:18 2011 +0100
Clean up SID allocation for decoder and stream rules.
commit 55ed6c2a55d41155a56efda237b475ff6ed72d54
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date: Tue Nov 22 02:56:00 2011 +0530
disable session reassembly for either/both the directions, only when we have established failed proto detection in both the directions
commit 4650bf717080e6b170d311148951d1810b7cbcb5
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date: Sun Nov 20 13:17:55 2011 +0530
minor code cleanup. remove commented out code
commit de9ad02b59d3d14601ac30ff44e52df8775e6dc6
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date: Tue Nov 8 14:41:11 2011 +0530
Remove leftover imap and msn toclient alproto PM contents
commit caf26c26186a9c2bcfa36944747848db923d881b
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date: Tue Nov 8 14:26:01 2011 +0530
More updates to FFR code. Handle cases where we actually need to force stream reassembly and just have smsgs to be processsed by detection engine separately
commit bc216a33964815565862a231aeb67cca69e34afc
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date: Sun Nov 6 00:13:25 2011 +0530
fix/updates to app layer proto detection
commit 78e6a7f71369833e0c1fcc1492ff746e0cbd57b3
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date: Sat Nov 5 14:41:46 2011 +0530
enable toclient alproto detection. Detection all current alproto toclient PMP patterns
commit 9c8d404db1b83470217f5c763070f940fea2a0d2
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date: Mon Nov 7 10:56:38 2011 +0530
FFR update-fix. Fix check where we decide whether we need to send pseudo pkt or not
commit b08b390bcd33d47cb69398f2ed719827860ed651
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date: Sat Nov 12 22:04:43 2011 +0530
fix for bug 375 - update radix test that wrongly uses memset and sizeof
commit 3d845b6c77bf00ad08c3d0769b3e463531163aeb
Author: Victor Julien <victor at inliniac.net>
Date: Tue Nov 15 10:06:11 2011 +0100
Consider Windows new line chars as well when parsing rule files. Bug #374.
commit a92d15ed37e5f18723b166ca5a31d3f46af5976e
Author: Eileen Donlon <emdonlo at gmail.com>
Date: Mon Nov 14 14:06:02 2011 -0500
Fixed duplicate signature check
-----------------------------------------------------------------------
Summary of changes:
rules/decoder-events.rules | 105 +++++++++++++++++++++----------------------
rules/stream-events.rules | 99 +++++++++++++++++++++-------------------
src/app-layer-dcerpc-udp.c | 1 -
src/app-layer-dcerpc.c | 1 -
src/app-layer-ftp.c | 1 -
src/app-layer-htp.c | 1 -
src/app-layer-parser.c | 4 +-
src/app-layer-smb.c | 2 -
src/app-layer-ssh.c | 1 -
src/app-layer-ssl.c | 6 +--
src/app-layer.c | 17 ++-----
src/detect-parse.c | 28 +++---------
src/detect.c | 4 +-
src/flow-timeout.c | 88 +++++++++++++++++++++++++-----------
src/stream-tcp-reassemble.c | 46 +++++++++----------
src/stream-tcp.c | 1 +
src/stream-tcp.h | 36 +++++++++++---
src/util-radix-tree.c | 9 +---
18 files changed, 233 insertions(+), 217 deletions(-)
hooks/post-receive
--
OISF
More information about the Oisf-devel
mailing list