[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-1.2.1-205-gda633d4
noreply at openinfosecfoundation.org
noreply at openinfosecfoundation.org
Thu Mar 22 11:41:51 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 da633d490b8fff71d451df5eb3a3bbff9f3d0a4d (commit)
via 793478a8324316549f19cbf1b1aa14f014817e20 (commit)
via f2e85ab9ee31ecd7b49bdc1904f655c935c539bf (commit)
via 4157d9408d6e7f10c1d82e43d4360ce36ce032bf (commit)
via aded3c5578cad0ebd82fc84008f4dc06e114374b (commit)
via ef52ba8f57bb4f8c10010f2a913e43133852a4ca (commit)
via 18e81b7ba90382e481171a207e81eaf8120ef2dd (commit)
from 0788656ef721dba51138d3556a6ebf68314fd908 (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 da633d490b8fff71d451df5eb3a3bbff9f3d0a4d
Author: Eileen Donlon <emdonlo at gmail.com>
Date: Tue Mar 20 11:02:21 2012 -0400
fix misleading comment
commit 793478a8324316549f19cbf1b1aa14f014817e20
Author: Eileen Donlon <emdonlo at gmail.com>
Date: Tue Mar 20 10:59:47 2012 -0400
reject rules with invalid hex digits in content
commit f2e85ab9ee31ecd7b49bdc1904f655c935c539bf
Author: Eileen Donlon <emdonlo at gmail.com>
Date: Wed Mar 21 12:12:38 2012 -0400
reject rules with an invalid ttl range
commit 4157d9408d6e7f10c1d82e43d4360ce36ce032bf
Author: Victor Julien <victor at inliniac.net>
Date: Thu Mar 22 11:53:35 2012 +0100
Various small flow and host table fixes.
commit aded3c5578cad0ebd82fc84008f4dc06e114374b
Author: Victor Julien <victor at inliniac.net>
Date: Thu Mar 22 12:40:49 2012 +0100
http: 'HTTP Host header ambiguous' after libhtp update. It now fires if hostname is present both in URL and Host header and the 2 are not equal.
commit ef52ba8f57bb4f8c10010f2a913e43133852a4ca
Author: Victor Julien <victor at inliniac.net>
Date: Thu Mar 22 12:33:57 2012 +0100
libhtp: update to sync with upstream 0.2.x
Patches applied are:
commit 85f5bbc39dda2eaf03ccb6111cbf5daf1c7b75f9
Author: Craig Forbes <cforbes at qualys.com>
Date: Wed Mar 21 16:45:04 2012 +0000
Backport of STREAM_STATE_TUNNEL fix to 0.2.x.
Return STREAM_STATE_TUNNEL after entering a tunnel.
commit cfbe28cd4ddde6d77c5b0d5935c8717834971441
Author: Craig Forbes <cforbes at qualys.com>
Date: Wed Feb 29 16:52:44 2012 +0000
Backport of the fix for HTP_AMBIGUOUS_HOST flag.
The flag is only set when the URI host on the request line is different
than the value in the Host: request header.
Resolves https://github.com/ironbee/libhtp/issues/20
commit 196dfb1c8b7a5996389c719e2c912163c5607916
Author: Brian Rectanus <brectanus at qualys.com>
Date: Wed Feb 8 08:35:46 2012 -0600
Add missing function declaration in header.
commit 7878fec818167fcdf7c8c4852ac0dafa1ae445f1
Author: Brian Rectanus <brectanus at qualys.com>
Date: Wed Feb 8 08:35:07 2012 -0600
Revert part of previous patch, which was invalid.
commit bafef3d4cbfc307960677c6bd682ae195fe986cd
Author: Brian Rectanus <brectanus at qualys.com>
Date: Wed Feb 8 08:36:06 2012 -0600
Update version to next dev release.
commit 62cfdb41ba84f2666c7526e2e5d9e10ab8e220f1
Author: William Metcalf <wmetcalf at qualys.com>
Date: Wed Feb 1 13:19:48 2012 -0600
Many thanks to Will, Brian and Craig.
commit 18e81b7ba90382e481171a207e81eaf8120ef2dd
Author: Victor Julien <victor at inliniac.net>
Date: Tue Mar 20 12:55:45 2012 +0100
Bail out early if we're in http tunnel mode.
-----------------------------------------------------------------------
Summary of changes:
libhtp/htp/bstr.c | 43 ++++++++++++++++++++++++++++++++++++
libhtp/htp/bstr.h | 1 +
libhtp/htp/htp.h | 6 ++--
libhtp/htp/htp_config.c | 4 ++-
libhtp/htp/htp_connection_parser.c | 4 +++
libhtp/htp/htp_request.c | 21 +++++++++++++----
libhtp/htp/htp_response.c | 16 +++++++++++--
rules/http-events.rules | 4 +-
src/app-layer-htp.c | 4 +++
src/detect-content.c | 5 ++++
src/detect-parse.c | 2 +-
src/detect-ttl.c | 7 ++++-
src/flow-hash.c | 2 +-
src/flow-manager.c | 2 +-
src/flow-util.c | 2 +-
src/flow-util.h | 10 ++++++++
src/flow.c | 20 ++++++++++------
src/host.c | 20 ++++++++++------
src/host.h | 10 ++++++++
src/util-error.c | 2 +
src/util-error.h | 2 +
21 files changed, 151 insertions(+), 36 deletions(-)
hooks/post-receive
--
OISF
More information about the Oisf-devel
mailing list