[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-3.2-23-g5867742
OISF Git
noreply at openinfosecfoundation.org
Tue Dec 20 22:55:28 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 586774203f69131baad05bb57c5627b239e9a9d6 (commit)
via 2820ed332e4fa09e1e60e9733cdb3aeb3780893c (commit)
via df28c1ac6eb318c6ccb29062052e4c99f84217e4 (commit)
via 8c65d45d55cc4945346f98dd3417ef2fbd2943ca (commit)
via 63a3b8412753c78414ef28a8f0d3cdb6670dfcee (commit)
via bc38cd593224405c1bb55284524533200b6a944f (commit)
via cb08f02140c0097734853977abb5db642f5b3d9d (commit)
via 27ec81118715bacc9ec50a75ac6b5efdb1e489e7 (commit)
via 9f6b58747b6939ec1c04019ea03aadf8432b3f5a (commit)
from ffcb4ad232da6250199477d413ae13fee6d2a945 (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 586774203f69131baad05bb57c5627b239e9a9d6
Author: Victor Julien <victor at inliniac.net>
Date: Tue Nov 22 21:46:20 2016 +0100
redis: support for all output types
commit 2820ed332e4fa09e1e60e9733cdb3aeb3780893c
Author: Victor Julien <victor at inliniac.net>
Date: Tue Nov 22 18:04:29 2016 +0100
redis: use 'binary' notation for output
commit df28c1ac6eb318c6ccb29062052e4c99f84217e4
Author: Victor Julien <victor at inliniac.net>
Date: Thu Dec 15 16:17:33 2016 +0100
common: add WARN_UNUSED macro
commit 8c65d45d55cc4945346f98dd3417ef2fbd2943ca
Author: Victor Julien <victor at inliniac.net>
Date: Wed Dec 14 14:24:44 2016 +0100
detect: remove dead code
commit 63a3b8412753c78414ef28a8f0d3cdb6670dfcee
Author: Eric Leblond <eric at regit.org>
Date: Tue Dec 20 10:43:07 2016 +0100
util-magic: fix build when magic is not available
If HAVE_MAGIC is not defined then we don't have the test functions
so we can't register them.
commit bc38cd593224405c1bb55284524533200b6a944f
Author: Victor Julien <victor at inliniac.net>
Date: Fri Oct 14 17:29:54 2016 +0200
doc: initial xbits documentation
commit cb08f02140c0097734853977abb5db642f5b3d9d
Author: Victor Julien <victor at inliniac.net>
Date: Thu Oct 13 12:42:17 2016 +0200
xbits: clean up parsing and tests
commit 27ec81118715bacc9ec50a75ac6b5efdb1e489e7
Author: Jason Ish <ish at unx.ca>
Date: Mon Dec 19 09:11:48 2016 -0600
pcap-log: fix memory leak during initialization of ring buffer
A free was missing when files are removed during initialization
of the ring buffer.
Redmine issue:
https://redmine.openinfosecfoundation.org/issues/1985
commit 9f6b58747b6939ec1c04019ea03aadf8432b3f5a
Author: Eric Leblond <eric at regit.org>
Date: Wed Dec 14 18:01:09 2016 +0100
smtp: commands and replies are not case sensitive
RFC states that "Commands and replies are not case sensitive" and
patterns were registered to be case sensitive. So this patch fixes
a trivial evasion of SMTP signatures.
-----------------------------------------------------------------------
Summary of changes:
doc/userguide/rules/index.rst | 1 +
doc/userguide/rules/xbits.rst | 48 ++++++++++
src/app-layer-smtp.c | 6 +-
src/detect-engine-siggroup.c | 47 ----------
src/detect-xbits.c | 213 +++++++++++++++++++++++-------------------
src/detect-xbits.h | 2 +
src/log-pcap.c | 1 +
src/suricata-common.h | 2 +
src/util-error.c | 1 +
src/util-error.h | 1 +
src/util-logopenfile.c | 13 ++-
src/util-magic.c | 3 +
12 files changed, 191 insertions(+), 147 deletions(-)
create mode 100644 doc/userguide/rules/xbits.rst
hooks/post-receive
--
OISF
More information about the Oisf-devel
mailing list