[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-2.0-23-gab50387

OISF Git noreply at openinfosecfoundation.org
Wed Apr 2 11:16:38 UTC 2014


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  ab503873caa771ca2aa9e0c7e4c5fbc5a6498280 (commit)
       via  6da8652a7796d0013e7667d29674e0d617f09938 (commit)
       via  09ebbe08df005e1045b8d12ea67767f89bd3f564 (commit)
       via  8c16fede088f8c374118f3bf6d1c91a4348325c0 (commit)
       via  10c791c937734cc447dc21d93608de9567a7665c (commit)
       via  c3e193e7867ef1a045f8b3913b0e394a0a09e2a9 (commit)
       via  900fc6fdc7d56a426bf60a8eaada45c83c5e2f7a (commit)
       via  a8b1af3369ffd88a7373abcab45f1496916a932c (commit)
       via  2864f9eef97274f113bb92e91c844863e7d0f9d3 (commit)
       via  c8d2a1e41788641a1258474e5f75b997cd26b64f (commit)
       via  bb2e9af40fb5a527a7c5160b9282441b4a4f18cb (commit)
       via  d26ceb23562ee77777f64390900c27f1e50198be (commit)
       via  552558894c274dd24248e132ffaa3baefbd76fb5 (commit)
       via  7e268bd4d4684838559c80948ae2c9932e33eb82 (commit)
       via  4085f0860250090d0341663c02aaad56f20979ca (commit)
      from  0011e01e05ac6b140c98f2d432685a6024043f5c (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 ab503873caa771ca2aa9e0c7e4c5fbc5a6498280
Author: Victor Julien <victor at inliniac.net>
Date:   Fri Mar 28 13:14:38 2014 +0100

    erf-file: clean up decode thread local storage
    
    Clean up the thread local data the decode portion of ERF users.
    
    Bug #978

commit 6da8652a7796d0013e7667d29674e0d617f09938
Author: Victor Julien <victor at inliniac.net>
Date:   Fri Mar 28 13:11:03 2014 +0100

    endace-dag: clean up decode thread local storage
    
    Clean up the thread local data the decode portion of DAG uses.
    
    Bug #978

commit 09ebbe08df005e1045b8d12ea67767f89bd3f564
Author: Victor Julien <victor at inliniac.net>
Date:   Fri Mar 28 13:07:43 2014 +0100

    mpipe: clean up decode thread local storage
    
    Clean up the thread local data the decode portion of mpipe uses.
    
    Bug #978

commit 8c16fede088f8c374118f3bf6d1c91a4348325c0
Author: Victor Julien <victor at inliniac.net>
Date:   Fri Mar 28 13:05:40 2014 +0100

    ipfw: clean up decode thread local storage
    
    Clean up the thread local data the decode portion of ipfw uses.
    
    Bug #978

commit 10c791c937734cc447dc21d93608de9567a7665c
Author: Victor Julien <victor at inliniac.net>
Date:   Fri Mar 28 13:02:31 2014 +0100

    napatech: clean up decode thread local storage
    
    Clean up the thread local data the decode portion of napatech uses.
    
    Bug #978

commit c3e193e7867ef1a045f8b3913b0e394a0a09e2a9
Author: Victor Julien <victor at inliniac.net>
Date:   Fri Mar 28 12:17:41 2014 +0100

    pcap: clean up decode thread local storage
    
    Clean up the thread local data the decode portion of pcap uses.
    
    Bug #978

commit 900fc6fdc7d56a426bf60a8eaada45c83c5e2f7a
Author: Victor Julien <victor at inliniac.net>
Date:   Fri Mar 28 12:14:04 2014 +0100

    pfring: clean up decode thread local storage
    
    Clean up the thread local data the decode portion of pfring uses.
    
    Bug #978

commit a8b1af3369ffd88a7373abcab45f1496916a932c
Author: Victor Julien <victor at inliniac.net>
Date:   Fri Mar 28 12:05:23 2014 +0100

    nfq: clean up decode thread local storage
    
    Clean up the thread local data the decode portion of nfq uses.
    
    Bug #978

commit 2864f9eef97274f113bb92e91c844863e7d0f9d3
Author: Victor Julien <victor at inliniac.net>
Date:   Fri Mar 28 12:01:12 2014 +0100

    af-packet: clean up decode thread local storage
    
    Clean up the thread local data of the decode part of afpacket.
    
    Bug #978

commit c8d2a1e41788641a1258474e5f75b997cd26b64f
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Mar 5 12:22:40 2014 +0100

    drmemory: remove bug 978 suppression
    
    Bug is fixed, so suppression is no longer needed.
    
    Bug #978.

commit bb2e9af40fb5a527a7c5160b9282441b4a4f18cb
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Mar 5 12:21:00 2014 +0100

    pcap-file: clean up decode thread local storage
    
    Clean up the thread local data the decode portion of pcap-file use.
    
    Bug #978.

commit d26ceb23562ee77777f64390900c27f1e50198be
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Mar 5 12:18:57 2014 +0100

    decode: introduce DecodeThreadVarsFree
    
    As a mirror of DecodeThreadVarsAlloc, DecodeThreadVarsFree is used
    to free the memory that DecodeThreadVarsAlloc alloc'd, including
    AppLayer storage.

commit 552558894c274dd24248e132ffaa3baefbd76fb5
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Mar 5 12:17:20 2014 +0100

    app-layer: cleanups
    
    Clean up AppLayerParserThreadCtxAlloc and AppLayerParserThreadCtxFree.
    Both used confusing variables in loops, with the wrong types.

commit 7e268bd4d4684838559c80948ae2c9932e33eb82
Author: Jason Ish <jason.ish at emulex.com>
Date:   Wed Mar 26 09:51:27 2014 -0600

    Force pidfile creation of --pidfile.
    
    A pidfile can be useful when not in daemon mode, for example
    when running under a process supervisor.

commit 4085f0860250090d0341663c02aaad56f20979ca
Author: Tom DeCanio <decanio.tom at gmail.com>
Date:   Tue Apr 1 18:03:28 2014 -0700

    json: somewhere along the way  IP/port pairs had gotten swapped in
    http and ssh eve logs

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

Summary of changes:
 qa/drmemory.suppress   |   13 -------------
 src/app-layer-parser.c |   29 ++++++++++++++++-------------
 src/decode.c           |    9 +++++++++
 src/decode.h           |    1 +
 src/output-json-ssh.c  |    2 +-
 src/output-json.c      |    2 +-
 src/source-af-packet.c |   10 +++++++++-
 src/source-erf-dag.c   |   10 +++++++++-
 src/source-erf-file.c  |   10 +++++++++-
 src/source-ipfw.c      |   10 +++++++++-
 src/source-mpipe.c     |   10 +++++++++-
 src/source-napatech.c  |   10 +++++++++-
 src/source-nfq.c       |   10 +++++++++-
 src/source-pcap-file.c |    9 ++++++++-
 src/source-pcap.c      |   10 +++++++++-
 src/source-pfring.c    |   12 +++++++++++-
 src/suricata.c         |   36 +++++++++++++++++-------------------
 17 files changed, 136 insertions(+), 57 deletions(-)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list