[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-1.4beta3-31-g8ae11f7

noreply at openinfosecfoundation.org noreply at openinfosecfoundation.org
Mon Nov 19 15:52:09 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  8ae11f73b21c9aa952c43aecd4aed9c8022baefb (commit)
       via  e236351c52e4e3477b5e323d05b3ad2d13af0c83 (commit)
       via  edcb8fdb87fabb216fc9a87522a392f8be4e29f1 (commit)
       via  8bb9c3af350024d6c1784e51ba1011006adb97ba (commit)
       via  6dd7b27ffca0f9d62d6333cd902f3207900b8429 (commit)
       via  56e0ab35e9c695154d6f8f04275bb929392252b2 (commit)
       via  40891223e97f3954ae1f39ee88afeadef7121852 (commit)
       via  819debdce561fd5e81aad6901211dbc0db3d3172 (commit)
       via  e125869d306df18407e7f3e34cd7a4054e4e259f (commit)
       via  8f13694988d1eac99b1ea7616c0acdf46af8ffd1 (commit)
       via  68425453317b8be4f9e5d26643741baf0dff3bff (commit)
       via  a9ffd82116fb043cf8e0b4d11d420f9d52d1cba2 (commit)
       via  fa900a9f6b4239799b32355479f922f85180e517 (commit)
       via  7e14fe62f53ea6356ee63d388dc61cfae31c83c9 (commit)
       via  fd3a1346e4a09c42304e30053edd5eeebcec2e99 (commit)
       via  4e0f5b7f02ec7cb702c5d1794672cea189c7697d (commit)
       via  5e4552fdcdc3e33a77d342ccceeb38ec4d0f3377 (commit)
       via  86709f5e9daea39325eb766051d8463268ee1127 (commit)
       via  c7cfbb71c962bf584ed739fa812e7a098a5bcaf7 (commit)
       via  cd42e6a3ef752d8778d6c93978c72fbc77221864 (commit)
       via  42ace54137fc8e272f1d717477c355de61b62126 (commit)
       via  b0471fb8e485a59c69fc9d2f6ee8cfb40c5ca333 (commit)
      from  83bfe3810bb07e80c22d54dce11adb3ddf396003 (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 8ae11f73b21c9aa952c43aecd4aed9c8022baefb
Author: Last G <last_g at hackerdom.ru>
Date:   Thu Sep 13 01:07:10 2012 +0600

    Added parentheses to fix Eclipse static code analysis
    Fixed bug in action priority (REJECT_DST had lowest prio)

commit e236351c52e4e3477b5e323d05b3ad2d13af0c83
Author: Last G <last_g at hackerdom.ru>
Date:   Thu Sep 13 00:09:38 2012 +0600

    Fixed missing "|" in "||" operation

commit edcb8fdb87fabb216fc9a87522a392f8be4e29f1
Author: Last G <last_g at hackerdom.ru>
Date:   Thu Sep 13 00:08:42 2012 +0600

    Added parenthesis for right operation order

commit 8bb9c3af350024d6c1784e51ba1011006adb97ba
Author: Last G <last_g at hackerdom.ru>
Date:   Thu Sep 13 00:04:45 2012 +0600

    Added return value to non-void function with "forever"-loop to fit
    Eclipse static code analysis

commit 6dd7b27ffca0f9d62d6333cd902f3207900b8429
Author: Last G <last_g at hackerdom.ru>
Date:   Wed Sep 12 23:59:03 2012 +0600

    Added right return values to non-void functions with "forever" loop
    to fix Eclipse static code analysis

commit 56e0ab35e9c695154d6f8f04275bb929392252b2
Author: Last G <last_g at hackerdom.ru>
Date:   Wed Sep 12 23:54:54 2012 +0600

    Fixes with missing return value in main function

commit 40891223e97f3954ae1f39ee88afeadef7121852
Author: Eric Leblond <eric at regit.org>
Date:   Thu Nov 15 14:12:10 2012 +0100

    list-keyword: detect non built keyword
    
    This patch update the glafs list to be able to indicate that a
    flag is not supported. This information is used by list-keyword to
    display information to the user.

commit 819debdce561fd5e81aad6901211dbc0db3d3172
Author: Eric Leblond <eric at regit.org>
Date:   Thu Nov 15 14:00:47 2012 +0100

    configure: use pkg-config for luajit
    
    If luajit includes or libs is not set in configure, we fallback to
    pkg-config output.

commit e125869d306df18407e7f3e34cd7a4054e4e259f
Author: Eric Leblond <eric at regit.org>
Date:   Thu Nov 15 13:47:24 2012 +0100

    configure: exit if luajit header are not found but build ask

commit 8f13694988d1eac99b1ea7616c0acdf46af8ffd1
Author: Eric Leblond <eric at regit.org>
Date:   Thu Nov 15 13:41:05 2012 +0100

    luajit: no link with HTTP when not build.
    
    Even when not built-in, luajit is not linked with HTTP.

commit 68425453317b8be4f9e5d26643741baf0dff3bff
Author: Eric Leblond <eric at regit.org>
Date:   Wed Nov 7 19:03:36 2012 +0100

    Add documentation url in list-keyword output.
    
    The output of the list-keyword is modified to include the url to
    the keyword documentation when this is available. All documented
    keywords should have their link set.
    
    list-keyword can be used with an optional value:
     no option or short: display list of keywords
     csv: display a csv output on info an all keywords
     all: display a human readable output of keywords info
     $KWD: display the info about one keyword.

commit a9ffd82116fb043cf8e0b4d11d420f9d52d1cba2
Author: Eric Leblond <eric at regit.org>
Date:   Tue Nov 13 15:08:42 2012 +0100

    yaml: fix typo

commit fa900a9f6b4239799b32355479f922f85180e517
Author: Eric Leblond <eric at regit.org>
Date:   Wed Nov 7 11:36:01 2012 +0100

    suricata: add information about BPF filter usage

commit 7e14fe62f53ea6356ee63d388dc61cfae31c83c9
Author: Eric Leblond <eric at regit.org>
Date:   Wed Nov 7 11:32:52 2012 +0100

    suricata: add '-V' info to usage message.

commit fd3a1346e4a09c42304e30053edd5eeebcec2e99
Author: Eric Leblond <eric at regit.org>
Date:   Wed Nov 7 11:18:39 2012 +0100

    suricata: add build-info command to usage message.

commit 4e0f5b7f02ec7cb702c5d1794672cea189c7697d
Author: Eric Leblond <eric at regit.org>
Date:   Tue Nov 6 19:21:42 2012 +0100

    suricata: don't display msg in list-keyword mode.
    
    In list-keywords and list-app-layer mode, suricata now only
    displays the messages linked with the feature. This allow users
    to redirect the output and easily work on it. For exemple, the
    csv output will be easily imported into a spreadsheet.

commit 5e4552fdcdc3e33a77d342ccceeb38ec4d0f3377
Author: Eric Leblond <eric at regit.org>
Date:   Tue Nov 6 18:32:48 2012 +0100

    suricata: update list-keyword command
    
    This patch update the list-keyword command. Without any option,
    the previous behavior is conserved. If 'all' is used as option,
    suricata print a csv formatted output of keyword information:
    	name;features;description
    If a keyword name is used as argument, suricata print a readable
    message:
    tls.subject
    Features: state inspecting
    Description: Match TLS/SSL certificate Subject field

commit 86709f5e9daea39325eb766051d8463268ee1127
Author: Eric Leblond <eric at regit.org>
Date:   Sat Nov 3 10:18:42 2012 +0100

    rule analyser: display message for invalid signatures

commit c7cfbb71c962bf584ed739fa812e7a098a5bcaf7
Author: Eric Leblond <eric at regit.org>
Date:   Fri Nov 2 22:27:50 2012 +0100

    engine-analyzer: fix typo in message

commit cd42e6a3ef752d8778d6c93978c72fbc77221864
Author: Eric Leblond <eric at regit.org>
Date:   Fri Nov 2 16:24:52 2012 +0100

    Listing of app layers does not depend on unittests

commit 42ace54137fc8e272f1d717477c355de61b62126
Author: Eric Leblond <eric at regit.org>
Date:   Fri Nov 2 16:21:36 2012 +0100

    list-keywords: fix when not using default install
    
    As we don't parse the YAML file when listing of keywords is asked,
    suricata make a test on existence of the build-default directory.
    So with a non standard (working) install (even a single configure
    without option lead to a failure), the keyword listing fails
    because the default logging directory does not exist.

commit b0471fb8e485a59c69fc9d2f6ee8cfb40c5ca333
Author: Eric Leblond <eric at regit.org>
Date:   Fri Nov 2 16:14:11 2012 +0100

    rule analyser: add msg if rule is ipv4 or ipv6 only

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

Summary of changes:
 configure.ac                           |   14 +++
 libhtp/htp/htp_decompressors.c         |    2 +-
 libhtp/htp/htp_request.c               |    7 ++
 libhtp/htp/htp_response.c              |    8 ++
 libhtp/htp/htp_util.c                  |    1 +
 libhtp/test/main.c                     |   19 ++++
 src/alert-debuglog.c                   |    4 +-
 src/alert-fastlog.c                    |    6 +-
 src/alert-syslog.c                     |    6 +-
 src/app-layer-dcerpc.c                 |    8 +-
 src/app-layer-detect-proto.c           |    2 +-
 src/app-layer-htp-file.c               |   12 ++--
 src/app-layer-htp.c                    |    2 +-
 src/app-layer-parser.c                 |   18 ++++-
 src/app-layer-parser.h                 |    1 +
 src/app-layer-ssl.c                    |    2 +-
 src/app-layer.c                        |    8 +-
 src/detect-ack.c                       |    2 +
 src/detect-byte-extract.c              |    2 +-
 src/detect-bytejump.c                  |    2 +-
 src/detect-bytetest.c                  |    2 +-
 src/detect-classtype.c                 |    2 +
 src/detect-content.c                   |    2 +
 src/detect-content.h                   |   10 +-
 src/detect-depth.c                     |    4 +-
 src/detect-detection-filter.c          |    2 +
 src/detect-distance.c                  |    4 +-
 src/detect-dsize.c                     |    2 +
 src/detect-engine-address.c            |    2 +-
 src/detect-engine-alert.c              |    6 +-
 src/detect-engine-analyzer.c           |   33 ++++++-
 src/detect-engine-analyzer.h           |    1 +
 src/detect-engine-content-inspection.c |   10 +-
 src/detect-engine-file.c               |   12 ++--
 src/detect-engine-port.c               |    6 +-
 src/detect-engine-sigorder.c           |    4 +-
 src/detect-engine-state.c              |   20 ++--
 src/detect-fast-pattern.c              |   22 +++--
 src/detect-file-data.c                 |    4 +-
 src/detect-fileext.c                   |    4 +-
 src/detect-filemagic.c                 |    2 +
 src/detect-filemd5.c                   |    3 +
 src/detect-filename.c                  |    4 +-
 src/detect-filesize.c                  |    2 +
 src/detect-filestore.c                 |    6 +-
 src/detect-flow.c                      |    8 +-
 src/detect-flowbits.c                  |    2 +
 src/detect-flowint.c                   |    2 +
 src/detect-fragbits.c                  |    2 +
 src/detect-fragoffset.c                |    2 +
 src/detect-gid.c                       |    2 +
 src/detect-http-client-body.c          |    4 +-
 src/detect-http-cookie.c               |    4 +-
 src/detect-http-header.c               |    4 +-
 src/detect-http-method.c               |    4 +-
 src/detect-http-raw-header.c           |    2 +-
 src/detect-http-raw-uri.c              |    4 +-
 src/detect-http-server-body.c          |    6 +-
 src/detect-http-stat-code.c            |    4 +-
 src/detect-http-stat-msg.c             |    4 +-
 src/detect-http-ua.c                   |    4 +-
 src/detect-http-uri.c                  |    4 +-
 src/detect-icmp-seq.c                  |    2 +
 src/detect-icode.c                     |    2 +
 src/detect-id.c                        |    2 +
 src/detect-ipopts.c                    |    2 +
 src/detect-ipproto.c                   |    2 +
 src/detect-isdataat.c                  |    4 +-
 src/detect-itype.c                     |    2 +
 src/detect-luajit.c                    |    4 +-
 src/detect-metadata.c                  |    2 +
 src/detect-msg.c                       |    2 +
 src/detect-nocase.c                    |    2 +
 src/detect-offset.c                    |    4 +-
 src/detect-parse.c                     |    8 +-
 src/detect-pcre.c                      |   12 ++-
 src/detect-priority.c                  |    2 +
 src/detect-reference.c                 |    2 +
 src/detect-rev.c                       |    2 +
 src/detect-rpc.c                       |    6 +-
 src/detect-sameip.c                    |    2 +
 src/detect-seq.c                       |    2 +
 src/detect-sid.c                       |    2 +
 src/detect-ssh-proto-version.c         |    4 +-
 src/detect-ssh-software-version.c      |    4 +-
 src/detect-ssl-state.c                 |    8 +-
 src/detect-stream_size.c               |    2 +
 src/detect-threshold.c                 |    2 +
 src/detect-tls-version.c               |    2 +
 src/detect-tls.c                       |    8 ++
 src/detect-ttl.c                       |    2 +
 src/detect-urilen.c                    |    2 +
 src/detect-window.c                    |    2 +
 src/detect-within.c                    |    4 +-
 src/detect.c                           |  153 ++++++++++++++++++++++++++------
 src/detect.h                           |   15 ++-
 src/flow-manager.c                     |    2 +-
 src/flow-timeout.c                     |    2 +-
 src/flow.c                             |    2 +-
 src/log-pcap.c                         |    2 +-
 src/source-erf-file.c                  |    1 +
 src/stream-tcp-reassemble.c            |   20 ++--
 src/stream-tcp.c                       |   24 +++---
 src/suricata.c                         |  130 +++++++++++++++------------
 src/tm-threads.c                       |    6 +-
 src/util-action.c                      |    6 +-
 suricata.yaml.in                       |    2 +-
 107 files changed, 581 insertions(+), 249 deletions(-)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list