[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-1.4-108-gce99a07

noreply at openinfosecfoundation.org noreply at openinfosecfoundation.org
Wed Mar 20 16:21:03 UTC 2013


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  ce99a07582bc4117637f502f67071ac8abaa903b (commit)
       via  8bf034e8c47d40d8bd1c89f2185f6eb7db2c202d (commit)
       via  a3212f6a0f053c21340c8f465fb1afff4679fd59 (commit)
       via  6de8b1ed534f73e03e540bc5a70981748e61a322 (commit)
       via  f58c6589b494b57fe33eb91cee0b0a0f891a3c31 (commit)
       via  e77fd1c883cda1e5023c1a4c9ad166348ded95cd (commit)
       via  4c6efa2d401065dcdc3e9ca37b452482df6d0510 (commit)
       via  60be1751d57f3e914d4243eaeeaf4933b9df8013 (commit)
       via  45ff67a2e08147e99de4e7ffd17dae3f2917b8b5 (commit)
       via  601836d8316b89c64810ec579ef699669077cd8a (commit)
       via  c63317d02e733fd2266a8e5ef75e17d2464e54e2 (commit)
       via  f8ae53ac02787a5e1c4554bad10cc8ddbe125052 (commit)
       via  a304a98d1d4ec265dad44daf3e2d6273affed706 (commit)
       via  434bdca9e29db226c43893bf4d5a61347eb7c63d (commit)
       via  0b5d27725499b7f139d0e9db3adc46dd33a716ef (commit)
       via  51dcf198171a1f167566e70fb9af0b6b58e1ab49 (commit)
       via  a308d718aec1b363bf413741bc56266d62de73a3 (commit)
      from  4845631335f1eb4b657cbdf2843b870a865dc601 (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 ce99a07582bc4117637f502f67071ac8abaa903b
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Mar 20 17:18:38 2013 +0100

    After some discussion we decided that var declarations inside a for statement are not in line with our coding style. So removing a bunch. Decision was not unanimous ^^.

commit 8bf034e8c47d40d8bd1c89f2185f6eb7db2c202d
Author: Anoop Saldanha <anoopsaldanha at gmail.com>
Date:   Wed Mar 20 18:19:25 2013 +0530

    Live rule swap logs added to report SigLoadSignatures() failure. Also set
    thread_closed flag on exit for live swap thread.

commit a3212f6a0f053c21340c8f465fb1afff4679fd59
Author: Anoop Saldanha <anoopsaldanha at gmail.com>
Date:   Wed Mar 20 18:17:42 2013 +0530

    Minor fixes against the last set of patches for #564, 565, 581 + fp automation.
    
    Rename struct DetectFigureFPAndId_t_ to DetectFPAndItsId_ and move it's
    definition from inside the function where it's used to the global namespace,
    as requested on #suricata.
    
    Rename DetectEngineContentModifiedBufferSetup to DetectEngineContentModifierBufferSetup.
    
    Also rename DetectFigureFPAndId() to DetectSetFastPatternAndItsId().
    
    Updated DetectSetFastPatternAndItsId() to not exit on failure and return error.

commit 6de8b1ed534f73e03e540bc5a70981748e61a322
Author: Anoop Saldanha <anoopsaldanha at gmail.com>
Date:   Sun Mar 3 17:49:03 2013 +0530

    fix for #564.
    
    Get rid of the hash table, and use a single-one_time_alloc'ed array for
    pattern id assignment.

commit f58c6589b494b57fe33eb91cee0b0a0f891a3c31
Author: Anoop Saldanha <anoopsaldanha at gmail.com>
Date:   Sun Mar 3 01:43:49 2013 +0530

    We now print content flags in engine fp analyzer.

commit e77fd1c883cda1e5023c1a4c9ad166348ded95cd
Author: Anoop Saldanha <anoopsaldanha at gmail.com>
Date:   Fri Mar 1 20:11:06 2013 +0530

    We now assign ids to fp patterns only.  Rest of them don't need one.

commit 4c6efa2d401065dcdc3e9ca37b452482df6d0510
Author: Anoop Saldanha <anoopsaldanha at gmail.com>
Date:   Fri Mar 1 16:42:08 2013 +0530

    Update content id assignment.
    
    All fp id assignment now happens in one go.
    Also noticing a slight perf increase, probably emanating from improved cache
    perf.
    Removed irrelevant unittests as well.

commit 60be1751d57f3e914d4243eaeeaf4933b9df8013
Author: Anoop Saldanha <anoopsaldanha at gmail.com>
Date:   Fri Mar 1 13:51:14 2013 +0530

    Figure out sig fp during validation stage, instead of staging stage.

commit 45ff67a2e08147e99de4e7ffd17dae3f2917b8b5
Author: Anoop Saldanha <anoopsaldanha at gmail.com>
Date:   Fri Mar 1 11:49:27 2013 +0530

    Enable a conf option to enable/disable legacy keywords.
    
    Currently, uricontent is declared a legacy keyword, and is enabled by default.

commit 601836d8316b89c64810ec579ef699669077cd8a
Author: Anoop Saldanha <anoopsaldanha at gmail.com>
Date:   Fri Mar 1 09:18:52 2013 +0530

    Fast pattern setup now configurable in our code.
    
    You can either enable/disable fp for a particular type + set priority.

commit c63317d02e733fd2266a8e5ef75e17d2464e54e2
Author: Anoop Saldanha <anoopsaldanha at gmail.com>
Date:   Thu Feb 28 18:36:09 2013 +0530

    Detect sm_list rearranged for performance reasons.

commit f8ae53ac02787a5e1c4554bad10cc8ddbe125052
Author: Anoop Saldanha <anoopsaldanha at gmail.com>
Date:   Thu Feb 28 16:21:43 2013 +0530

    Further customize content modifier buffer registration.
    
    Allow modifier setups functions to have CustomCallbacks to enable their
    internal conditions.

commit a304a98d1d4ec265dad44daf3e2d6273affed706
Author: Anoop Saldanha <anoopsaldanha at gmail.com>
Date:   Thu Feb 28 12:28:52 2013 +0530

    http_* setup unified.

commit 434bdca9e29db226c43893bf4d5a61347eb7c63d
Author: Anoop Saldanha <anoopsaldanha at gmail.com>
Date:   Sun Feb 24 20:23:41 2013 +0530

    uricontent simplified to use the existing content + http_uri infrastructure.

commit 0b5d27725499b7f139d0e9db3adc46dd33a716ef
Author: Anoop Saldanha <anoopsaldanha at gmail.com>
Date:   Sat Feb 23 15:36:00 2013 +0530

    code cleanup for all content based keywords.

commit 51dcf198171a1f167566e70fb9af0b6b58e1ab49
Author: Anoop Saldanha <anoopsaldanha at gmail.com>
Date:   Sat Feb 23 00:00:18 2013 +0530

    turn dce_stub_data into a sticky buffer.

commit a308d718aec1b363bf413741bc56266d62de73a3
Author: Anoop Saldanha <anoopsaldanha at gmail.com>
Date:   Fri Feb 22 18:43:41 2013 +0530

    Allow the use of relative without the presence of a related previous keyword.

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

Summary of changes:
 src/detect-byte-extract.c      |  349 ++++++++++++++++++++------------------
 src/detect-bytejump.c          |  322 ++++++++++++++++++++---------------
 src/detect-bytetest.c          |  331 ++++++++++++++++++++----------------
 src/detect-content.c           |   54 +++----
 src/detect-content.h           |    1 +
 src/detect-dce-stub-data.c     |  110 +++++--------
 src/detect-depth.c             |  206 +++++++++--------------
 src/detect-distance.c          |  329 ++++++++++-------------------------
 src/detect-engine-analyzer.c   |   31 +++-
 src/detect-engine-dcepayload.c |   74 ++++++---
 src/detect-engine-mpm.c        |  354 +++++++++++++++++++++++++++++++++------
 src/detect-engine-mpm.h        |   15 ++-
 src/detect-engine.c            |   13 ++-
 src/detect-fast-pattern.c      |   99 ++++++++---
 src/detect-fast-pattern.h      |    3 +-
 src/detect-http-client-body.c  |  362 ++-------------------------------------
 src/detect-http-cookie.c       |  346 +------------------------------------
 src/detect-http-header.c       |  353 +-------------------------------------
 src/detect-http-hh.c           |  355 +-------------------------------------
 src/detect-http-hrh.c          |  358 +-------------------------------------
 src/detect-http-method.c       |  338 +------------------------------------
 src/detect-http-raw-header.c   |  350 +------------------------------------
 src/detect-http-raw-uri.c      |  370 +---------------------------------------
 src/detect-http-server-body.c  |  365 ++-------------------------------------
 src/detect-http-stat-code.c    |   96 +----------
 src/detect-http-stat-msg.c     |   98 +----------
 src/detect-http-ua.c           |  351 +-------------------------------------
 src/detect-http-uri.c          |  341 ++-----------------------------------
 src/detect-http-uri.h          |    1 +
 src/detect-isdataat.c          |  337 +++++++++++++++---------------------
 src/detect-nocase.c            |   99 ++++++------
 src/detect-offset.c            |  204 +++++++++-------------
 src/detect-parse.c             |  141 ++++++++++++----
 src/detect-parse.h             |    4 +
 src/detect-pcre.c              |  343 ++++++++++++-------------------------
 src/detect-pkt-data.c          |    2 +-
 src/detect-uricontent.c        |  279 +++---------------------------
 src/detect-urilen.c            |   15 ++-
 src/detect-within.c            |  343 +++++++++++--------------------------
 src/detect.c                   |   14 +-
 src/detect.h                   |   27 ++--
 src/util-error.c               |    1 +
 src/util-error.h               |    1 +
 suricata.yaml.in               |    3 +
 44 files changed, 2057 insertions(+), 6131 deletions(-)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list