[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-2.1beta4-29-g0e22e95

OISF Git noreply at openinfosecfoundation.org
Tue May 19 15:21:49 UTC 2015


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  0e22e95e4766e25f7bbff5b852d5c96b1d4a09f0 (commit)
       via  5037ea93f3727a8689acb0df4d067f9a6d9aab1d (commit)
       via  c7bc9ae6a80796bc4fedc52e2613371b3aab4afb (commit)
       via  bc2b53f10bb681f5a7ed501ca316aeedb3c30527 (commit)
       via  fb479902e487d780149824fafc3fbbe1a5402762 (commit)
       via  478719ee9d5be6f083268175b6afc5c2a643cb90 (commit)
       via  c96805e83955b3ef878adbae8564da8d096ff0b4 (commit)
       via  df5e9d44ca0904a20ed198f22d21dc4bba8a188b (commit)
       via  cc01b5f6b6c2e01968565dc15efd04040d31b1ea (commit)
       via  34f2ff067b1af35cbe9ca3e869db03c3d109e42b (commit)
       via  46d401e3bbecc92405665b866be4d0e9a30abc4d (commit)
       via  b2da57c82713847747ca4fae452f10d902e3e2ef (commit)
       via  393689ce44f4879952f011bb74ccd236d07acb76 (commit)
      from  9764a356047a191f0f5f0171371f560d316cf444 (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 0e22e95e4766e25f7bbff5b852d5c96b1d4a09f0
Author: Victor Julien <victor at inliniac.net>
Date:   Tue May 19 15:54:41 2015 +0200

    alert-json: fix stream logging for IPS mode
    
    Switch direction in IPS mode.

commit 5037ea93f3727a8689acb0df4d067f9a6d9aab1d
Author: Victor Julien <victor at inliniac.net>
Date:   Mon May 18 18:05:11 2015 +0200

    threads: add untimed control cond call
    
    The control conditions so far could only do timed waits, not normal
    waits.

commit c7bc9ae6a80796bc4fedc52e2613371b3aab4afb
Author: Victor Julien <victor at inliniac.net>
Date:   Wed May 13 14:26:13 2015 +0200

    detect: minor cleanups

commit bc2b53f10bb681f5a7ed501ca316aeedb3c30527
Author: Victor Julien <victor at inliniac.net>
Date:   Wed May 13 14:25:49 2015 +0200

    parsing: s/strtok/strtok_r/g
    
    Remove all strtok uses and replace them by strtok_r.
    
    Do the same for Windows builds. Cygwin builds fine with strtok_r.
    
    Add strtok to banned function list.

commit fb479902e487d780149824fafc3fbbe1a5402762
Author: Victor Julien <victor at inliniac.net>
Date:   Thu May 14 10:38:58 2015 +0200

    threading: explain purpose of threadvars mucond

commit 478719ee9d5be6f083268175b6afc5c2a643cb90
Author: Victor Julien <victor at inliniac.net>
Date:   Thu May 14 10:38:10 2015 +0200

    flow: don't hold tv_root_lock longer than needed
    
    Don't hold it longer than needed in shutting down.

commit c96805e83955b3ef878adbae8564da8d096ff0b4
Author: Victor Julien <victor at inliniac.net>
Date:   Thu May 14 10:17:16 2015 +0200

    threading: remove unused cmd thread create func

commit df5e9d44ca0904a20ed198f22d21dc4bba8a188b
Author: Victor Julien <victor at inliniac.net>
Date:   Wed May 13 16:52:11 2015 +0200

    unix-manager: convert to thread module
    
    Sync command thread for unix manager with other managers and make
    it a full thread module.

commit cc01b5f6b6c2e01968565dc15efd04040d31b1ea
Author: Victor Julien <victor at inliniac.net>
Date:   Wed May 13 10:21:20 2015 +0200

    reference/classification: call global init for unittests

commit 34f2ff067b1af35cbe9ca3e869db03c3d109e42b
Author: Victor Julien <victor at inliniac.net>
Date:   Wed May 13 09:53:49 2015 +0200

    reference: update pcre globals use
    
    Don't update globals each time we parse, but instead do it once at
    startup.

commit 46d401e3bbecc92405665b866be4d0e9a30abc4d
Author: Victor Julien <victor at inliniac.net>
Date:   Wed May 13 09:37:39 2015 +0200

    classification: update pcre globals use
    
    Don't update globals each time we parse, but instead do it once at
    startup.

commit b2da57c82713847747ca4fae452f10d902e3e2ef
Author: Victor Julien <victor at inliniac.net>
Date:   Tue May 12 16:53:02 2015 +0200

    reference: remove global

commit 393689ce44f4879952f011bb74ccd236d07acb76
Author: Victor Julien <victor at inliniac.net>
Date:   Tue May 12 16:20:27 2015 +0200

    classification: remove global from parsing
    
    Parsing code used a 'fd' global. Remove this.

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

Summary of changes:
 qa/coccinelle/banned-functions.cocci |   2 +-
 src/alert-fastlog.c                  |  10 +--
 src/counters.c                       |   7 ++
 src/detect-asn1.c                    |  11 +--
 src/detect-classtype.c               |  15 ++--
 src/detect-detection-filter.c        |   7 +-
 src/detect-engine.c                  |   4 +-
 src/detect-msg.c                     |   5 +-
 src/detect-parse.c                   |   5 +-
 src/detect-reference.c               |  15 ++--
 src/detect-threshold.c               |   7 +-
 src/detect.c                         |   6 +-
 src/flow-manager.c                   |   3 +-
 src/log-droplog.c                    |  10 +--
 src/output-json-alert.c              |  14 ++-
 src/runmode-unittests.c              |   2 +
 src/suricata.c                       |   8 ++
 src/threads-arch-tile.h              |   1 +
 src/threads-debug.h                  |   1 +
 src/threads-profile.h                |   1 +
 src/threads.h                        |   1 +
 src/tm-modules.c                     |   1 +
 src/tm-modules.h                     |   1 +
 src/tm-threads-common.h              |   2 +
 src/tm-threads.c                     |  24 +++--
 src/tm-threads.h                     |   3 +-
 src/unix-manager.c                   |  48 +++++++---
 src/unix-manager.h                   |   2 +
 src/util-classification-config.c     | 167 +++++++++++++++--------------------
 src/util-classification-config.h     |  12 +--
 src/util-proto-name.c                |  14 ---
 src/util-reference-config.c          | 160 +++++++++++++++------------------
 src/util-reference-config.h          |  12 +--
 33 files changed, 297 insertions(+), 284 deletions(-)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list