[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-1.3.1-74-ga48d6cb

noreply at openinfosecfoundation.org noreply at openinfosecfoundation.org
Wed Sep 5 15:39:07 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  a48d6cb2071f3b507da85f4d03322811eb6cf183 (commit)
       via  2026a686973cc2f30a90b8752d9070d671204c6e (commit)
       via  ba3260ed380a951424b9f81c0afc0ebe9611eaf5 (commit)
       via  f58e828c5e54d57ce2a6cf1d05d53b7abc7da648 (commit)
       via  5b2fbfb12349bed8422f91ceee9a7df412ae8d2a (commit)
      from  b0a2aefc78ad7cc96e9542d7b8f174f23f8759d5 (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 a48d6cb2071f3b507da85f4d03322811eb6cf183
Author: Eric Leblond <eric at regit.org>
Date:   Tue Sep 4 13:35:15 2012 +0200

    erf: fix logical operator usage.

commit 2026a686973cc2f30a90b8752d9070d671204c6e
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Sep 5 17:33:46 2012 +0200

    Implement logic of luajit keyword to match on full packet data and/or payload.

commit ba3260ed380a951424b9f81c0afc0ebe9611eaf5
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Sep 5 13:23:53 2012 +0200

    Thread local ctx for detection keywords
    
    Some detection keywords need thread local ctx storage. Example is the
    filemagic keyword that has a ctx that is modified with each call. That
    is not thread safe. This functionality allows registration of thread
    local ctxs so that each detect thread works on it's own copy.

commit f58e828c5e54d57ce2a6cf1d05d53b7abc7da648
Author: Victor Julien <victor at inliniac.net>
Date:   Tue Sep 4 18:00:56 2012 +0200

    luajit: stub detection keyword

commit 5b2fbfb12349bed8422f91ceee9a7df412ae8d2a
Author: Victor Julien <victor at inliniac.net>
Date:   Tue Sep 4 17:34:17 2012 +0200

    luajit: tell build sys about it

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

Summary of changes:
 configure.ac                              |   36 ++++
 src/Makefile.am                           |    1 +
 src/detect-engine.c                       |  105 ++++++++++
 src/detect-luajit.c                       |  296 +++++++++++++++++++++++++++++
 src/{detect-filemd5.h => detect-luajit.h} |   26 ++-
 src/detect.c                              |    2 +
 src/detect.h                              |   22 ++
 src/source-erf-file.c                     |    2 +-
 src/util-error.c                          |    1 +
 src/util-error.h                          |    1 +
 10 files changed, 483 insertions(+), 9 deletions(-)
 create mode 100644 src/detect-luajit.c
 copy src/{detect-filemd5.h => detect-luajit.h} (67%)


hooks/post-receive
-- 
OISF



More information about the Oisf-devel mailing list