[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-2.0beta1-32-g5a7bf53
noreply at openinfosecfoundation.org
noreply at openinfosecfoundation.org
Sun Jul 28 22:20:47 UTC 2013
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 5a7bf53a6b1474c687bf25b731199ddddfbfcccb (commit)
via f06694d0c14775405775df155bfd94d93f525f37 (commit)
via caf730d988c633fb34b87b9d093867925c7874ae (commit)
via fb55931c304d03c0afa028a7cb7483eeb0b9a883 (commit)
via 4db2fc2cbb40dd4bc0aea5cf0319eccee39b2724 (commit)
via 6d08807b2d728f588a9201a956816ce25d88c91f (commit)
via 27023872de7cdda727cfca594412284ee563ea7b (commit)
via c08b395c2c7c1cc93ffab16f6669c11ddc70c47f (commit)
via 5919901675fd331752c3d094962af0fdada7dc5e (commit)
via 3447324c369f1dd549886dc4bbef7d372c9c5032 (commit)
via 0d2a6e515ed3e0fcfa9e0e09ee5b11ed92a55ca9 (commit)
via b5ccf0b9c77ad895cdb0a8cc0524cf579ad646c8 (commit)
via e2b006f523469cfede177f392575aaefb7e22ef2 (commit)
via 022c0e466e8f0f60251b32f8feb5994bb27d2cea (commit)
from 1c06d5220822b8e336f526f30e0581529ea2128d (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 5a7bf53a6b1474c687bf25b731199ddddfbfcccb
Author: Victor Julien <victor at inliniac.net>
Date: Mon Jul 22 17:33:19 2013 +0200
Storage: rename Init to Alloc to reflect actual functioning. Comment updates.
commit f06694d0c14775405775df155bfd94d93f525f37
Author: Victor Julien <victor at inliniac.net>
Date: Tue Apr 9 11:11:35 2013 +0200
Storage API: add safety check for cases when there is no storage used.
commit caf730d988c633fb34b87b9d093867925c7874ae
Author: Eric Leblond <eric at regit.org>
Date: Wed Mar 20 14:47:17 2013 +0100
engine-tag: rename var and add sanity check
commit fb55931c304d03c0afa028a7cb7483eeb0b9a883
Author: Eric Leblond <eric at regit.org>
Date: Wed Mar 20 11:28:58 2013 +0100
flow tag: conversion to flow storage API
This patch is updating the flow tag system to use the flow
storage API. The tag_list member of Flow structure is suppressed
and its cleaning operation are suppressed too as this is handled
transparently by the flow storage API.
commit 4db2fc2cbb40dd4bc0aea5cf0319eccee39b2724
Author: Eric Leblond <eric at regit.org>
Date: Fri Mar 15 15:25:46 2013 +0100
Add per-flow generic storage
This patch adds a per-flow storage that can be created via the functions
available in flow-storage.c.
commit 6d08807b2d728f588a9201a956816ce25d88c91f
Author: Eric Leblond <eric at regit.org>
Date: Mon Mar 18 11:05:52 2013 +0100
Host: use global free storage function
This patch is here to avoid that all modules using a local storage
have to update host code to add their free function. It modifies
previous behavior by calling HostFreeStorage in any case.
commit 27023872de7cdda727cfca594412284ee563ea7b
Author: Victor Julien <victor at inliniac.net>
Date: Thu Mar 14 17:08:14 2013 +0100
Use Host Storage API for per host thresholding
commit c08b395c2c7c1cc93ffab16f6669c11ddc70c47f
Author: Victor Julien <victor at inliniac.net>
Date: Thu Mar 14 17:06:09 2013 +0100
Init storage api at start up
commit 5919901675fd331752c3d094962af0fdada7dc5e
Author: Victor Julien <victor at inliniac.net>
Date: Thu Mar 14 11:59:38 2013 +0100
Storage API: add registration check closed test in debug mode.
commit 3447324c369f1dd549886dc4bbef7d372c9c5032
Author: Victor Julien <victor at inliniac.net>
Date: Wed Mar 13 23:38:39 2013 +0100
Move Host Tag storage to Host Storage API.
commit 0d2a6e515ed3e0fcfa9e0e09ee5b11ed92a55ca9
Author: Victor Julien <victor at inliniac.net>
Date: Fri Mar 1 14:46:47 2013 +0100
Add Host specific wrapper to StorageRegister()
commit b5ccf0b9c77ad895cdb0a8cc0524cf579ad646c8
Author: Victor Julien <victor at inliniac.net>
Date: Fri Jan 25 14:28:41 2013 +0100
storage: allow preallocated storage
commit e2b006f523469cfede177f392575aaefb7e22ef2
Author: Victor Julien <victor at inliniac.net>
Date: Tue Jan 22 18:01:58 2013 +0100
host: use storage api
commit 022c0e466e8f0f60251b32f8feb5994bb27d2cea
Author: Victor Julien <victor at inliniac.net>
Date: Fri Jan 18 15:50:25 2013 +0100
Initial storage api work
-----------------------------------------------------------------------
Summary of changes:
src/Makefile.am | 3 +
src/detect-engine-tag.c | 69 ++-
src/detect-engine-tag.h | 2 +
src/detect-engine-threshold.c | 52 ++-
src/detect-engine-threshold.h | 3 +
src/detect-threshold.c | 10 +-
src/flow-storage.c | 271 +++++++++++
src/{detect-luajit-extensions.h => flow-storage.h} | 28 +-
src/flow-util.c | 11 +-
src/flow-util.h | 5 -
src/flow.c | 4 +
src/flow.h | 3 -
src/host-storage.c | 278 +++++++++++
src/{detect-luajit-extensions.h => host-storage.h} | 28 +-
src/host-timeout.c | 4 +-
src/host.c | 39 +-
src/host.h | 8 +-
src/suricata.c | 7 +
src/util-storage.c | 511 ++++++++++++++++++++
src/util-storage.h | 74 +++
20 files changed, 1306 insertions(+), 104 deletions(-)
create mode 100644 src/flow-storage.c
copy src/{detect-luajit-extensions.h => flow-storage.h} (57%)
create mode 100644 src/host-storage.c
copy src/{detect-luajit-extensions.h => host-storage.h} (57%)
create mode 100644 src/util-storage.c
create mode 100644 src/util-storage.h
hooks/post-receive
--
OISF
More information about the Oisf-devel
mailing list