[Oisf-devel] [COMMIT] OISF branch, master-2.0.x, updated. suricata-2.0.7-9-gf76e5de

OISF Git noreply at openinfosecfoundation.org
Mon Mar 23 19:18:26 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  f76e5de349839474bd362260e41a0484bbd619b9 (commit)
       via  004248f699c6032162818606d20f28cb93b7047f (commit)
       via  34fa7766f29c3e97431f74641b2298289e53a253 (commit)
       via  e3d2c5660a1bd6596eaa4a207061ddcfb30eaf3d (commit)
       via  bb4d2de62ae3403e359cc7424218e7d77126750d (commit)
       via  b0d93bf8c5135b1b2cce4a3d60a9cf0ed77a0067 (commit)
       via  f2ae3f88dd10d1906e8687b9645d7ecaff7fc9d5 (commit)
       via  288a68b148471081b1b0bcaa04bd9b67d282f0c3 (commit)
       via  0d7a319552319e0afacbe57c9ed5f001ce8f2a40 (commit)
      from  eeb873b3a8a32043e23f6136b7e1a00c900b9a73 (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 f76e5de349839474bd362260e41a0484bbd619b9
Author: Victor Julien <victor at inliniac.net>
Date:   Tue Mar 17 11:48:17 2015 +0100

    Bug 1420: on midstream pickup, fix packet direction
    
    On midstream SYN/ACK pickups, we would flip the direction of packets
    after the first. This meant the first (pickup) packet's direction
    was wrong.
    
    This patch fixes that.

commit 004248f699c6032162818606d20f28cb93b7047f
Author: Victor Julien <victor at inliniac.net>
Date:   Thu Feb 26 17:32:36 2015 +0100

    detect-state: remove DeStateResetFileInspection
    
    It was effectively unused.

commit 34fa7766f29c3e97431f74641b2298289e53a253
Author: Victor Julien <victor at inliniac.net>
Date:   Thu Feb 26 17:49:30 2015 +0100

    detect-state: remove redundant code

commit e3d2c5660a1bd6596eaa4a207061ddcfb30eaf3d
Author: Victor Julien <victor at inliniac.net>
Date:   Thu Feb 26 16:11:31 2015 +0100

    detect-state: add helper to test state
    
    Add little helper function StateIsValid() to test if the state
    can be inspected safely.
    
    Cleans up stateful detection loops.

commit bb4d2de62ae3403e359cc7424218e7d77126750d
Author: Victor Julien <victor at inliniac.net>
Date:   Thu Feb 26 15:58:43 2015 +0100

    detect-state: add helper to indicate last tx
    
    Add little helper to indicate current tx is that last we have.

commit b0d93bf8c5135b1b2cce4a3d60a9cf0ed77a0067
Author: Victor Julien <victor at inliniac.net>
Date:   Thu Feb 26 15:23:41 2015 +0100

    detect-state: cleanup ContinueDetection
    
    Only lock f->de_state->m when we start to access it. So after
    declaration and initialization of local vars.

commit f2ae3f88dd10d1906e8687b9645d7ecaff7fc9d5
Author: Victor Julien <victor at inliniac.net>
Date:   Thu Feb 26 15:02:21 2015 +0100

    detect-state: cleanup retvals
    
    Use DETECT_ENGINE_INSPECT_SIG_* instead of 0, 1, 2 and 3.

commit 288a68b148471081b1b0bcaa04bd9b67d282f0c3
Author: Victor Julien <victor at inliniac.net>
Date:   Fri Feb 27 17:10:09 2015 +0100

    file: don't 'close' file if we need to track it

commit 0d7a319552319e0afacbe57c9ed5f001ce8f2a40
Author: Victor Julien <victor at inliniac.net>
Date:   Fri Feb 27 00:04:11 2015 +0100

    http: fix stat_msg and stat_code state tracking

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

Summary of changes:
 src/detect-engine-hscd.c  |    2 +-
 src/detect-engine-hsmd.c  |    2 +-
 src/detect-engine-state.c |  108 ++++++++++++++++++---------------------------
 src/stream-tcp.c          |    3 ++
 src/util-file.c           |    6 ++-
 5 files changed, 51 insertions(+), 70 deletions(-)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list