[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-1.3.1-50-g250c4e9

noreply at openinfosecfoundation.org noreply at openinfosecfoundation.org
Thu Aug 30 15:18:30 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  250c4e9310012f86241c2dae6438e6fe2025e9f4 (commit)
       via  f93c54136c3d2fe87bd4c47c1774d72bb3943200 (commit)
       via  869109a6a008155d16aef4d8cab51018645e37ca (commit)
       via  8f71333e12803ccd7aa82ad12abb57ff98d890bb (commit)
       via  970fdee204cab5d8f4d29d11e7337a918992b7b4 (commit)
      from  3849588c61a0fbad79dfab31cfa3fec200ad9467 (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 250c4e9310012f86241c2dae6438e6fe2025e9f4
Author: Victor Julien <victor at inliniac.net>
Date:   Thu Aug 30 17:17:28 2012 +0200

    file: convert filesize to new FileMatch api.

commit f93c54136c3d2fe87bd4c47c1774d72bb3943200
Author: Victor Julien <victor at inliniac.net>
Date:   Thu Aug 30 16:50:16 2012 +0200

    stream/app layer: call new Truncate callback for data gap case as well.

commit 869109a6a008155d16aef4d8cab51018645e37ca
Author: Victor Julien <victor at inliniac.net>
Date:   Thu Aug 30 16:44:36 2012 +0200

    stream/app layer: add Truncate app layer callback that is called if stream depth is reached. Use it to trunc open files in HTTP.

commit 8f71333e12803ccd7aa82ad12abb57ff98d890bb
Author: Victor Julien <victor at inliniac.net>
Date:   Thu Aug 30 10:02:02 2012 +0200

    file: implement filesize keyword. #489.

commit 970fdee204cab5d8f4d29d11e7337a918992b7b4
Author: Anoop Saldanha <anoopsaldanha at gmail.com>
Date:   Wed Aug 29 15:17:59 2012 +0530

    detection engine port api unittests cleanup

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

Summary of changes:
 src/Makefile.am                                   |    1 +
 src/app-layer-htp.c                               |    9 +
 src/app-layer-parser.c                            |   21 +
 src/app-layer-parser.h                            |    4 +
 src/detect-engine-file.c                          |    6 +
 src/detect-engine-port.c                          |  117 +++--
 src/detect-engine-siggroup.c                      |   27 +
 src/detect-engine-siggroup.h                      |    1 +
 src/detect-engine-state.c                         |   14 +-
 src/detect-filesize.c                             |  530 +++++++++++++++++++++
 src/{util-profiling-locks.h => detect-filesize.h} |   33 +-
 src/detect.c                                      |   37 ++
 src/detect.h                                      |    4 +
 src/flow.h                                        |    4 +
 src/log-filestore.c                               |    4 +-
 src/stream-tcp-reassemble.c                       |    6 +
 src/stream.h                                      |    3 +-
 src/util-file.c                                   |   98 +++-
 src/util-file.h                                   |   24 +-
 19 files changed, 839 insertions(+), 104 deletions(-)
 create mode 100644 src/detect-filesize.c
 copy src/{util-profiling-locks.h => detect-filesize.h} (51%)


hooks/post-receive
-- 
OISF



More information about the Oisf-devel mailing list