[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-2.1beta3-185-ge7658fd
OISF Git
noreply at openinfosecfoundation.org
Thu Apr 23 15:34:53 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 has been updated
via e7658fd4f474323df7451cb6dfb516342aa0ae48 (commit)
via 3b26b07963df9ae8e67a0257fe8c0af1112caffb (commit)
via 7a9e963619a905b59378b4a5de653216182fff25 (commit)
via a7abaf538cf92fb29d84b828fc8360925da0160a (commit)
via 915eb992cafa68af04addc039da273603e457255 (commit)
from 48971afdfb8f8400956a9f11867005ef8e0ad470 (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 e7658fd4f474323df7451cb6dfb516342aa0ae48
Author: maxtors <moe.andreas at gmail.com>
Date: Fri Apr 17 10:37:21 2015 +0200
Added new WebDAV http methods.
Added more WebDAV functions. A complete list of what http
methods libhtp can handle can be found at:
https://github.com/OISF/libhtp/blob/0.5.x/htp/htp_core.h#L260.
So now the methods array reflects these available functions.
The comments have also been changed to reflect the desired style.
commit 3b26b07963df9ae8e67a0257fe8c0af1112caffb
Author: maxtors <moe.andreas at gmail.com>
Date: Fri Apr 17 10:03:24 2015 +0200
Reworked pattern registration structure and feedback issues.
1) Reworked pattern registration for http methods and versions.
Instead of being a manual and verbose action of adding one
and one http method with N-amount if prefix spacings and
the same for HTTP versions (eg. HTTP/1.1) i moved it all
to be loop based actions reading values from char arrays.
In the future all that is needed is to add new methods
to the arrays and they will be added as a pattern.
2) Modified pattern registration after feedback.
Changed variable used in snprintf for http method registration
Should have been size of dest buffer at not another var (catsize)
that i had created. Also removed this variable.
Fixed a typo in the comment for registering http versions.
TO_CIENT -> TO_CLIENT.
commit 7a9e963619a905b59378b4a5de653216182fff25
Author: maxtors <moe.andreas at gmail.com>
Date: Thu Apr 16 22:44:36 2015 +0200
Added http methods for webdav (rfc4918).
Included the following methods to app-layer-htp.c:
- PROPFIND
- PROPPATCH
- MKCOL
- COPY
- MOVE
- LOCK
- UNLOCK
commit a7abaf538cf92fb29d84b828fc8360925da0160a
Author: maxtors <moe.andreas at gmail.com>
Date: Thu Apr 16 16:15:10 2015 +0200
Added DELETE and PATCH http methods to app-layer-htp.c
Added two new http methods to the http decoding done in
app-layer-htp.c so that these messages will be decoded as well.
commit 915eb992cafa68af04addc039da273603e457255
Author: Victor Julien <victor at inliniac.net>
Date: Thu Apr 23 09:53:20 2015 +0200
app-layer: update protocol detection tests
AppLayerTest09, AppLayerTest10 and AppLayerTest11 depended on a max
protocol detection pattern size of < 17. Update the tests to pass one
extra byte to the app layer. This makes the protocol detection code
flag the session as 'proto detection completed' again.
-----------------------------------------------------------------------
Summary of changes:
src/app-layer-htp.c | 126 +++++++++++++++++-----------------------------------
src/app-layer.c | 26 +++++------
2 files changed, 53 insertions(+), 99 deletions(-)
hooks/post-receive
--
OISF
More information about the Oisf-devel
mailing list