[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-1.4beta2-28-g5cd4643

noreply at openinfosecfoundation.org noreply at openinfosecfoundation.org
Wed Oct 17 16:26:33 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  5cd46433d331819d2c4676e0fd26182bf18ebf89 (commit)
       via  2763a61213f345ffe09c2a63a5a7a15573d0f275 (commit)
       via  b99f9fe890d45c0a8da0baf121aba711f110440f (commit)
       via  7b4eac3e8d87388407e17a89f2c78a6630524ece (commit)
       via  10a6e6a3eb9fd4b17130e385062aa6bf3eb247b9 (commit)
       via  b0e20a486c52b949f6c92cdcd6f3279670a84fa6 (commit)
      from  e1321f9ae6dff2222ea7d6630749d9a98354d4bc (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 5cd46433d331819d2c4676e0fd26182bf18ebf89
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Oct 17 18:24:56 2012 +0200

    http: now that htp_state has a cfg reference, use it for body limits

commit 2763a61213f345ffe09c2a63a5a7a15573d0f275
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Oct 17 18:15:37 2012 +0200

    http: allow configuration of request and response body inspection limits. Issue #560.

commit b99f9fe890d45c0a8da0baf121aba711f110440f
Author: Anoop Saldanha <anoopsaldanha at gmail.com>
Date:   Mon Oct 15 01:44:17 2012 +0530

    New app inspection engine introduced.  Moved existing inspecting engines to use it.

commit 7b4eac3e8d87388407e17a89f2c78a6630524ece
Author: Anoop Saldanha <anoopsaldanha at gmail.com>
Date:   Sun Oct 14 19:46:46 2012 +0530

    Change all inspect callbacks to accept TV and a tx_id param.

commit 10a6e6a3eb9fd4b17130e385062aa6bf3eb247b9
Author: Anoop Saldanha <anoopsaldanha at gmail.com>
Date:   Sun Oct 14 16:19:53 2012 +0530

    Engine cleanup.  Remove all old engine inspection and mpm functions.

commit b0e20a486c52b949f6c92cdcd6f3279670a84fa6
Author: Anoop Saldanha <anoopsaldanha at gmail.com>
Date:   Sat Oct 13 23:43:20 2012 +0530

    update client/server/http_header to use a different form of
    buffering/buffer_retrieval.
    
    Now it happens per tx, based on tx id.  Also notice a perf improvement with
    this.

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

Summary of changes:
 src/app-layer-htp.c       |   79 ++++---
 src/app-layer-htp.h       |   27 ++-
 src/app-layer-protos.h    |    6 +-
 src/detect-engine-file.c  |   71 ++-----
 src/detect-engine-file.h  |    4 +-
 src/detect-engine-hcbd.c  |  376 +++++++++++++++---------------
 src/detect-engine-hcbd.h  |    9 +-
 src/detect-engine-hcd.c   |   92 +++-----
 src/detect-engine-hcd.h   |    5 +-
 src/detect-engine-hhd.c   |  339 ++++++++++++---------------
 src/detect-engine-hhd.h   |   15 +-
 src/detect-engine-hmd.c   |   63 ++----
 src/detect-engine-hmd.h   |    5 +-
 src/detect-engine-hrhd.c  |   77 ++-----
 src/detect-engine-hrhd.h  |    4 +-
 src/detect-engine-hrud.c  |   73 ++-----
 src/detect-engine-hrud.h  |    5 +-
 src/detect-engine-hsbd.c  |  372 +++++++++++++++---------------
 src/detect-engine-hsbd.h  |   15 +-
 src/detect-engine-hscd.c  |   65 ++----
 src/detect-engine-hscd.h  |    5 +-
 src/detect-engine-hsmd.c  |   69 ++-----
 src/detect-engine-hsmd.h  |    5 +-
 src/detect-engine-hua.c   |   70 ++----
 src/detect-engine-hua.h   |    5 +-
 src/detect-engine-state.c |  500 +++++----------------------------------
 src/detect-engine-uri.c   |   79 ++-----
 src/detect-engine-uri.h   |    5 +-
 src/detect-engine.c       |  571 +++++++++++++++++++++++++++++++++++++++++++++
 src/detect-engine.h       |   44 ++++-
 src/detect.h              |   13 +-
 src/suricata.c            |    2 +
 src/util-error.c          |    1 +
 suricata.yaml.in          |    9 +
 34 files changed, 1520 insertions(+), 1560 deletions(-)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list