[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-1.2.1-109-g2197f1a

noreply at openinfosecfoundation.org noreply at openinfosecfoundation.org
Fri Feb 24 19:25:39 UTC 2012


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  2197f1a62529c6021c71de6c9846f8ee0f9f4bc4 (commit)
       via  8b1333a2772973d162e1ee9e0bc70ece1812cdc5 (commit)
      from  5ba41c78903ab34adfbb6289d5263d7b290f92c8 (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 2197f1a62529c6021c71de6c9846f8ee0f9f4bc4
Author: Victor Julien <victor at inliniac.net>
Date:   Fri Feb 24 20:24:54 2012 +0100

    file-inspection: split 'file' output module into file-store and file-log. Store stores files. Log logs json records.

commit 8b1333a2772973d162e1ee9e0bc70ece1812cdc5
Author: Victor Julien <victor at inliniac.net>
Date:   Fri Feb 24 16:07:08 2012 +0100

    Add more flow lock assertions to the debug validation code.

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

Summary of changes:
 src/Makefile.am                     |    1 +
 src/app-layer-parser.c              |    6 +
 src/app-layer.c                     |    6 +-
 src/detect-app-layer-event.c        |    2 +
 src/detect.c                        |    2 +
 src/flow-timeout.c                  |   36 +++-
 src/log-file.c                      |  309 +++--------------------------------
 src/{log-file.c => log-filestore.c} |  260 +++++++++---------------------
 src/{log-file.h => log-filestore.h} |    6 +-
 src/stream-tcp.c                    |    3 +
 src/suricata.c                      |    2 +
 src/tm-threads-common.h             |    1 +
 src/util-file.c                     |    4 +
 src/util-file.h                     |    3 +-
 suricata.yaml.in                    |   13 ++-
 15 files changed, 172 insertions(+), 482 deletions(-)
 copy src/{log-file.c => log-filestore.c} (65%)
 copy src/{log-file.h => log-filestore.h} (89%)


hooks/post-receive
-- 
OISF



More information about the Oisf-devel mailing list