[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-3.0.1-186-g9818557

OISF Git noreply at openinfosecfoundation.org
Mon May 2 12:38:41 UTC 2016


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  98185573690895122f0c040ec16b5e498b82cffa (commit)
       via  d9639fba60a0f81e9d8c3181e5577243a7bffd2b (commit)
       via  dbbca37a942f8122929cd2a4af1dd9ae425c9c56 (commit)
       via  71018cd2cecabe69c381e8b9a78ecbe9cbc86a4a (commit)
       via  f211fa48f46b23e34dc396667cc9c53152a38f8f (commit)
       via  68cfa009a0105ff2ae3f116d587f41ed92d5ef3e (commit)
       via  10d3d90f06117e3740d9915e7df9a9ba80e608c5 (commit)
       via  885747218bfb23b8e880f2444f23228cf3bff527 (commit)
       via  8c8759c189cd3f55d6630aac54112681cf833780 (commit)
       via  f8a40dd9068298214a065237bdf76449a06858c7 (commit)
       via  41c768ce2837355e6556a13d076dd5bdd81d6c82 (commit)
       via  1bfebae8c414df1499211ae7a0aca7a69e05d4f1 (commit)
       via  19bc6c1f9f8ab7d8b969d724d081ff754f662ead (commit)
       via  a6adb5dbbf9cf4ac634f9f85d551a4c777676813 (commit)
       via  a17ac21077a9b3264020793e7a67518b339a3680 (commit)
       via  88a6e7960799370b9e9f56a94a3be630043e3c3d (commit)
       via  10d1450e4995630834736bcb5ed192a463d87659 (commit)
       via  63937cd9039f7b5205ba732209b850396d07ede8 (commit)
      from  7f700a137cd54497c16d99a0c4418f1296a87aaa (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 98185573690895122f0c040ec16b5e498b82cffa
Author: Victor Julien <victor at inliniac.net>
Date:   Mon May 2 14:30:35 2016 +0200

    stats: fix stats.log ignoring null-values for threads

commit d9639fba60a0f81e9d8c3181e5577243a7bffd2b
Author: Victor Julien <victor at inliniac.net>
Date:   Mon May 2 11:59:47 2016 +0200

    cppcheck: fix harmless warnings
    
    [src/detect-engine-loader.c:272]: (error) Buffer is accessed out of bounds.
    [src/flow-manager.c:742]: (error) Buffer is accessed out of bounds.
    [src/flow-manager.c:906]: (error) Buffer is accessed out of bounds.

commit dbbca37a942f8122929cd2a4af1dd9ae425c9c56
Author: Zachary Rasmor <zachary.r.rasmor at lmco.com>
Date:   Wed Apr 27 00:51:54 2016 -0400

    Remove free operation on thread name field.
    
    Name field is now  a pre-allocated array - free is no longer necessary.
    Fix issue leading to segfault during interface shortening in Single runmode.

commit 71018cd2cecabe69c381e8b9a78ecbe9cbc86a4a
Author: Victor Julien <victor at inliniac.net>
Date:   Tue Nov 24 18:57:47 2015 +0100

    runmodes: constify names

commit f211fa48f46b23e34dc396667cc9c53152a38f8f
Author: Zachary Rasmor <zachary.r.rasmor at lmco.com>
Date:   Sun Dec 6 11:36:26 2015 -0500

    Update unit test to account for 'name' type change.

commit 68cfa009a0105ff2ae3f116d587f41ed92d5ef3e
Author: Zachary Rasmor <zachary.r.rasmor at lmco.com>
Date:   Sat Dec 5 19:52:20 2015 -0500

    Update thread creation and threads to use global thread names.
    
    Thread name is now stored as a static string buffer,
    string duplication and alloc/de-alloc is no longer required.

commit 10d3d90f06117e3740d9915e7df9a9ba80e608c5
Author: Zachary Rasmor <zachary.r.rasmor at lmco.com>
Date:   Sat Dec 5 19:56:55 2015 -0500

    Change thread name from pointer to buffer. Remove pointer free.

commit 885747218bfb23b8e880f2444f23228cf3bff527
Author: Zachary Rasmor <zachary.r.rasmor at lmco.com>
Date:   Wed Nov 4 22:55:13 2015 -0500

    Update shortening algorithm to account for addition of #.

commit 8c8759c189cd3f55d6630aac54112681cf833780
Author: Zachary Rasmor <zachary.r.rasmor at lmco.com>
Date:   Thu Nov 5 00:30:31 2015 -0500

    Add global threadnames.
    
    Update thread naming convention to follow: W#01-eth0.
    Add interface name where applicable, add #.

commit f8a40dd9068298214a065237bdf76449a06858c7
Author: Zachary Rasmor <zachary.r.rasmor at lmco.com>
Date:   Wed Nov 4 23:43:31 2015 -0500

    Update pcap-file runmode to adhere to new thread standard.

commit 41c768ce2837355e6556a13d076dd5bdd81d6c82
Author: Zachary Rasmor <zachary.r.rasmor at lmco.com>
Date:   Wed Nov 4 22:47:04 2015 -0500

    Update threads to use global thread names.
    
    Update FlowManager/Recycler to use global name.
    Also add # into thread number.
    Update af-packet to use global threadnames.
    Update pcap to use global threadnames.
    Update pfring to use global threadnames.
    Update erf-dag to use global threadnames.
    Update nflog to use global threadnames.
    Update netmap to use global threadnames.
    Update napatech to use global threadnames.

commit 1bfebae8c414df1499211ae7a0aca7a69e05d4f1
Author: Zachary Rasmor <zachary.r.rasmor at lmco.com>
Date:   Sun Sep 20 21:58:46 2015 -0400

    Update IPS thread names to new name standard.

commit 19bc6c1f9f8ab7d8b969d724d081ff754f662ead
Author: Zachary Rasmor <zachary.r.rasmor at lmco.com>
Date:   Fri Sep 18 23:15:54 2015 -0400

    Update thread naming convention for all IDS modes.
    
    - Change 'Detect' to 'W'
    - Enforce 2 digit numbering in thread names with leading zero
    - Add 01 after W for single mode: W01

commit a6adb5dbbf9cf4ac634f9f85d551a4c777676813
Author: maxtors <moe.andreas at gmail.com>
Date:   Thu May 7 14:09:04 2015 +0200

    Changed naming of flowmanager/recycler.
    
    - Changed FlowManagerThread to FM-
    - Changed FlowRecyclerThread to FR-
    - Changed use of strcasecmp to strncasecmp. This was used in the
      killing and disabling of FM/FR Threads.

commit a17ac21077a9b3264020793e7a67518b339a3680
Author: maxtors <moe.andreas at gmail.com>
Date:   Thu Apr 16 22:22:54 2015 +0200

    Reworked how shortening should be performed.
    
    The shortening of the interfacenames is now dependent on the
    size of the destination buffer, so that this can be easily
    changed in the future. The process uses snprintf and strlcat.
    
    Also changed the buffer sizes in the util-runmodes to 12
    so that they can hold 11 chars + null terminator.

commit 88a6e7960799370b9e9f56a94a3be630043e3c3d
Author: maxtors <moe.andreas at gmail.com>
Date:   Wed Apr 15 16:38:58 2015 +0200

    Fixed string copy and cat functions and made shortening safer.
    
    Changed out strcpy, strncpy to strlcat and strlcpy. Also added
    checks to see if the shortening did work or if it would fail in
    advance. Fixed code in util-device and util-runmodes.

commit 10d1450e4995630834736bcb5ed192a463d87659
Author: maxtors <moe.andreas at gmail.com>
Date:   Wed Apr 15 15:21:24 2015 +0200

    Added shortening of listening interface in util-runmodes
    
    Added function LiveSafeDeviceName in util-device that shortens an
    NIC device name if the name is over a given length and turns
    it in to Ex: longi...eeth1

commit 63937cd9039f7b5205ba732209b850396d07ede8
Author: Eric Leblond <eric at regit.org>
Date:   Fri Apr 29 19:49:11 2016 +0200

    detect-msg: fix option parsing
    
    Code removing the space before the double quote at msg option start
    was not working correctly for option starting with a space.

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

Summary of changes:
 src/counters.c             |  5 ++--
 src/detect-engine-loader.c |  7 +++--
 src/detect-msg.c           | 33 ++++++++++++++++++++-
 src/detect.c               |  2 +-
 src/flow-manager.c         | 32 ++++++++++++--------
 src/log-stats.c            |  3 ++
 src/runmode-af-packet.c    |  6 ++--
 src/runmode-erf-dag.c      |  6 ++--
 src/runmode-erf-file.c     |  8 +++--
 src/runmode-napatech.c     |  4 +--
 src/runmode-netmap.c       |  6 ++--
 src/runmode-nflog.c        |  6 ++--
 src/runmode-pcap-file.c    | 13 ++++++--
 src/runmode-pcap.c         |  6 ++--
 src/runmode-pfring.c       |  6 ++--
 src/runmode-tile.c         |  2 +-
 src/runmodes.c             | 12 ++++++++
 src/runmodes.h             | 12 ++++++++
 src/threadvars.h           |  2 +-
 src/tm-threads.c           | 18 +++++------
 src/tm-threads.h           | 10 +++----
 src/unix-manager.c         |  2 +-
 src/util-device.c          | 58 ++++++++++++++++++++++++++++++++++++
 src/util-device.h          |  1 +
 src/util-runmodes.c        | 74 +++++++++++++++++++++++++++++-----------------
 src/util-runmodes.h        | 28 +++++++++---------
 26 files changed, 257 insertions(+), 105 deletions(-)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list