[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-3.2.1-232-g7539973
OISF Git
noreply at openinfosecfoundation.org
Thu Apr 20 13:13:18 UTC 2017
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 753997310919cc041ac2b4058a7a46037bc2d613 (commit)
via 0dc57c937e3a01dfe3022bd64e4db64caea1a019 (commit)
via 29c8125758133ad99971fa4d8f40ea2b931d8620 (commit)
via a64e5e77c788b4fb05c1d67ed004cc67a725f117 (commit)
via 36667ab8a1c36dbc55e5f85e7aabe1f861292a25 (commit)
from c3b4dd5a7d742ddf0ce051466f96e6fb09b6d4da (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 753997310919cc041ac2b4058a7a46037bc2d613
Author: Ray Ruvinskiy <ray.ruvinskiy at arcticwolf.com>
Date: Thu Nov 24 12:16:09 2016 -0500
tls: logging for session resumption
We assume session resumption has occurred if the Client Hello message
included a session id, we have not seen the server certificate, but
we have seen a Change Cipher Spec message from the server.
Previously, these transactions were not logged at all because the
server cert was never seen.
Ticket: https://redmine.openinfosecfoundation.org/issues/1969
commit 0dc57c937e3a01dfe3022bd64e4db64caea1a019
Author: Ray Ruvinskiy <ray.ruvinskiy at arcticwolf.com>
Date: Wed Apr 19 11:27:26 2017 -0400
device: fix warning about NULL device
Fix '[ERRCODE: SC_ERR_INVALID_VALUE(130)] - Name of device should not be null'
warning on start-up with pfring.
Ticket: https://redmine.openinfosecfoundation.org/issues/2097
commit 29c8125758133ad99971fa4d8f40ea2b931d8620
Author: Victor Julien <victor at inliniac.net>
Date: Thu Apr 20 09:32:01 2017 +0200
redis: use SCCalloc to reduce risk of unitialized vars
commit a64e5e77c788b4fb05c1d67ed004cc67a725f117
Author: fooinha <fooinha at gmail.com>
Date: Thu Feb 23 22:42:05 2017 +0000
eve: async mode for redis output
eve: detects libevent for async redis at configure
eve: moves redis output code to new file - util-log-redis.{c,h}
eve: redis ECHO and QUIT commands for async mode
eve: redis output defaults if conf is missing
commit 36667ab8a1c36dbc55e5f85e7aabe1f861292a25
Author: fooinha <fooinha at gmail.com>
Date: Thu Feb 23 22:42:51 2017 +0000
doc: async mode for redis eve output
async: true ## if redis replies are read asynchronously
-----------------------------------------------------------------------
Summary of changes:
.travis.yml | 2 +
configure.ac | 51 +++
doc/userguide/configuration/suricata-yaml.rst | 4 +
doc/userguide/install.rst | 4 +-
doc/userguide/output/eve/eve-json-format.rst | 9 +
doc/userguide/output/eve/eve-json-output.rst | 2 +
src/Makefile.am | 1 +
src/app-layer-ssl.c | 153 ++++++-
src/app-layer-ssl.h | 6 +
src/log-tlslog.c | 36 +-
src/output-json-tls.c | 90 ++--
src/output-json.c | 2 +
src/util-error.c | 1 +
src/util-error.h | 1 +
src/util-log-redis.c | 572 ++++++++++++++++++++++++++
src/util-log-redis.h | 65 +++
src/util-logopenfile.c | 237 +----------
src/util-logopenfile.h | 22 +-
src/util-runmodes.c | 2 +-
suricata.yaml.in | 9 +-
20 files changed, 971 insertions(+), 298 deletions(-)
create mode 100644 src/util-log-redis.c
create mode 100644 src/util-log-redis.h
hooks/post-receive
--
OISF
More information about the Oisf-devel
mailing list