[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-1.2beta1-32-g298289f

noreply at openinfosecfoundation.org noreply at openinfosecfoundation.org
Thu Jan 5 11:02:13 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  298289f43f8777ea7e8ab6e5bd3aad563635043d (commit)
       via  c04f45ccb93a2d7e0700f7c65a807a2a591ce397 (commit)
       via  2c62b50ed5fe2a93738b08ced12a75246dad4d87 (commit)
       via  cfced016415e2e42376c02bfc831c223c2dd26b5 (commit)
       via  b5c11bd9fa1e4f88e628b48721f9613b6696cd13 (commit)
       via  914b10a8e6dcc990e96b01066621887f708657cb (commit)
       via  dfec9c0f6a21cc1cc2db29d91ae6963b499229e2 (commit)
       via  dec34afa4039aee40cc765a4699787ebce2da16f (commit)
      from  a1cb769205c4e3fa115bfbf871836e02cf55391d (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 298289f43f8777ea7e8ab6e5bd3aad563635043d
Author: Victor Julien <victor at inliniac.net>
Date:   Thu Jan 5 11:37:25 2012 +0100

    Let flow:only_stream and flow:no_stream set the require packet and require stream flags. Toss out sigs with conflicting settings. Rename flow:stream_only to flow:only_stream. Fixes #261.

commit c04f45ccb93a2d7e0700f7c65a807a2a591ce397
Author: Victor Julien <victor at inliniac.net>
Date:   Thu Jan 5 10:27:11 2012 +0100

    Add tcp-pkt and tcp-stream 'protocols' to force a signature to inspect only packet or stream data.

commit 2c62b50ed5fe2a93738b08ced12a75246dad4d87
Author: Victor Julien <victor at inliniac.net>
Date:   Thu Jan 5 08:49:14 2012 +0100

    Fix 2 compiler warnings.

commit cfced016415e2e42376c02bfc831c223c2dd26b5
Author: Mike Pomraning <mpomraning at qualys.com>
Date:   Wed Dec 7 09:57:35 2011 -0600

    Use strlcpy

commit b5c11bd9fa1e4f88e628b48721f9613b6696cd13
Author: Mike Pomraning <mpomraning at qualys.com>
Date:   Tue Dec 6 11:52:54 2011 -0600

    Document new "filetype" argument for 'fast', 'http-log', etc.

commit 914b10a8e6dcc990e96b01066621887f708657cb
Author: Mike Pomraning <mpomraning at qualys.com>
Date:   Tue Dec 6 11:52:30 2011 -0600

    Touch up Makefile for SCConfLogOpenGeneric.

commit dfec9c0f6a21cc1cc2db29d91ae6963b499229e2
Author: Mike Pomraning <mpomraning at qualys.com>
Date:   Tue Dec 6 11:51:09 2011 -0600

    Switch 'fast', 'http-log', 'drop' and 'alert-debug' to SCConfLogOpenGeneric.

commit dec34afa4039aee40cc765a4699787ebce2da16f
Author: Mike Pomraning <mpomraning at qualys.com>
Date:   Tue Dec 6 11:48:28 2011 -0600

    SCConfLogOpenGeneric() abstraction for regular and AF_UNIX logs.
    
    util-logopenfile.[ch] implements the abstraction; util-error.[ch]
    modified to include a socket-specific error code; output.h adds a
    default filetype for logs ("regular").

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

Summary of changes:
 src/Makefile.am                           |    3 +-
 src/alert-debuglog.c                      |   53 +--------
 src/alert-fastlog.c                       |   47 +--------
 src/detect-engine-proto.c                 |   62 +++++++++++-
 src/detect-engine-proto.h                 |    8 +-
 src/detect-flow.c                         |   44 +++++----
 src/detect-parse.c                        |   12 ++
 src/detect.h                              |   18 ++--
 src/flow.h                                |    4 +-
 src/log-droplog.c                         |   46 +--------
 src/log-httplog.c                         |   54 +--------
 src/output.h                              |    1 +
 src/util-error.c                          |    3 +-
 src/util-error.h                          |    1 +
 src/util-logopenfile.c                    |  167 +++++++++++++++++++++++++++++
 src/{log-droplog.h => util-logopenfile.h} |   13 ++-
 suricata.yaml                             |    6 +-
 17 files changed, 317 insertions(+), 225 deletions(-)
 create mode 100644 src/util-logopenfile.c
 copy src/{log-droplog.h => util-logopenfile.h} (70%)


hooks/post-receive
-- 
OISF



More information about the Oisf-devel mailing list