[Oisf-devel] [COMMIT] OISF branch, master, updated. 49d6885ec7e6fcf3b9da0fd20c9ff9408ab3c42e

noreply at openinfosecfoundation.org noreply at openinfosecfoundation.org
Tue Dec 6 14:09:30 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  49d6885ec7e6fcf3b9da0fd20c9ff9408ab3c42e (commit)
       via  3009429e3c6b726159e30e8b90b393faa5b0e24d (commit)
       via  dbdf2d888f85ef64612614c9a8169c771eb2f2b7 (commit)
      from  7b0f261fdc5e36bc659a72f2b15ca4b05b566391 (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 49d6885ec7e6fcf3b9da0fd20c9ff9408ab3c42e
Author: Victor Julien <victor at inliniac.net>
Date:   Tue Dec 6 15:09:08 2011 +0100

    Improve debug validation code for packet, add new macro for flow.

commit 3009429e3c6b726159e30e8b90b393faa5b0e24d
Author: Victor Julien <victor at inliniac.net>
Date:   Tue Dec 6 14:27:25 2011 +0100

    HTTP transaction handling improvement
    
    In some cases AppLayerTransactionGetInspectId can return -1, which is
    now handled by all it's callers.
    
    Improve logic of selecting which transactions are inspected by the various
    HTTP keywords.

commit dbdf2d888f85ef64612614c9a8169c771eb2f2b7
Author: Eileen Donlon <emdonlo at gmail.com>
Date:   Mon Dec 5 17:24:35 2011 -0500

    Enable/disable core dump in config (feature 319)

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

Summary of changes:
 src/Makefile.am                         |    1 +
 src/app-layer-parser.c                  |    5 +-
 src/detect-engine-file.c                |   12 ++-
 src/detect-engine-hcbd.c                |   11 ++-
 src/detect-engine-hcd.c                 |   22 +++--
 src/detect-engine-hhd.c                 |   11 ++-
 src/detect-engine-hmd.c                 |   22 +++--
 src/detect-engine-hrhd.c                |   20 ++--
 src/detect-engine-hrud.c                |   17 ++-
 src/detect-engine-uri.c                 |    9 +-
 src/detect-http-stat-code.c             |   10 ++-
 src/detect-http-stat-msg.c              |   10 ++-
 src/detect-pcre.c                       |   22 +++-
 src/detect-uricontent.c                 |   13 ++-
 src/detect-urilen.c                     |   11 ++-
 src/suricata.c                          |    4 +
 src/util-coredump-config.c              |  193 +++++++++++++++++++++++++++++++
 src/{debug.h => util-coredump-config.h} |   14 +-
 src/util-validate.h                     |   63 +++++++---
 suricata.yaml                           |   11 ++
 20 files changed, 396 insertions(+), 85 deletions(-)
 create mode 100644 src/util-coredump-config.c
 copy src/{debug.h => util-coredump-config.h} (78%)


hooks/post-receive
-- 
OISF



More information about the Oisf-devel mailing list