openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
L
LibHTP
Settings
|
Report Duplicate
2
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
14 days
ago. based on code collected
14 days
ago.
Jan 29, 2024 — Jan 29, 2025
Showing page 6 of 41
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Improve test coverage.
Ivan Ristic
More...
over 11 years ago
Docs.
Ivan Ristic
More...
over 11 years ago
Improve test coverage.
Ivan Ristic
More...
over 11 years ago
Comment-out unused code.
Ivan Ristic
More...
over 11 years ago
Set correct flags when URL-decoding request URIs.
Ivan Ristic
More...
over 11 years ago
Remove some duplicated/unnecessary code.
Ivan Ristic
More...
over 11 years ago
Make conversion of + characters to spaces configurable.
Ivan Ristic
More...
over 11 years ago
Add two public functions to perform configurable URL decoding: htp_urldecode_inplace() and htp_urldecode_inplace_ex().
Ivan Ristic
More...
over 11 years ago
Add two tests for htp_log.
Ivan Ristic
More...
over 11 years ago
Improve htp_chomp tests.
Ivan Ristic
More...
over 11 years ago
Improve coverage of various debugging functions.
Ivan Ristic
More...
over 11 years ago
Do not right-trim response headers in the parsing phase. Header lines already arrive trimmed.
Ivan Ristic
More...
over 11 years ago
Do not error out when the response contains an unparseable header. Add regression test for response header parsing.
Ivan Ristic
More...
over 11 years ago
Comment-out unused code.
Ivan Ristic
More...
over 11 years ago
Fix HTP_DECODER_URL_PATH used by the urlencoded parser in some places. Should have been HTP_DECODER_URLENCODED.
Ivan Ristic
More...
over 11 years ago
Typo.
Ivan Ristic
More...
over 11 years ago
Merge branch '0.5.x'
Ivan Ristic
More...
over 11 years ago
Document 0.5.3 changes.
Ivan Ristic
More...
over 11 years ago
Add a test for unrecognized authentication type.
Ivan Ristic
More...
over 11 years ago
When parsing an invalid Digest authentication, do not fail the stream.
Ivan Ristic
More...
over 11 years ago
Do not fail the entire stream if the Authorization header is invalid. Set HTP_AUTH_INVALID instead.
Ivan Ristic
More...
over 11 years ago
Typo.
Ivan Ristic
More...
over 11 years ago
Add a test for invalid protocol.
Ivan Ristic
More...
over 11 years ago
Leave htp_tx_t::request_uri NULL when the request line does not contain the URI. Previously, an empty string would be allocated.
Ivan Ristic
More...
over 11 years ago
Typo.
Ivan Ristic
More...
over 11 years ago
Add test cases for Basic and Digest authentication.
Ivan Ristic
More...
over 11 years ago
Do not set htp_tx_t::request_transfer_coding when we cannot reliably determine how to handle the request body (even if we error out). Use HTP_CODING_INVALID instead.
Ivan Ristic
More...
over 11 years ago
Docs.
Ivan Ristic
More...
over 11 years ago
Raise HTP_REQUEST_SMUGGLING when T-E is used with HTTP/1.0. Previously only HTP_REQUEST_INVALID_T_E would be raised.
Ivan Ristic
More...
over 11 years ago
Use a descriptive name for a test.
Ivan Ristic
More...
over 11 years ago
←
1
2
3
4
5
6
7
8
9
10
…
40
41
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree