[Oisf-devel] [COMMIT] OISF branch, master, updated. 498d1d928794d12d58128b53bd1b562f9e410191

noreply at openinfosecfoundation.org noreply at openinfosecfoundation.org
Tue Oct 25 19:44:35 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  498d1d928794d12d58128b53bd1b562f9e410191 (commit)
       via  bfff14aa784e8d9d70713e6197cc69c97e6477c7 (commit)
       via  ba6bada155c065a25d40fa302a507d14481226fb (commit)
       via  ed3b44b3b57b6537719d580f43e2318e4eb8da91 (commit)
      from  18da4a8b73ea2d94b7cd61c4d07f1c610cac179c (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 498d1d928794d12d58128b53bd1b562f9e410191
Author: Victor Julien <victor at inliniac.net>
Date:   Tue Oct 25 21:42:14 2011 +0200

    Update default suricata.yaml to use more sane settings for EXTERNAL_NET and AIM_SERVERS.

commit bfff14aa784e8d9d70713e6197cc69c97e6477c7
Author: Victor Julien <victor at inliniac.net>
Date:   Tue Oct 25 21:41:08 2011 +0200

    Improve error detection in the port and address parsing in signatures. Bug #295.

commit ba6bada155c065a25d40fa302a507d14481226fb
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date:   Sun Sep 25 22:23:42 2011 +0530

    change rev field in Signature to u32 and use strotoul to extract the value. Cleanup some dead code/comments

commit ed3b44b3b57b6537719d580f43e2318e4eb8da91
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date:   Fri Aug 26 15:33:22 2011 +0530

    fix parsing content keywords. We are more strict now. All content keywords need to be enclosed in double quotes. Better validation for sid, priority and rev keywords

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

Summary of changes:
 src/alert-fastlog.c            |    4 +-
 src/app-layer-detect-proto.c   |    2 +-
 src/cuda-packet-batcher.c      |    4 +-
 src/detect-byte-extract.c      |   96 ++--
 src/detect-bytejump.c          |   20 +-
 src/detect-bytetest.c          |   28 +-
 src/detect-content.c           |  157 ++++---
 src/detect-content.h           |    1 +
 src/detect-engine-address.c    |   26 ++
 src/detect-engine-dcepayload.c |  206 +++++-----
 src/detect-engine-hcbd.c       |   80 ++--
 src/detect-engine-hcd.c        |   44 +-
 src/detect-engine-hhd.c        |   48 +-
 src/detect-engine-hmd.c        |   44 +-
 src/detect-engine-hrhd.c       |   48 +-
 src/detect-engine-hrud.c       |   84 ++--
 src/detect-engine-payload.c    |   50 ++--
 src/detect-engine-port.c       |   28 ++-
 src/detect-engine-siggroup.c   |   80 ++--
 src/detect-engine-uri.c        |   72 ++--
 src/detect-fast-pattern.c      |  922 ++++++++++++++++++++--------------------
 src/detect-http-client-body.c  |   94 ++--
 src/detect-http-cookie.c       |   24 +-
 src/detect-http-header.c       |   48 +-
 src/detect-http-method.c       |   20 +-
 src/detect-http-raw-header.c   |   48 +-
 src/detect-http-raw-uri.c      |   58 ++--
 src/detect-http-uri.c          |   38 +-
 src/detect-isdataat.c          |   24 +-
 src/detect-pcre.c              |    2 +-
 src/detect-priority.c          |   12 +-
 src/detect-rev.c               |   15 +-
 src/detect-sid.c               |   16 +-
 src/detect-uricontent.c        |   57 ++--
 src/detect-within.c            |    2 +-
 src/detect.h                   |    2 +-
 src/log-droplog.c              |    4 +-
 src/util-mpm-b2g-cuda.c        |   68 ++--
 suricata.yaml                  |    4 +-
 39 files changed, 1346 insertions(+), 1234 deletions(-)


hooks/post-receive
-- 
OISF



More information about the Oisf-devel mailing list