[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-4.0.0-beta1-50-g7c119cc

OISF Git noreply at openinfosecfoundation.org
Tue Jun 20 06:52:29 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  7c119cc595bd1dc29dfc54665ee76a5caf604c82 (commit)
       via  ed706583e961a8191aeb1274f823e82c4360cb05 (commit)
       via  e8dae2e0938b8d657083c54d2bf574e8130b2c52 (commit)
       via  db2d9281517f86b4283d714db81b0fd198999cf9 (commit)
       via  671e39642c319a44866d00c0aa7cce77d035dead (commit)
       via  829155b9d58d465cf29b08dbe7905aaaf7a8a70a (commit)
       via  96cc5030263ac66037c9bb98cd0e5b57c54a0ddc (commit)
       via  6dbc5be4beaeb7fed9b2c4dc39ff999ec3eb2f04 (commit)
      from  becf1a2dfe2f93798792190c0fda32be6c7eb8b5 (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 7c119cc595bd1dc29dfc54665ee76a5caf604c82
Author: Victor Julien <victor at inliniac.net>
Date:   Mon Jun 19 09:52:16 2017 +0200

    nfs: log number of chunks that xfer'd a file

commit ed706583e961a8191aeb1274f823e82c4360cb05
Author: Victor Julien <victor at inliniac.net>
Date:   Sat Jun 17 10:39:24 2017 +0200

    nfs: add nfs to alerts
    
    Also add a single 'applayer' option for alert augmentation that
    applies to all app-layers.

commit e8dae2e0938b8d657083c54d2bf574e8130b2c52
Author: Victor Julien <victor at inliniac.net>
Date:   Fri Jun 16 20:35:33 2017 +0200

    nfs: add to fileinfo events

commit db2d9281517f86b4283d714db81b0fd198999cf9
Author: Victor Julien <victor at inliniac.net>
Date:   Fri Jun 16 16:09:18 2017 +0200

    rust/nfs: add (file)handle to log as crc32

commit 671e39642c319a44866d00c0aa7cce77d035dead
Author: Jason Ish <ish at unx.ca>
Date:   Fri Jun 16 08:54:38 2017 -0600

    travis: set dist to trusty (Ubuntu 14.04).
    
    The default is still 12.04 which is EOL.

commit 829155b9d58d465cf29b08dbe7905aaaf7a8a70a
Author: Jason Ish <ish at unx.ca>
Date:   Thu Jun 15 23:40:50 2017 -0600

    rust/dns: pass byte arrays directly to rust/json
    
    Using the json.set_string_from_bytes which will
    safely convert the bytes printable ascii string
    before logging.

commit 96cc5030263ac66037c9bb98cd0e5b57c54a0ddc
Author: Jason Ish <ish at unx.ca>
Date:   Thu Jun 15 23:39:26 2017 -0600

    rust/lua: use lua_pushlstring for strings
    
    Lua strings can contain NULLs, and Rust strings are UTF8 which
    can also contain NULLs. Use pushlstring so a NULL containing
    string can be pushed.

commit 6dbc5be4beaeb7fed9b2c4dc39ff999ec3eb2f04
Author: Jason Ish <ish at unx.ca>
Date:   Thu Jun 15 23:38:04 2017 -0600

    rust/json: only output printable characters
    
    Rust strings are UTF8 and we cannot yet rely on jansson
    having json_stringn on all supported OS distributions yet
    so sanitize strings to ascii before printing.
    
    Also add set_string_from_bytes which is like set_string, but
    accepts a byte array as input.

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

Summary of changes:
 .travis.yml             |  1 +
 rust/Cargo.toml.in      |  1 +
 rust/src/dns/dns.rs     | 32 ------------------------------
 rust/src/dns/log.rs     | 47 ++++----------------------------------------
 rust/src/dns/lua.rs     | 12 ++++++------
 rust/src/json.rs        | 52 +++++++++++++++++++++++++++++++++++++++++++++++--
 rust/src/lib.rs         |  2 ++
 rust/src/lua.rs         |  5 ++---
 rust/src/nfs/log.rs     | 21 ++++++++++++++++++++
 rust/src/nfs/nfs.rs     | 25 ++++++++++++++++++++----
 src/output-json-alert.c | 42 ++++++++++++++++++++++++++++-----------
 src/output-json-file.c  | 11 +++++++++++
 src/output-json-nfs.c   | 26 +++++++++++++++++++++++++
 src/output-json-nfs.h   |  5 ++++-
 suricata.yaml.in        |  6 +-----
 15 files changed, 181 insertions(+), 107 deletions(-)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list