[Oisf-devel] [COMMIT] OISF branch, master, updated. 9f0e3f7c8543ae2217f18d508a0df5601e99fb18
noreply at openinfosecfoundation.org
noreply at openinfosecfoundation.org
Thu Nov 3 13:45:52 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 9f0e3f7c8543ae2217f18d508a0df5601e99fb18 (commit)
via 55da9787a48dad4177d738c1b0067df54ff31690 (commit)
via d070869c4853e9e7b23df3c7a3acf9dbdd732712 (commit)
via eff08f93d8f51a06d6bee19b739b7db44cadb116 (commit)
via af51493da286876fe3bbb8a09cc794fcd4b11eed (commit)
via 539ce1369520f72877f74a06e93b655d69003b60 (commit)
via 17f3f36d38f2f1285007489fdf86ab72cb409cbc (commit)
via e0c36f7affb8fc5aff057397fbd5512d1391f4ea (commit)
via c7b9d3fecb9e20b8e8e6d81122f1cb5d283bfdbe (commit)
from d3ca65de03fe8de73ba83aa86acc1d54253eb343 (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 9f0e3f7c8543ae2217f18d508a0df5601e99fb18
Author: Victor Julien <victor at inliniac.net>
Date: Thu Nov 3 14:42:10 2011 +0100
Bump version to 1.1rc1.
commit 55da9787a48dad4177d738c1b0067df54ff31690
Author: Victor Julien <victor at inliniac.net>
Date: Thu Nov 3 10:51:26 2011 +0100
Win32 compile fixes.
commit d070869c4853e9e7b23df3c7a3acf9dbdd732712
Author: Victor Julien <victor at inliniac.net>
Date: Thu Nov 3 13:06:29 2011 +0100
Reinstate replace validation check.
commit eff08f93d8f51a06d6bee19b739b7db44cadb116
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date: Thu Nov 3 14:31:24 2011 +0530
update failing unittest to reflect the mpm design update
commit af51493da286876fe3bbb8a09cc794fcd4b11eed
Author: Victor Julien <victor at inliniac.net>
Date: Wed Nov 2 16:10:49 2011 +0100
Mpm update: Toss out signatures that mix pkt and stream/state. Update profiling code to track new mpm.
commit 539ce1369520f72877f74a06e93b655d69003b60
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date: Tue Nov 1 13:48:43 2011 +0530
fix broken unittests
commit 17f3f36d38f2f1285007489fdf86ab72cb409cbc
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date: Tue Nov 1 11:40:56 2011 +0530
packet keywords only added for packet mpm. Rest in stream mpm. Update detection engine to handle the same
commit e0c36f7affb8fc5aff057397fbd5512d1391f4ea
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date: Mon Oct 31 22:06:59 2011 +0530
fix dsize sigs handling. We can't use more than 2 dsizes in the same sig
commit c7b9d3fecb9e20b8e8e6d81122f1cb5d283bfdbe
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date: Mon Oct 31 20:46:20 2011 +0530
Remove broken dsize_sm in SigMatch used by dsize in detection engine
-----------------------------------------------------------------------
Summary of changes:
configure.in | 2 +-
src/alert-fastlog.c | 4 +-
src/alert-prelude.c | 6 +-
src/alert-syslog.c | 4 +
src/conf-yaml-loader.c | 2 +-
src/conf.c | 22 ++++++-
src/conf.h | 4 +
src/defrag.c | 2 +-
src/detect-ack.c | 1 +
src/detect-asn1.c | 6 +-
src/detect-bytejump.c | 4 +-
src/detect-bytetest.c | 4 +-
src/detect-content.c | 38 +++++-----
src/detect-distance.c | 2 +-
src/detect-dsize.c | 16 +++--
src/detect-engine-iponly.c | 10 ++--
src/detect-engine-mpm.c | 79 ++++++++++++----------
src/detect-engine-mpm.h | 1 +
src/detect-engine-payload.c | 42 ++++++------
src/detect-engine-port.c | 38 +++++-----
src/detect-engine-siggroup.c | 8 +-
src/detect-fast-pattern.c | 22 +++---
src/detect-flags.c | 2 +
src/detect-flowint.c | 14 ++--
src/detect-fragbits.c | 2 +
src/detect-fragoffset.c | 1 +
src/detect-icmp-id.c | 1 +
src/detect-icode.c | 1 +
src/detect-id.c | 1 +
src/detect-ipopts.c | 2 +
src/detect-ipproto.c | 1 +
src/detect-isdataat.c | 6 +-
src/detect-itype.c | 1 +
src/detect-parse.c | 17 +++++
src/detect-replace.c | 48 +++++++-------
src/detect-rpc.c | 1 +
src/detect-sameip.c | 1 +
src/detect-seq.c | 1 +
src/detect-threshold.c | 2 +-
src/detect-ttl.c | 1 +
src/detect-window.c | 1 +
src/detect-within.c | 4 +-
src/detect.c | 151 +++++++++++++++++++-----------------------
src/detect.h | 2 -
src/log-droplog.c | 4 +-
src/suricata-common.h | 14 ++++-
src/suricata.c | 28 ++++++++-
src/suricata.h | 2 +-
src/util-action.c | 42 ++++++------
src/util-affinity.c | 2 +-
src/util-byte.h | 2 +-
src/util-mem.h | 46 ++++++++++++-
src/util-profiling.c | 1 +
src/util-proto-name.c | 23 +++++-
src/util-proto-name.h | 6 ++-
src/win32-misc.c | 5 +-
src/win32-misc.h | 6 +-
57 files changed, 453 insertions(+), 306 deletions(-)
hooks/post-receive
--
OISF
More information about the Oisf-devel
mailing list