[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-1.4beta1-17-gc55b618

noreply at openinfosecfoundation.org noreply at openinfosecfoundation.org
Mon Sep 10 16:32:17 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  c55b618bd4faf54bc4778c953947d8f4dd2777e5 (commit)
       via  619014a280009c57853e746ef5287da301ab8a86 (commit)
       via  f241312a36fe986f2352b4e2e6856c71ed3f2e81 (commit)
      from  6303b5d987ef9cd78f697523b5751296efa66646 (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 c55b618bd4faf54bc4778c953947d8f4dd2777e5
Author: Eric Leblond <eric at regit.org>
Date:   Mon Sep 10 11:18:07 2012 +0200

    Install documentation with 'make install'.

commit 619014a280009c57853e746ef5287da301ab8a86
Author: Eric Leblond <eric at regit.org>
Date:   Mon Sep 10 09:06:41 2012 +0200

    pool: rename Free function to Cleanup
    
    This patch renames Free functions to Cleanup as the free is made
    by the pool system.

commit f241312a36fe986f2352b4e2e6856c71ed3f2e81
Author: Eric Leblond <eric at regit.org>
Date:   Sun Sep 9 22:48:46 2012 +0200

    defrag: don't use message for repetitive error
    
    When nothing can be fetch from the pool, this can repeat frequently.
    Thus displaying a message in the log will not help. This patch
    uses a counter instead of a log message. As this is a sort of memcap
    this is conformed to what is done for other issues of the same type.

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

Summary of changes:
 doc/Makefile.am             |    1 +
 src/app-layer-parser.c      |    4 ++--
 src/decode.c                |    3 +++
 src/decode.h                |    1 +
 src/defrag.c                |    8 ++++----
 src/stream-tcp-reassemble.c |    6 +++---
 src/stream-tcp.c            |    4 ++--
 src/util-pool.c             |   32 ++++++++++++++++----------------
 src/util-pool.h             |    2 +-
 9 files changed, 33 insertions(+), 28 deletions(-)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list