[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-3.2beta1-11-g76b5521
OISF Git
noreply at openinfosecfoundation.org
Tue Oct 4 07:27:21 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 76b55214f025b9ba32f3bbb64f17cec7e0cd4fa7 (commit)
via 3cf1b1206174eb3ae7c2030dafe6b0862b165390 (commit)
via 0d155932585a76e16b6da89e3f9f10009b0cd796 (commit)
via 34bfacdee050a9c2791a1cd0691203b099ba856d (commit)
via adb6c75e2eec71e2a53af6fd61d1f1ff2c218631 (commit)
via 82a6bfd599cd47a9ffa81aaacea4e0546eec8960 (commit)
via a4450b768eeb56eb095805c62cc793173ec129b1 (commit)
via 5c78fdbc9cff1e71c1d696d12861ea439f2383ca (commit)
via cd4c9e73f8f69bd667ef2d560cfd6c00e9eb8878 (commit)
via 3df7f97a33a0897cfd1738d6385c3459ae8645a8 (commit)
via 79d21e9eee4dafcfefcae3588ee35188c42430b7 (commit)
from 790ac8d417d451358a2aca6db81a4cc5363fad33 (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 76b55214f025b9ba32f3bbb64f17cec7e0cd4fa7
Author: Victor Julien <victor at inliniac.net>
Date: Mon Oct 3 18:44:53 2016 +0200
doc: rules-meta small cleanup
commit 3cf1b1206174eb3ae7c2030dafe6b0862b165390
Author: Victor Julien <victor at inliniac.net>
Date: Mon Oct 3 18:18:02 2016 +0200
doc: http sticky vs modifier
commit 0d155932585a76e16b6da89e3f9f10009b0cd796
Author: Victor Julien <victor at inliniac.net>
Date: Mon Oct 3 18:02:07 2016 +0200
doc: move urilen to other uri keywords
commit 34bfacdee050a9c2791a1cd0691203b099ba856d
Author: Victor Julien <victor at inliniac.net>
Date: Mon Oct 3 17:58:20 2016 +0200
doc: add minimal http request/response line sections
commit adb6c75e2eec71e2a53af6fd61d1f1ff2c218631
Author: Victor Julien <victor at inliniac.net>
Date: Tue Oct 4 07:19:23 2016 +0200
doc: only make sphinx warnings fatal on html/pdf
commit 82a6bfd599cd47a9ffa81aaacea4e0546eec8960
Author: Jason Ish <ish at unx.ca>
Date: Mon Oct 3 14:22:07 2016 -0600
doc: manpage: add bugs and notes section
commit a4450b768eeb56eb095805c62cc793173ec129b1
Author: Jason Ish <ish at unx.ca>
Date: Mon Oct 3 14:13:16 2016 -0600
doc: manpage: add signals section
commit 5c78fdbc9cff1e71c1d696d12861ea439f2383ca
Author: Jason Ish <ish at unx.ca>
Date: Mon Oct 3 12:05:32 2016 -0600
doc: break out command line options into a common doc
The command line options can now be consumed by the man page
and the user guide.
Some attempt was made to order the options from common/basic
progressing to advanced with some notion of options
grouped together.
commit cd4c9e73f8f69bd667ef2d560cfd6c00e9eb8878
Author: Jason Ish <ish at unx.ca>
Date: Mon Oct 3 11:16:13 2016 -0600
doc: fix sphinx warnings
This involved removing documents that were intentionally
not referenced as they are not good candidates for the
user guide.
commit 3df7f97a33a0897cfd1738d6385c3459ae8645a8
Author: Jason Ish <ish at unx.ca>
Date: Mon Oct 3 11:15:50 2016 -0600
doc: fail on sphinx warnings
commit 79d21e9eee4dafcfefcae3588ee35188c42430b7
Author: Jason Ish <ish at unx.ca>
Date: Mon Oct 3 10:21:39 2016 -0600
docs: include userguide.pdf in dist
-----------------------------------------------------------------------
Summary of changes:
doc/userguide/Makefile.am | 22 +-
doc/userguide/command-line-options.rst | 133 +----------
doc/userguide/file-extraction/file-extraction.rst | 1 -
.../filemd5-and-whiteblacklisting-with-md5.rst | 256 ---------------------
doc/userguide/manpages/suricata.rst | 199 +++-------------
doc/userguide/output/files-json/elk.rst | 239 -------------------
doc/userguide/output/files-json/files-json.rst | 62 -----
doc/userguide/output/files-json/mongodb.rst | 97 --------
doc/userguide/output/files-json/mysql.rst | 36 ---
doc/userguide/output/files-json/postgresql.rst | 79 -------
.../output/files-json/script-follow-json.rst | 100 --------
.../useful-queries-for-mysql-and-postgresql.rst | 138 -----------
doc/userguide/partials/options-unittests.rst | 25 ++
doc/userguide/partials/options.rst | 222 ++++++++++++++++++
.../performance/tuning-considerations.rst | 2 +-
doc/userguide/rules/enip-keyword.rst | 2 +-
doc/userguide/rules/http-keywords.rst | 131 ++++++++---
doc/userguide/rules/meta.rst | 17 +-
18 files changed, 400 insertions(+), 1361 deletions(-)
delete mode 100644 doc/userguide/file-extraction/filemd5-and-whiteblacklisting-with-md5.rst
delete mode 100644 doc/userguide/output/files-json/elk.rst
delete mode 100644 doc/userguide/output/files-json/files-json.rst
delete mode 100644 doc/userguide/output/files-json/mongodb.rst
delete mode 100644 doc/userguide/output/files-json/mysql.rst
delete mode 100644 doc/userguide/output/files-json/postgresql.rst
delete mode 100644 doc/userguide/output/files-json/script-follow-json.rst
delete mode 100644 doc/userguide/output/files-json/useful-queries-for-mysql-and-postgresql.rst
create mode 100644 doc/userguide/partials/options-unittests.rst
create mode 100644 doc/userguide/partials/options.rst
hooks/post-receive
--
OISF
More information about the Oisf-devel
mailing list