[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-1.3beta1-89-g9f7588a

noreply at openinfosecfoundation.org noreply at openinfosecfoundation.org
Wed Jun 6 15:49:23 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  9f7588a7564419000441285ef6b0c8b0a711f093 (commit)
       via  8cfc23ee22c2c6d54f2e0f6273f821aa31f40071 (commit)
      from  1bb0199dd79a80d12bd29c44089835042461d9b5 (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 9f7588a7564419000441285ef6b0c8b0a711f093
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Jun 6 17:47:26 2012 +0200

    Add filemd5 keyword that loads a list of md5's to match a file's md5 against.

commit 8cfc23ee22c2c6d54f2e0f6273f821aa31f40071
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Jun 6 12:11:32 2012 +0200

    Add a new hash datatype to do speedy lookups of read only uniform data, like md5's.

-----------------------------------------------------------------------

Summary of changes:
 src/Makefile.am                               |    2 +
 src/detect-engine-file.c                      |    6 +
 src/detect-filemd5.c                          |  361 +++++++++++++++++++++++++
 src/{host-timeout.h => detect-filemd5.h}      |   15 +-
 src/detect.c                                  |    1 +
 src/detect.h                                  |    3 +
 src/util-error.c                              |    1 +
 src/util-error.h                              |    1 +
 src/util-hash-lookup3.h                       |    3 +
 src/util-rohash.c                             |  243 +++++++++++++++++
 src/{util-profiling-locks.h => util-rohash.h} |   47 ++--
 11 files changed, 655 insertions(+), 28 deletions(-)
 create mode 100644 src/detect-filemd5.c
 copy src/{host-timeout.h => detect-filemd5.h} (75%)
 create mode 100644 src/util-rohash.c
 copy src/{util-profiling-locks.h => util-rohash.h} (54%)


hooks/post-receive
-- 
OISF



More information about the Oisf-devel mailing list