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 8 of 41
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Tidy up.
Ivan Ristic
More...
almost 12 years ago
Fix HTP_MULTI_PACKET_HEAD when processing requests with trailers.
Ivan Ristic
More...
almost 12 years ago
Change all hooks to use htp_tx_t references (instead of htp_connp_t references).
Ivan Ristic
More...
almost 12 years ago
Add more tests for invalid requests.
Ivan Ristic
More...
almost 12 years ago
Do not stop processing request headers if C-L is invalid. Processing will now stop after the REQUEST_HEADERS hook. New flags: HTP_REQUEST_INVALID and HTP_REQUEST_INVALID_C_L.
Ivan Ristic
More...
almost 12 years ago
Fix TRANSACTION_COMPLETE not being invoked in hybrid mode.
Ivan Ristic
More...
almost 12 years ago
Do not allow incomplete transactions to be destroyed.
Ivan Ristic
More...
almost 12 years ago
Do not forget to complete a successful CONNECT request.
Ivan Ristic
More...
almost 12 years ago
New callback TRANSACTION_COMPLETE.
Ivan Ristic
More...
almost 12 years ago
Tidy up.
Ivan Ristic
More...
almost 12 years ago
Split htp_tx_t::progress into two fields, one for requests and one for responses. This allows us to track progress separately (which is sometimes needed).
Ivan Ristic
More...
almost 12 years ago
Merge branch 'master' of github.com:Qualys/libhtp
Ivan Ristic
More...
almost 12 years ago
Merge branch '0.5.x'
Ivan Ristic
More...
almost 12 years ago
Tidy up.
Ivan Ristic
More...
almost 12 years ago
Ensure that the connection parser state is RES_IDLE after response is complete in hybrid mode.
Ivan Ristic
More...
almost 12 years ago
Do not supply request line line endings in the test.
Ivan Ristic
More...
almost 12 years ago
Fix REQUEST_COMPLETE being called twice in hybrid mode, when connection parser is destroyed.
Ivan Ristic
More...
almost 12 years ago
Add a test case for the bug that calls RESPONSE_COMPLETE twice. [Nick LeRoy]
Ivan Ristic
More...
almost 12 years ago
Add functions to retrieve active inbound and outbound transactions from a htp_connp_t instance. Closes #41.
Ivan Ristic
More...
almost 12 years ago
Docs.
Ivan Ristic
More...
almost 12 years ago
Add htp_connp_get_connection().
Ivan Ristic
More...
almost 12 years ago
Tidy up.
Ivan Ristic
More...
almost 12 years ago
Make htp_connp_in_reset() private.
Ivan Ristic
More...
almost 12 years ago
Tidy up.
Ivan Ristic
More...
almost 12 years ago
test_hybrid.cpp: Fix bug where a data structure was allocated on the stack but a pointer to it was retained beyond function return.
Christopher Alfeld
More...
almost 12 years ago
Revert "test_hybrid.cpp: Fix crashing test due to NULL timeval (see below)."
Christopher Alfeld
More...
almost 12 years ago
test_hybrid.cpp: Fix crashing test due to NULL timeval (see below).
Christopher Alfeld
More...
almost 12 years ago
Do not attempt to buffer when processing the last invocation (which has data set to NULL and len to 0).
Ivan Ristic
More...
almost 12 years ago
Do not allow NULL data pointers. Related to #38.
Ivan Ristic
More...
almost 12 years ago
Fix typo.
Ivan Ristic
More...
almost 12 years ago
←
1
2
3
4
5
6
7
8
9
10
11
12
…
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