[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-1.2.1-226-gac2d13d

noreply at openinfosecfoundation.org noreply at openinfosecfoundation.org
Tue Mar 27 09:57:56 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  ac2d13d62b7d0c2bb54ef211ba8481176b25ff78 (commit)
       via  b2455b6afa569a1480651335dc5c8d6bb7c4d1a5 (commit)
       via  2995867328531a6473705359587f79a0e1d3c861 (commit)
       via  f1863370a5e93d6e37a80eb6168d2dfa11a74f8a (commit)
       via  6392202872ad05a3f94d86e4a07b7829e9b78251 (commit)
       via  fd21b83f3e5d501226b26d1af6193b5210c1a1d6 (commit)
       via  4bc907414b5d6d076b369c91aa69cb73f5733617 (commit)
       via  cfd4d07dd029d09125c869f4ec6ddac834f83f40 (commit)
       via  c10370907a95d586f987ea341c14ed6d65802af5 (commit)
       via  20c08ca47b01c5bf601ec22bd0820045057d2ecd (commit)
       via  19a7e7f39504a885fe2804e853ada8134655f9af (commit)
      from  fea5e68a7b30854b729e559bbb30105749d1e0fb (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 ac2d13d62b7d0c2bb54ef211ba8481176b25ff78
Author: Eric Leblond <eric at regit.org>
Date:   Mon Mar 26 18:57:42 2012 +0200

    Improve check of min requirement for AF_PACKET.
    
    As pointed out by #416, AF_PACKET detection support was not accurate
    enough. This patch improves the check by doing a verification of
    the availability of the feature level needed to build AF_PACKET.
    We need TPACKET_V2 which is available after 2.6.27.

commit b2455b6afa569a1480651335dc5c8d6bb7c4d1a5
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date:   Fri Mar 23 10:17:03 2012 +0530

    cuda pb tm should be in a thread of its own + pkt_acq should be as free as possible

commit 2995867328531a6473705359587f79a0e1d3c861
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date:   Fri Mar 23 08:48:10 2012 +0530

    b2g cuda up, compiling and running

commit f1863370a5e93d6e37a80eb6168d2dfa11a74f8a
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date:   Sun Mar 25 12:44:56 2012 +0530

    clean log pcap

commit 6392202872ad05a3f94d86e4a07b7829e9b78251
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date:   Sun Mar 25 12:09:30 2012 +0530

    restructure log pcap to use a different setup, which is resilient to thread failure/restarts

commit fd21b83f3e5d501226b26d1af6193b5210c1a1d6
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date:   Sun Mar 25 11:13:44 2012 +0530

    don't return TM failure on failing to remove log file

commit 4bc907414b5d6d076b369c91aa69cb73f5733617
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date:   Sun Mar 25 11:16:53 2012 +0530

    init every new pf instance in log pcap

commit cfd4d07dd029d09125c869f4ec6ddac834f83f40
Author: Victor Julien <victor at inliniac.net>
Date:   Tue Mar 27 10:38:15 2012 +0200

    host: convert host hash to use lookup3.c

commit c10370907a95d586f987ea341c14ed6d65802af5
Author: Victor Julien <victor at inliniac.net>
Date:   Tue Mar 27 10:05:51 2012 +0200

    flow: make flow use lookup3.c hashing algorithm. Improves hash table distribution.

commit 20c08ca47b01c5bf601ec22bd0820045057d2ecd
Author: Victor Julien <victor at inliniac.net>
Date:   Tue Mar 27 10:02:52 2012 +0200

    hash: add lookup3.c by Bob Jenkins
    
    Found here:
    http://burtleburtle.net/bob/hash/doobs.html
    http://burtleburtle.net/bob/c/lookup3.c
    
    From the file header:
    
    lookup3.c, by Bob Jenkins, May 2006, Public Domain.
    
    These are functions for producing 32-bit hashes for hash table lookup.
    hashword(), hashlittle(), hashlittle2(), hashbig(), mix(), and final()
    are externally useful functions.  Routines to test the hash are included
    if SELF_TEST is defined.  You can use this free for any purpose.  It's in
    the public domain.  It has no warranty.

commit 19a7e7f39504a885fe2804e853ada8134655f9af
Author: Victor Julien <victor at inliniac.net>
Date:   Sat Mar 24 12:23:50 2012 +0100

    flow: create a flow lock macro API, implement it for mutex and rwlocks. Mutex remains the default.

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

Summary of changes:
 configure.in                      |    7 +-
 src/Makefile.am                   |    1 +
 src/alert-debuglog.c              |    4 +-
 src/app-layer.c                   |    4 +-
 src/cuda-packet-batcher.c         |   10 +-
 src/detect-app-layer-event.c      |   17 +-
 src/detect-dce-iface.c            |    4 +-
 src/detect-engine-alert.c         |    8 +-
 src/detect-engine-file.c          |    7 +-
 src/detect-engine-hcbd.c          |   10 +-
 src/detect-engine-hcd.c           |    8 +-
 src/detect-engine-hhd.c           |   16 +-
 src/detect-engine-hmd.c           |    8 +-
 src/detect-engine-hrhd.c          |    8 +-
 src/detect-engine-hrud.c          |    8 +-
 src/detect-engine-hsbd.c          |   10 +-
 src/detect-engine-hscd.c          |    8 +-
 src/detect-engine-hsmd.c          |    8 +-
 src/detect-engine-mpm.c           |    4 +-
 src/detect-engine-state.c         |   16 +-
 src/detect-engine-tag.c           |    8 +-
 src/detect-engine-uri.c           |    4 +-
 src/detect-filestore.c            |    4 +-
 src/detect-flowvar.c              |    4 +-
 src/detect-ftpbounce.c            |    4 +-
 src/detect-pcre.c                 |   15 +-
 src/detect-ssh-proto-version.c    |    4 +-
 src/detect-ssh-software-version.c |    4 +-
 src/detect-ssl-state.c            |    4 +-
 src/detect-ssl-version.c          |    4 +-
 src/detect-tls-version.c          |    4 +-
 src/detect-tls.c                  |    8 +-
 src/detect-uricontent.c           |    6 +-
 src/detect-urilen.c               |    4 +-
 src/detect.c                      |   12 +-
 src/flow-alert-sid.c              |   20 +-
 src/flow-bit.c                    |   20 +-
 src/flow-hash.c                   |  194 ++++++--
 src/flow-manager.c                |    8 +-
 src/flow-timeout.c                |   14 +-
 src/flow-util.h                   |    4 +-
 src/flow-var.c                    |    8 +-
 src/flow.c                        |    6 +-
 src/flow.h                        |   44 ++-
 src/host.c                        |   10 +-
 src/log-file.c                    |    4 +-
 src/log-filestore.c               |    4 +-
 src/log-httplog.c                 |    4 +-
 src/log-pcap.c                    |  323 ++++++------
 src/runmode-pcap-file.c           |   25 +-
 src/stream-tcp.c                  |   14 +-
 src/util-hash-lookup3.c           | 1001 +++++++++++++++++++++++++++++++++++++
 src/util-hash-lookup3.h           |   60 +++
 src/util-mpm-b2g-cuda.c           |   30 +-
 src/util-mpm-b2g-cuda.h           |    1 +
 src/util-mpm.c                    |   14 +-
 56 files changed, 1637 insertions(+), 426 deletions(-)
 create mode 100644 src/util-hash-lookup3.c
 create mode 100644 src/util-hash-lookup3.h


hooks/post-receive
-- 
OISF



More information about the Oisf-devel mailing list