[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-3.2RC1-15-gbbb93e4

OISF Git noreply at openinfosecfoundation.org
Wed Nov 23 16:02:33 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  bbb93e487e6a4c206b158335128f108c8b08f909 (commit)
       via  a2e2f50fb933d9d6a0c15b23d28a71b5fc80ff13 (commit)
       via  fffdc6e3fdbf9e3912ec5e5faf731554f1dcc90f (commit)
       via  73a1d047790dac5ef3d336d996be517cc205a5c0 (commit)
       via  666fecc5795d57c5bf7c8b619ff5159a4954a95f (commit)
       via  b9ba792279a8bab2255cba960e977e2cc549596c (commit)
       via  d5eca41a715640d9af3b8229a8dec50fbad3fb22 (commit)
       via  2b874abada529288fb54e7274b458e980cfb186c (commit)
       via  3f8ee2afd3b861486ae6380d80dfd1966c6b61b1 (commit)
       via  0366d47608eeb00bb69ff93d2b8cef354c3435ec (commit)
       via  3012edae1cc3989d6b461366b06672e3c7776d5c (commit)
       via  3da7dad514fff3469d14f8eb9993062cabaee523 (commit)
       via  0792f80909ad86506a95954348a007301e951bba (commit)
       via  ee16b86900c50364078f5a43e2e18bd4d352bb55 (commit)
       via  064c070db7127d8670bbf7da84a36988bbf1214b (commit)
      from  f9f5e8a348e8c042bf0798aa5a1d1797ff2c04be (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 bbb93e487e6a4c206b158335128f108c8b08f909
Author: Jason Ish <ish at unx.ca>
Date:   Fri Sep 23 20:46:06 2016 -0600

    pcap-log: seed ring buffer on start up
    
    On start, look for existing pcap log files and add them to
    the ring buffer. This makes pcap-log self maintaining over
    restarts removing the need for external tools to clear
    orphaned files.

commit a2e2f50fb933d9d6a0c15b23d28a71b5fc80ff13
Author: Eric Leblond <eric at regit.org>
Date:   Wed Nov 9 14:08:07 2016 -0500

    documentation: fix list keywords URLs
    
    Update URLs in keyword definition to point to sphinx documentation.

commit fffdc6e3fdbf9e3912ec5e5faf731554f1dcc90f
Author: Jason Ish <ish at unx.ca>
Date:   Tue Nov 8 12:02:23 2016 -0500

    logging: hook the application log file into rotation

commit 73a1d047790dac5ef3d336d996be517cc205a5c0
Author: Jason Ish <ish at unx.ca>
Date:   Tue Nov 8 10:13:01 2016 -0500

    logging: open application log file in append mode
    
    It was being open in read/write mode, which was likely
    a mistake with append mode being the intention.

commit 666fecc5795d57c5bf7c8b619ff5159a4954a95f
Author: Jason Ish <ish at unx.ca>
Date:   Mon Nov 7 10:46:45 2016 -0500

    dns: accept a data length of 0 without marking as malformed
    
    Addresses issue:
    https://redmine.openinfosecfoundation.org/issues/1924

commit b9ba792279a8bab2255cba960e977e2cc549596c
Author: Jason Ish <ish at unx.ca>
Date:   Mon Nov 7 10:02:18 2016 -0500

    dns-events: fix direction of malformed events + typo

commit d5eca41a715640d9af3b8229a8dec50fbad3fb22
Author: Jason Ish <ish at unx.ca>
Date:   Mon Nov 21 10:24:17 2016 -0600

    ipfw: disable more code to suppress compiler warnings
    
    Disabled code lead to unused variable warnings, so disable the
    variable code as well.

commit 2b874abada529288fb54e7274b458e980cfb186c
Author: Jason Ish <ish at unx.ca>
Date:   Mon Nov 21 10:16:14 2016 -0600

    compiler warnings: fix compiler warnings in format strings

commit 3f8ee2afd3b861486ae6380d80dfd1966c6b61b1
Author: Victor Julien <victor at inliniac.net>
Date:   Fri Nov 18 11:18:57 2016 +0100

    detect-lua: unify on using 'lua' name vs 'luajit'

commit 0366d47608eeb00bb69ff93d2b8cef354c3435ec
Author: Victor Julien <victor at inliniac.net>
Date:   Fri Nov 18 11:18:33 2016 +0100

    luajit: remove unused instance counter

commit 3012edae1cc3989d6b461366b06672e3c7776d5c
Author: Victor Julien <victor at inliniac.net>
Date:   Thu Nov 17 14:27:41 2016 +0100

    luajit: update default yaml and doc for 'states'

commit 3da7dad514fff3469d14f8eb9993062cabaee523
Author: Victor Julien <victor at inliniac.net>
Date:   Thu Nov 17 08:54:44 2016 +0100

    lua: luajit improvements
    
    Luajit has a strange memory requirement, it's 'states' need to be in the
    first 2G of the process' memory.
    
    This patch improves the pool approach by moving it to the front of the
    start up.
    
    A new config option 'luajit.states' is added to control how many states
    are preallocated. It defaults to 128.
    
    Add a warning when more states are used then preallocated. This may fail
    if flow/stream/detect engines use a lot of memory. Add hint at exit that
    gives the max states in use if it's higher than the default.

commit 0792f80909ad86506a95954348a007301e951bba
Author: Jason Ish <ish at unx.ca>
Date:   Fri Nov 18 11:50:02 2016 -0600

    doc: only build pdf on dist if pdflatex is installed

commit ee16b86900c50364078f5a43e2e18bd4d352bb55
Author: Jason Ish <ish at unx.ca>
Date:   Fri Nov 18 11:41:11 2016 -0600

    doc: fix build pdf on non gnu make platforms
    
    The Makefile generated by sphinx-build is GNU Make specific
    causing the PDF phase to fail. Instead call pdflatex directly
    based on how the generated Makefile was doing it.

commit 064c070db7127d8670bbf7da84a36988bbf1214b
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Nov 23 10:35:42 2016 +0100

    pcap-file: minor cleanup

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

Summary of changes:
 configure.ac                                       |   8 +
 doc/userguide/Makefile.am                          |  11 +-
 doc/userguide/configuration/suricata-yaml.rst      |  22 +
 rules/dns-events.rules                             |   6 +-
 src/Makefile.am                                    |   1 +
 src/app-layer-dns-common.c                         |   9 +-
 src/detect-ack.c                                   |   2 +-
 src/detect-base64-data.c                           |   2 +-
 src/detect-base64-decode.c                         |   2 +-
 src/detect-classtype.c                             |   2 +-
 src/detect-content.c                               |   2 +-
 src/detect-depth.c                                 |   2 +-
 src/detect-detection-filter.c                      |   2 +-
 src/detect-distance.c                              |   2 +-
 src/detect-dsize.c                                 |   2 +-
 src/detect-fast-pattern.c                          |   2 +-
 src/detect-file-data.c                             |   2 +-
 src/detect-fileext.c                               |   2 +-
 src/detect-filemagic.c                             |   2 +-
 src/detect-filemd5.c                               |   2 +-
 src/detect-filename.c                              |   2 +-
 src/detect-filesha1.c                              |   2 +-
 src/detect-filesha256.c                            |   2 +-
 src/detect-filesize.c                              |   2 +-
 src/detect-filestore.c                             |   2 +-
 src/detect-flow.c                                  |   2 +-
 src/detect-flowbits.c                              |   2 +-
 src/detect-flowint.c                               |   2 +-
 src/detect-fragbits.c                              |   2 +-
 src/detect-fragoffset.c                            |   2 +-
 src/detect-gid.c                                   |   2 +-
 src/detect-hostbits.c                              |   2 +-
 src/detect-http-client-body.c                      |   2 +-
 src/detect-http-cookie.c                           |   2 +-
 src/detect-http-header.c                           |   2 +-
 src/detect-http-method.c                           |   2 +-
 src/detect-http-raw-uri.c                          |   2 +-
 src/detect-http-request-line.c                     |   2 +-
 src/detect-http-response-line.c                    |   2 +-
 src/detect-http-server-body.c                      |   2 +-
 src/detect-http-stat-code.c                        |   2 +-
 src/detect-http-stat-msg.c                         |   2 +-
 src/detect-http-ua.c                               |   2 +-
 src/detect-http-uri.c                              |   2 +-
 src/detect-icmp-id.c                               |   2 +-
 src/detect-icmp-seq.c                              |   2 +-
 src/detect-icode.c                                 |   2 +-
 src/detect-id.c                                    |   2 +-
 src/detect-ipopts.c                                |   2 +-
 src/detect-ipproto.c                               |   2 +-
 src/detect-isdataat.c                              |   2 +-
 src/detect-itype.c                                 |   2 +-
 src/detect-lua-extensions.c                        |  16 +-
 src/detect-lua.c                                   | 473 ++++++++-------------
 src/detect-lua.h                                   |   8 -
 src/detect-metadata.c                              |   2 +-
 src/detect-msg.c                                   |   2 +-
 src/detect-nocase.c                                |   2 +-
 src/detect-offset.c                                |   2 +-
 src/detect-pcre.c                                  |   2 +-
 src/detect-priority.c                              |   2 +-
 src/detect-reference.c                             |   2 +-
 src/detect-rev.c                                   |   2 +-
 src/detect-rpc.c                                   |   2 +-
 src/detect-sameip.c                                |   2 +-
 src/detect-seq.c                                   |   2 +-
 src/detect-sid.c                                   |   2 +-
 src/detect-stream_size.c                           |   2 +-
 src/detect-threshold.c                             |   2 +-
 src/detect-tls-cert-validity.c                     |   8 +-
 src/detect-tls-version.c                           |   2 +-
 src/detect-tls.c                                   |   8 +-
 src/detect-ttl.c                                   |   2 +-
 src/detect-urilen.c                                |   2 +-
 src/detect-window.c                                |   2 +-
 src/detect-within.c                                |   2 +-
 src/detect-xbits.c                                 |   2 +-
 src/detect.c                                       |   9 +-
 src/detect.h                                       |   4 +-
 src/log-dnslog.c                                   |   2 +-
 src/log-pcap.c                                     | 238 ++++++++++-
 src/output-lua.c                                   |  12 +-
 src/output-tx.c                                    |   4 +-
 src/runmode-unittests.c                            |   9 +
 src/source-ipfw.c                                  |   6 +-
 src/source-pcap-file.c                             |   2 +-
 src/suricata-common.h                              |   6 +
 src/suricata.c                                     |  13 +-
 src/suricata.h                                     |   8 +
 src/util-debug.c                                   |  32 +-
 src/util-debug.h                                   |   3 +
 src/util-error.c                                   |   2 +
 src/util-error.h                                   |   2 +
 src/util-lua.c                                     |  22 +
 src/util-lua.h                                     |   5 +
 src/util-luajit.c                                  | 155 +++++++
 src/{detect-http-response-line.h => util-luajit.h} |  15 +-
 suricata.yaml.in                                   |   9 +
 98 files changed, 842 insertions(+), 418 deletions(-)
 create mode 100644 src/util-luajit.c
 copy src/{detect-http-response-line.h => util-luajit.h} (74%)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list