[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-1.2beta1-80-ge55390e
noreply at openinfosecfoundation.org
noreply at openinfosecfoundation.org
Mon Jan 9 08:30:24 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 e55390e4e78565c7be0725a36e6dba2ce6868baa (commit)
via 1ac6054c23347095e149be3a8b7ce2f98393641c (commit)
via 4acd5a04e69750a9f45f319507cf7ea166ad3bba (commit)
via 9c4954ff4292b40c2df469be9596305dc7110ad4 (commit)
via 1b434f5fff49322d91b5549d0139633ee7f8c32c (commit)
via e5c3e2cdb12be7552bb5c491eab9b53e656e169c (commit)
via 30247dce8ce5cbf1da2259433d6f5ab1be39c64f (commit)
via 7d07b5375ec8646e026fb5a9da4577e04c0d8f80 (commit)
from 64f717c880f6666f43a2e084a275bacd6f345c52 (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 e55390e4e78565c7be0725a36e6dba2ce6868baa
Author: Victor Julien <victor at inliniac.net>
Date: Mon Jan 9 08:58:02 2012 +0100
Add check to invalidate signatures that inspect raw http headers in the to_client direction (response headers) if libhtp hasn't been patched yet. Also add hack to disable the test for unittests, many tests fail and we'll fix those ASAP.
commit 1ac6054c23347095e149be3a8b7ce2f98393641c
Author: Victor Julien <victor at inliniac.net>
Date: Mon Jan 9 08:44:53 2012 +0100
Clean up configure check for htp_tx_get_response_headers_raw. Misc changes.
commit 4acd5a04e69750a9f45f319507cf7ea166ad3bba
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date: Mon Jan 9 12:44:09 2012 +0530
Enable http raw response header inspection only if libhtp supports raw response header buffering which should be available post 0.2.6
commit 9c4954ff4292b40c2df469be9596305dc7110ad4
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date: Mon Jan 9 11:59:52 2012 +0530
support http response raw header inspection + carry out hrhd mpm on both request/response headers + add unittests for the same
commit 1b434f5fff49322d91b5549d0139633ee7f8c32c
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date: Sat Jan 7 23:09:51 2012 +0530
hhd unittests for response headers
commit e5c3e2cdb12be7552bb5c491eab9b53e656e169c
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date: Sat Dec 31 13:31:17 2011 +0530
carry out hhd mpm on both request/response headers
commit 30247dce8ce5cbf1da2259433d6f5ab1be39c64f
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date: Fri Dec 30 17:44:47 2011 +0530
bug 389 - support http response header inspection + fix bug with stateful inspection for sigs that would have both request/response inpection
commit 7d07b5375ec8646e026fb5a9da4577e04c0d8f80
Author: William <wmetcalf at qualys.com>
Date: Thu Jan 5 11:28:57 2012 -0600
Add simple socket to gzip file PoC.
-----------------------------------------------------------------------
Summary of changes:
configure.in | 3 +
qa/Makefile.am | 2 +-
qa/sock_to_gzip_file.py | 57 ++++++++
src/detect-engine-hhd.c | 353 +++++++++++++++++++++++++++++++++++++++++++--
src/detect-engine-hhd.h | 3 +-
src/detect-engine-hrhd.c | 314 +++++++++++++++++++++++++++++++++++++++-
src/detect-engine-hrhd.h | 3 +-
src/detect-engine-state.c | 34 +++--
src/detect-parse.c | 15 ++
src/detect.c | 4 +-
src/suricata.c | 3 +
11 files changed, 753 insertions(+), 38 deletions(-)
create mode 100755 qa/sock_to_gzip_file.py
hooks/post-receive
--
OISF
More information about the Oisf-devel
mailing list