[Oisf-devel] [COMMIT] OISF branch, master-2.0.x, updated. suricata-2.0.8-5-gf2d0ee9

OISF Git noreply at openinfosecfoundation.org
Mon Sep 7 18:05:23 UTC 2015


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-2.0.x has been updated
       via  f2d0ee98f2aa3823e3ce1fdc5ff31de5aabc0fa6 (commit)
       via  74dda9f8f0af25615873e65597e0fcbd4340bb54 (commit)
       via  af14c08cbf4ddc18de92cd68ac791afa5a8768bb (commit)
       via  6e91906e3a8c6e243b9bb83a4db9a5396fcc5370 (commit)
       via  ffcce406585f687d090b87f2fb84d8a66202dd6e (commit)
      from  15dd771fdc1539bce2fc8dc34b95f839265c8f89 (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 f2d0ee98f2aa3823e3ce1fdc5ff31de5aabc0fa6
Author: Victor Julien <victor at inliniac.net>
Date:   Thu Apr 9 08:42:23 2015 +0200

    stream: next_seq handling improvements
    
    Allow next_seq updating to recover from cases where last_ack has been
    moved beyond it. This can happen if ACK's have been accepted for missing
    data that is later retransmitted.
    
    This undoes some of the previous last_ack update changes

commit 74dda9f8f0af25615873e65597e0fcbd4340bb54
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Mar 25 22:29:10 2015 +0100

    stream: fix bad last_ack update leading to gaps
    
    A bad last_ack update where it would be set beyond next_seq could
    lead to rejection of valid segments and thus stream gaps.
    
    Update tests to reflect new last_ack/next_seq behaviour.

commit af14c08cbf4ddc18de92cd68ac791afa5a8768bb
Author: Jason Ish <ish at unx.ca>
Date:   Mon Jul 20 10:02:30 2015 -0600

    rule vars: strip leading white space before looking up var.

commit 6e91906e3a8c6e243b9bb83a4db9a5396fcc5370
Author: Jason Ish <ish at unx.ca>
Date:   Wed Jul 8 09:49:41 2015 -0600

    logging: integrate rotation into SCConfLogOpenGeneric.
    
    Addresses issue 1492, and will make it harder to omit
    rotation on new outputs.

commit ffcce406585f687d090b87f2fb84d8a66202dd6e
Author: Jason Ish <ish at unx.ca>
Date:   Tue Jun 9 14:26:57 2015 -0600

    flowbits: strip leading and trailing spaces in name
    
    Redmine bug 1481. Strip leading and trailing white space. Factor
    out parsing from setup while in here.

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

Summary of changes:
 src/alert-debuglog.c    |   4 +-
 src/alert-fastlog.c     |   4 +-
 src/detect-flowbits.c   | 126 ++++++++++++++++++++++++++++++------
 src/log-dnslog.c        |   4 +-
 src/log-droplog.c       |   4 +-
 src/log-file.c          |   4 +-
 src/log-httplog.c       |   4 +-
 src/log-tlslog.c        |   4 +-
 src/output-json-alert.c |   2 +-
 src/output-json-dns.c   |   2 +-
 src/output-json-drop.c  |   2 +-
 src/output-json-http.c  |   2 +-
 src/output-json-ssh.c   |   2 +-
 src/output-json-tls.c   |   2 +-
 src/output-json.c       |   3 +-
 src/stream-tcp.c        | 166 ++++++++++++++++++++++++++++++++++++++----------
 src/util-logopenfile.c  |   9 ++-
 src/util-logopenfile.h  |   2 +-
 src/util-rule-vars.c    |  10 +++
 19 files changed, 272 insertions(+), 84 deletions(-)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list