[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-1.3beta1-9-g4327aaf

noreply at openinfosecfoundation.org noreply at openinfosecfoundation.org
Tue Apr 10 15:58:52 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  4327aaf68ac84016f0e4884d3f08a5e19377ad4b (commit)
       via  195eb42d4eb0fa7f57bef282abc22da69c4c7594 (commit)
       via  1d59324a68695f3e591645b8f658ca74d6242c38 (commit)
       via  b5a399590406d3bc60142dde4893949f003c9e33 (commit)
       via  69ed12fd28c15932cca922662caab11c4bc88217 (commit)
       via  98a8234e0ad1053cab59213814012e25d50587eb (commit)
       via  46e1145cffe72121eae37c7c8db79806795411a9 (commit)
       via  37f66e5f4634e84e8c81f02847343403b713ce38 (commit)
       via  18837dce9247f8a18df8faf2560e902c0f22ef10 (commit)
      from  fbe0206c36b6bf4fd83d0c812aebb4f2a785aaa2 (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 4327aaf68ac84016f0e4884d3f08a5e19377ad4b
Author: Eileen Donlon <emdonlo at gmail.com>
Date:   Wed Apr 4 10:43:01 2012 -0400

    reject pcre modifiers U with B

commit 195eb42d4eb0fa7f57bef282abc22da69c4c7594
Author: Eileen Donlon <emdonlo at gmail.com>
Date:   Mon Apr 2 09:17:31 2012 -0400

    allow only one content to use fast_pattern

commit 1d59324a68695f3e591645b8f658ca74d6242c38
Author: Victor Julien <victor at inliniac.net>
Date:   Tue Apr 10 17:52:32 2012 +0200

    Add missing space to http.log.

commit b5a399590406d3bc60142dde4893949f003c9e33
Author: Victor Julien <victor at inliniac.net>
Date:   Tue Apr 10 17:47:02 2012 +0200

    Fix minor memleak in an start up error condition.

commit 69ed12fd28c15932cca922662caab11c4bc88217
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date:   Thu Apr 5 08:58:19 2012 +0530

    Introduce new buffer API that lets you create and manage a buffer. Update http log to use this as well

commit 98a8234e0ad1053cab59213814012e25d50587eb
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date:   Thu Apr 5 20:45:38 2012 +0530

    csum function fixes. Improves alert accuracy. FPs on invalid-csums decoder rules fixed

commit 46e1145cffe72121eae37c7c8db79806795411a9
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date:   Sat Apr 7 10:03:19 2012 +0530

    minor code cleanup

commit 37f66e5f4634e84e8c81f02847343403b713ce38
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date:   Fri Apr 6 00:37:16 2012 +0530

    update handling negative offsets in byte_extract. Also improve validation in byte_extract to not extract values out of the buffer range

commit 18837dce9247f8a18df8faf2560e902c0f22ef10
Author: Victor Julien <victor at inliniac.net>
Date:   Thu Apr 5 16:42:24 2012 +0200

    http: improve multipart parsing, skip empty records.

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

Summary of changes:
 src/Makefile.am                    |    1 +
 src/app-layer-htp-file.c           |   92 +++++++++++++++++++++
 src/app-layer-htp.c                |    7 +-
 src/decode-events.h                |    4 +-
 src/decode-icmpv4.h                |    1 +
 src/decode-icmpv6.h                |    1 +
 src/decode-ipv4.h                  |   23 +++---
 src/decode-tcp.h                   |    2 +-
 src/decode-udp.h                   |   16 +++-
 src/detect-byte-extract.c          |   31 +++++++-
 src/detect-csum.c                  |    2 +-
 src/detect-engine-payload.c        |   66 +++++++++++++++
 src/detect-fast-pattern.c          |   17 ++++-
 src/detect-pcre.c                  |    4 +
 src/log-httplog.c                  |   73 ++++++++---------
 src/{util-path.c => util-buffer.c} |   58 ++++++-------
 src/util-buffer.h                  |  156 ++++++++++++++++++++++++++++++++++++
 src/util-error.c                   |    1 +
 src/util-error.h                   |    1 +
 19 files changed, 462 insertions(+), 94 deletions(-)
 copy src/{util-path.c => util-buffer.c} (52%)
 create mode 100644 src/util-buffer.h


hooks/post-receive
-- 
OISF



More information about the Oisf-devel mailing list