[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-3.2.1-139-g89ba581
OISF Git
noreply at openinfosecfoundation.org
Fri Feb 17 17:06:12 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 89ba5816dc303d54741bdfd0a3896c7c1ce50d91 (commit)
via 82f61031499c40b09afd9469a6a042a1c3ce482d (commit)
via 2c01985e731d97eafb4b644cd78641197093f859 (commit)
via d8e9e1fd77b1ab47a2a455cc88ea38d74876f76c (commit)
via c810748a60295dab22fa504bf151984244a0ffd7 (commit)
via 234a3a890bb16141d5fb67b12e239ad52c7edf4c (commit)
via 7293286f2fab12cd674d29d0a5559de03954aa09 (commit)
via 8c8db1cf0f8dccf0119300addfd2d6a51367e166 (commit)
via 6a382259f8093a5ed1b7c0377f7190db4cea2d9e (commit)
via 65317ba865bc498ca01c8a146d89b4504c75663d (commit)
via d445b4b5fa5b00382138804eb86fe262d61a0eee (commit)
via 9da7be81f072bd5ec4e25682595bf7ebab38e9b9 (commit)
via c859d39f4f6948c6cc4282aeb0382b08adf53956 (commit)
via 955c22712708301f17d128889d7f8629037bb20b (commit)
via 2f30adb08aecdb0ad16f13cec2c2f80df58ea007 (commit)
via 511e8049157bb8cc6f313b32da5cf98031437b1e (commit)
via f74eff9eacbbe5b1d20369528123b8680fee92cd (commit)
via f38087105723f9fc52df24a66858bb4e51109b92 (commit)
from cc4010343dd495df44d0791f4aadadb63656982e (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 89ba5816dc303d54741bdfd0a3896c7c1ce50d91
Author: Jason Ish <ish at unx.ca>
Date: Tue Jan 17 00:33:17 2017 -0600
doc: update unified2 section
Remove documentation on older unified formats that have
been removed.
commit 82f61031499c40b09afd9469a6a042a1c3ce482d
Author: Jason Ish <ish at unx.ca>
Date: Mon Jan 16 16:25:56 2017 -0600
unified2: nostamp and file rotation
Give unified2 a nostamp option which will create the file
without the timestamp suffix (like Snort's nostamp option).
Also register for rotation notification on SIGHUP so the file
will be recreated if it is removed by an external rotation
program (only when nostamp is used).
commit 2c01985e731d97eafb4b644cd78641197093f859
Author: Jason Ish <ish at unx.ca>
Date: Mon Jan 16 16:02:43 2017 -0600
autoconf - look for stdbool.h
commit d8e9e1fd77b1ab47a2a455cc88ea38d74876f76c
Author: Jason Ish <ish at unx.ca>
Date: Mon Jan 16 14:45:32 2017 -0600
unified2: minor cleanups
- remove unused arguments and make static
commit c810748a60295dab22fa504bf151984244a0ffd7
Author: Jason Ish <ish at unx.ca>
Date: Thu Feb 16 13:02:58 2017 -0600
Makefile: fix race condition in make install-full
Use recursive make for the install process so it
is executed in a predictable order.
Addresses issue:
https://redmine.openinfosecfoundation.org/issues/1470
which triggered on OSX/macOS.
commit 234a3a890bb16141d5fb67b12e239ad52c7edf4c
Author: Mats Klepsland <mats.klepsland at gmail.com>
Date: Fri Jan 27 12:50:08 2017 +0100
output-json-alert: print 'tunnel' JSON object if tunnel
Log src_ip, dst_ip and proto for root packet (p->root) if the
packet that triggered is inside a tunnel, as JSON object
'tunnel'. Also log recursion depth to indicate the depth of
the tunnel.
commit 7293286f2fab12cd674d29d0a5559de03954aa09
Author: Mats Klepsland <mats.klepsland at gmail.com>
Date: Fri Jan 27 12:42:08 2017 +0100
output-json: move code to get 5-tuple to own function
Move code to get 5-tuple in JSON object to own function 'JsonFiveTuple'.
This enables this code to be reused when printing 'parent' JSON object in
output-json-alert.
commit 8c8db1cf0f8dccf0119300addfd2d6a51367e166
Author: Mats Klepsland <mats.klepsland at gmail.com>
Date: Fri Jan 27 10:19:01 2017 +0100
output-json-alert: fix wrongful comments
commit 6a382259f8093a5ed1b7c0377f7190db4cea2d9e
Author: Mats Klepsland <mats.klepsland at gmail.com>
Date: Wed Jan 25 14:11:49 2017 +0100
doc: documentation for custom JSON flags in eve-log
commit 65317ba865bc498ca01c8a146d89b4504c75663d
Author: Mats Klepsland <mats.klepsland at gmail.com>
Date: Thu Jan 19 07:15:00 2017 +0100
output-json: make JSON flags in eve-log user configurable
commit d445b4b5fa5b00382138804eb86fe262d61a0eee
Author: Victor Julien <victor at inliniac.net>
Date: Fri Feb 17 12:50:30 2017 +0100
dce: remove commented out code
commit 9da7be81f072bd5ec4e25682595bf7ebab38e9b9
Author: Victor Julien <victor at inliniac.net>
Date: Thu Feb 16 16:41:06 2017 +0100
flow-worker: clean up thread init
commit c859d39f4f6948c6cc4282aeb0382b08adf53956
Author: Victor Julien <victor at inliniac.net>
Date: Thu Feb 16 15:52:49 2017 +0100
coverity: suppress CID 1400648
commit 955c22712708301f17d128889d7f8629037bb20b
Author: Victor Julien <victor at inliniac.net>
Date: Thu Feb 16 15:38:26 2017 +0100
detect-ssh: cleanup duplicate code
commit 2f30adb08aecdb0ad16f13cec2c2f80df58ea007
Author: Victor Julien <victor at inliniac.net>
Date: Thu Feb 16 15:36:16 2017 +0100
detect-lua: setup cleanup, fixing a potential int issue
commit 511e8049157bb8cc6f313b32da5cf98031437b1e
Author: Victor Julien <victor at inliniac.net>
Date: Thu Feb 16 15:27:09 2017 +0100
detect: fix missing unlock in error path
commit f74eff9eacbbe5b1d20369528123b8680fee92cd
Author: Victor Julien <victor at inliniac.net>
Date: Thu Jan 12 10:19:27 2017 +0100
threads: address sleep under lock issue
commit f38087105723f9fc52df24a66858bb4e51109b92
Author: Victor Julien <victor at inliniac.net>
Date: Mon Nov 28 15:36:29 2016 +0100
threads: don't sleep under lock
-----------------------------------------------------------------------
Summary of changes:
Makefile.am | 5 +-
configure.ac | 2 +-
doc/userguide/configuration/suricata-yaml.rst | 109 +-
doc/userguide/output/eve/eve-json-output.rst | 23 +
src/alert-unified2-alert.c | 87 +-
src/detect-engine-dcepayload.c | 6429 -------------------------
src/detect-engine.c | 7 +-
src/detect-lua.c | 61 +-
src/detect-ssh-proto.c | 9 +-
src/detect-ssh-software.c | 9 +-
src/flow-manager.c | 60 +-
src/flow-worker.c | 23 +-
src/output-json-alert.c | 35 +-
src/output-json.c | 145 +-
src/output-json.h | 1 +
src/suricata-common.h | 4 +
src/threadvars.h | 1 +
src/tm-threads.c | 118 +-
src/tm-threads.h | 1 -
src/unix-manager.c | 11 +-
src/util-logopenfile.c | 29 +
src/util-logopenfile.h | 6 +
suricata.yaml.in | 5 +
23 files changed, 486 insertions(+), 6694 deletions(-)
hooks/post-receive
--
OISF
More information about the Oisf-devel
mailing list