[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-1.3beta1-77-ga0e57f5

noreply at openinfosecfoundation.org noreply at openinfosecfoundation.org
Fri May 25 14:03:59 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  a0e57f58e5d4ea12c2da22f14d59a53e51fa7b45 (commit)
       via  00948c86d508fc701c1e1a3b2bca073ffad50d1b (commit)
       via  40cda7e14942f999d6aeda62b0c90040224f900f (commit)
       via  ed3599b3d8d57dae3e1bab520a589bbb49bdc7db (commit)
      from  5933cee2ff9c442b83614ada9a9c242c7b721967 (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 a0e57f58e5d4ea12c2da22f14d59a53e51fa7b45
Author: Eric Leblond <eric at regit.org>
Date:   Sun May 20 17:12:19 2012 +0200

    OpenBSD: introduce SCLocalTime function.
    
    This function is a wrapper to localtime_r. It is needed to avoid
    a compilation warning on OpenBSD. I'm forced to type the function
    to a non pointer first parameter. If not we will have to use two
    differents functions in OpenBSD where tv->tv_sec is a long
    (different from time_t).

commit 00948c86d508fc701c1e1a3b2bca073ffad50d1b
Author: Victor Julien <victor at inliniac.net>
Date:   Fri Feb 10 14:29:16 2012 +0100

    Add debug messages to HTTP error/warning handling.

commit 40cda7e14942f999d6aeda62b0c90040224f900f
Author: Victor Julien <victor at inliniac.net>
Date:   Fri Feb 10 14:28:50 2012 +0100

    Support FNAME and FCOMMENT extensions in gzip'd http content.

commit ed3599b3d8d57dae3e1bab520a589bbb49bdc7db
Author: Victor Julien <victor at inliniac.net>
Date:   Fri May 25 14:54:46 2012 +0200

    stream: improve error checking.

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

Summary of changes:
 libhtp/htp/htp_decompressors.c |   20 ++++++++++++++++----
 src/alert-debuglog.c           |    2 +-
 src/alert-fastlog.c            |    2 +-
 src/app-layer-htp.c            |    3 +++
 src/counters.c                 |    2 +-
 src/detect.c                   |    2 +-
 src/log-droplog.c              |    2 +-
 src/log-file.c                 |    2 +-
 src/log-filestore.c            |    2 +-
 src/log-httplog.c              |    2 +-
 src/log-pcap.c                 |    6 +++---
 src/stream-tcp-reassemble.c    |    5 +++--
 src/util-debug.c               |    2 +-
 src/util-profiling.c           |    2 +-
 src/util-time.c                |    5 +++++
 src/util-time.h                |    2 ++
 16 files changed, 42 insertions(+), 19 deletions(-)


hooks/post-receive
-- 
OISF



More information about the Oisf-devel mailing list