[Oisf-devel] [COMMIT] OISF branch, master, updated. 678213c9f410451ac3829087c0d37e4c74a83494

noreply at openinfosecfoundation.org noreply at openinfosecfoundation.org
Wed Dec 7 17:47:22 UTC 2011


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  678213c9f410451ac3829087c0d37e4c74a83494 (commit)
       via  4b8ebb5c530068dfaf825258ec05db4c7c1a4b1d (commit)
       via  6240131a4ede51840e7388cc0c455c9b02390868 (commit)
       via  7c9d1b80fda6366708d1a203449b2dc447d78896 (commit)
       via  52b37fef3e58e8f70a1a7f9f34eb6205331a74cd (commit)
       via  e0c13434effbb3ab4903d2667ad0b2ae0d82766a (commit)
       via  79e0299643043eec4031012c48cd15dbbd4df10c (commit)
       via  b970273163a43ef55725687ab8f81075c79c36db (commit)
       via  651f91e4de201c6b86ee89be320d4e295558fb0a (commit)
       via  d40fb5b933c16c6fec5bac933c917d3efe61361e (commit)
       via  8533cd2cdfabe826292fa0d5c3c3ccd1bbd9d6df (commit)
       via  cc7db6315c377439e558e0b3daf64380495fb9a7 (commit)
       via  eaf15911e7ee3841bc631f6d58373f546cb5c74f (commit)
       via  322779fb23ca4551761f01f2b0f8727bedc61892 (commit)
       via  5401764697b6d121e111dff75fd08d77ac250331 (commit)
       via  bfa872b9b70e44f0039e3c7be9e8e16817704677 (commit)
       via  84c7480c06ef145873af79edae4134010173c357 (commit)
       via  ad4e0162883b65ffca2c90dffab6d8a27dce3c0a (commit)
       via  fbbdbb251fdf49e76e8a97ccb5ecabe504fc1ba8 (commit)
       via  0331da97735499948ed96f85dfd9381212d25d6e (commit)
       via  7fa3df33f217c921cad1ef5b67d6ad1c53c5e547 (commit)
       via  ae1e4c1d7d5c70b2650ff22d3adffeb6f6701aa1 (commit)
      from  f47f601f093b0345d6752954b4d4100674d7cf2a (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 678213c9f410451ac3829087c0d37e4c74a83494
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Dec 7 18:18:17 2011 +0100

    Fix ParseSizeString return code and a compiler warning.

commit 4b8ebb5c530068dfaf825258ec05db4c7c1a4b1d
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date:   Wed Dec 7 21:35:14 2011 +0530

    set default response body limit for specific http server conf

commit 6240131a4ede51840e7388cc0c455c9b02390868
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date:   Wed Dec 7 16:48:04 2011 +0530

    updates to accomodate master rebase

commit 7c9d1b80fda6366708d1a203449b2dc447d78896
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date:   Thu Dec 1 22:27:13 2011 +0530

    Update size parsing API with new calls for returing u8, u16, u32 and u64 values. Make updates in the codebase to use these new calls

commit 52b37fef3e58e8f70a1a7f9f34eb6205331a74cd
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date:   Wed Nov 30 01:32:48 2011 +0530

    Update yaml size params to use kb, mb, gb to indicate size, in place of raw bytes

commit e0c13434effbb3ab4903d2667ad0b2ae0d82766a
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date:   Wed Nov 30 00:59:41 2011 +0530

    bug 333 - support new Size Parsing API. Update various conf params inside the engine to use this API to parse sizes in the format xxx <-just the no represents bytes, xxxkb <- kilobytes, xxxmb <- megabytes, xxxgb <- gigabytes, where xxx is a \d+

commit 79e0299643043eec4031012c48cd15dbbd4df10c
Author: Eileen Donlon <emdonlo at gmail.com>
Date:   Wed Dec 7 10:51:35 2011 -0500

    Fixed coredump compile problems on bsd, windows

commit b970273163a43ef55725687ab8f81075c79c36db
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date:   Wed Dec 7 12:01:54 2011 +0530

    fix broken unittest

commit 651f91e4de201c6b86ee89be320d4e295558fb0a
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date:   Tue Dec 6 19:34:20 2011 +0530

    fix setting pseudo packet from this commit:
    
    commit 259e022f721a7c3a70c26447b1cf730bb8a1f6cd
    Author: Anoop Saldanha <poonaatsoc at gmail.com>
    Date:   Sun Dec 4 13:20:43 2011 +0530
    
        fix setting ipv4 header in pseudo packet

commit d40fb5b933c16c6fec5bac933c917d3efe61361e
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date:   Mon Dec 5 21:56:59 2011 +0530

    Remove unnecessary flow NULL check

commit 8533cd2cdfabe826292fa0d5c3c3ccd1bbd9d6df
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date:   Mon Dec 5 21:33:47 2011 +0530

    fix mapping of tcp states to flow_established and flow_closed. Improves accuracy

commit cc7db6315c377439e558e0b3daf64380495fb9a7
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date:   Sun Dec 4 13:50:15 2011 +0530

    Move setting packet iponly flags from decode section to stream section

commit eaf15911e7ee3841bc631f6d58373f546cb5c74f
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date:   Sun Dec 4 13:20:43 2011 +0530

    fix setting ipv4 header in pseudo packet

commit 322779fb23ca4551761f01f2b0f8727bedc61892
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Dec 7 14:49:23 2011 +0100

    flow engine: release flow lock earlier in flow kill/prune process. Minor cleanups.

commit 5401764697b6d121e111dff75fd08d77ac250331
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Dec 7 10:55:47 2011 +0100

    flow engine: minor cleanup.

commit bfa872b9b70e44f0039e3c7be9e8e16817704677
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Dec 7 10:42:54 2011 +0100

    flow engine: no longer allow FlowRequeue to be called with the same src and dst queue.

commit 84c7480c06ef145873af79edae4134010173c357
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Dec 7 10:35:18 2011 +0100

    flow engine: convert flow hash code FlowRequeue call to FlowEnqueue.

commit ad4e0162883b65ffca2c90dffab6d8a27dce3c0a
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Dec 7 10:32:42 2011 +0100

    flow engine: make FlowEnqueue lock the queue. Adapt callers.

commit fbbdbb251fdf49e76e8a97ccb5ecabe504fc1ba8
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Dec 7 10:19:51 2011 +0100

    flow engine: remove unneeded 'need_srclock' argument for FlowRequeue

commit 0331da97735499948ed96f85dfd9381212d25d6e
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Dec 7 10:10:33 2011 +0100

    flow engine: introduce FlowRequeueMoveToSpare
    
    As part of a clean up of how FlowRequeue is used, introduce
    FlowRequeueMoveToSpare for moving a flow from a locked queue to the
    spare queue.

commit 7fa3df33f217c921cad1ef5b67d6ad1c53c5e547
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Dec 7 08:03:10 2011 +0100

    flow engine: introduce FlowRequeueMoveToBot
    
    As part of a clean up of how FlowRequeue is used, introduce
    FlowRequeueMoveToBot for moving a flow to the bottom of it's queue.

commit ae1e4c1d7d5c70b2650ff22d3adffeb6f6701aa1
Author: Victor Julien <victor at inliniac.net>
Date:   Tue Dec 6 20:21:25 2011 +0100

    Add missing hash row unlock.

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

Summary of changes:
 src/Makefile.am                         |    1 +
 src/alert-unified2-alert.c              |   14 +-
 src/app-layer-htp.c                     |   88 +--
 src/decode.c                            |    2 +-
 src/decode.h                            |    2 +-
 src/detect.c                            |   26 +-
 src/flow-hash.c                         |    4 +-
 src/flow-queue.c                        |  177 ++++-
 src/flow-queue.h                        |    5 +-
 src/flow.c                              |   72 +-
 src/log-pcap.c                          |   14 +-
 src/stream-tcp.c                        |   80 ++-
 src/suricata.c                          |   16 +-
 src/util-coredump-config.c              |   22 +-
 src/util-error.c                        |    1 +
 src/util-error.h                        |    1 +
 src/util-misc.c                         | 1142 +++++++++++++++++++++++++++++++
 src/{detect-classtype.h => util-misc.h} |   14 +-
 src/util-mpm.c                          |   10 +-
 suricata.yaml                           |   55 +-
 20 files changed, 1538 insertions(+), 208 deletions(-)
 create mode 100644 src/util-misc.c
 copy src/{detect-classtype.h => util-misc.h} (71%)


hooks/post-receive
-- 
OISF



More information about the Oisf-devel mailing list