[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-3.0-79-ge146810

OISF Git noreply at openinfosecfoundation.org
Fri Feb 26 11:17:30 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  e1468107e57e8c54f257175d671f76b9e32d15f2 (commit)
       via  3a3cc43f6a81eba3175d35b1843c57896f591238 (commit)
       via  3a6b7a1cd6301703972a6031728f5474b0bef2d5 (commit)
       via  fde7a2f656dfd8ba4a4f1aa3694ca3fc13acd05b (commit)
       via  c12044c6c53b3af388dbc06006b0230991eac38a (commit)
       via  cb66db5ef2a843d1ef8817c983fde5e443cef063 (commit)
       via  4db3a0f0b475652c39a7438c70498af31ac0ee4f (commit)
       via  f7c568d1b2f4a6e3711fe79e5b5decc6840cff07 (commit)
       via  5ccf6f30ea014c296028ea7c5e858453236f946e (commit)
      from  7a29aa116ed47e869fd1f82ad2847f2abaf5ec65 (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 e1468107e57e8c54f257175d671f76b9e32d15f2
Author: Andreas Herz <andi at geekosphere.org>
Date:   Thu Feb 25 21:33:36 2016 +0100

    nfqueue: fix wrong return value check in error cases
    
    The check for the return value was wrong, we have 0 for success and 1
    (and 2) for the error cases like TM_ECODE_FAILED, so we should quit
    unless TM_ECODE_OK (0) is returned for NFQInitThread. This fixes #1870

commit 3a3cc43f6a81eba3175d35b1843c57896f591238
Author: DIALLO David <david.diallo at ssi.gouv.fr>
Date:   Thu Feb 25 10:37:52 2016 +0100

    modbus: fix compiler uninitialized warnings with -Wmaybe-uninitialized
    
    All variables are initialized thanks to ModbusExtractUint8 or ModbusExtractUint16
    function that extracts 8bits or 16bits data from pointer the received input data.
    In case of extracting error (because of length), ModbusExtractUint8 or
    ModbusExtractUint16 returns an error that is managed by the caller function.
    
    All variables are now initialized to zero when they are declared. It does not
    change anything functionnally but it removes Modbus warnings.

commit 3a6b7a1cd6301703972a6031728f5474b0bef2d5
Author: Victor Julien <victor at inliniac.net>
Date:   Thu Feb 25 15:01:29 2016 +0100

    make install-rules: update URL to https and 3.0

commit fde7a2f656dfd8ba4a4f1aa3694ca3fc13acd05b
Author: Victor Julien <victor at inliniac.net>
Date:   Sat Jan 30 17:54:41 2016 +0100

    cuda: fix compilation

commit c12044c6c53b3af388dbc06006b0230991eac38a
Author: Victor Julien <victor at inliniac.net>
Date:   Sat Jan 30 17:28:28 2016 +0100

    cuda: update build system for modern versions
    
    Remove support for compute capabilities below 2.0.
    
    Add capabilities until 5.3.

commit cb66db5ef2a843d1ef8817c983fde5e443cef063
Author: Eric Leblond <eric at regit.org>
Date:   Thu Feb 11 11:44:12 2016 +0100

    xff: fix address overwrite in forward case

commit 4db3a0f0b475652c39a7438c70498af31ac0ee4f
Author: Tom DeCanio <decanio.tom at gmail.com>
Date:   Tue Jan 12 11:25:47 2016 -0800

    output-json-alert: fix segfault when alerts separated out from eve-log.

commit f7c568d1b2f4a6e3711fe79e5b5decc6840cff07
Author: Tom DeCanio <decanio.tom at gmail.com>
Date:   Wed Feb 24 17:15:09 2016 -0800

    output-json-http: Add JSON support for X-Flash-Version.
    Supported as a custom field.

commit 5ccf6f30ea014c296028ea7c5e858453236f946e
Author: Tom DeCanio <decanio.tom at gmail.com>
Date:   Tue Sep 1 16:09:26 2015 -0700

    Add JSON support for X-Authenticated-User.  Supported as a custom field.

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

Summary of changes:
 Makefile.am              |   4 +-
 configure.ac             |   3 +-
 src/Makefile.am          |  48 ++++++++---------
 src/app-layer-htp-xff.c  |   2 +-
 src/app-layer-modbus.c   |  16 +++---
 src/output-json-alert.c  | 131 +++++++++++++++++++++++++++++------------------
 src/output-json-http.c   |   4 ++
 src/source-nfq.c         |   2 +-
 src/util-cuda-buffer.c   |   2 +-
 src/util-cuda-handlers.c |   3 +-
 src/util-cuda-vars.c     |   2 +-
 src/util-cuda.c          |   4 +-
 12 files changed, 125 insertions(+), 96 deletions(-)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list