Skip to content

Releases: OISF/libhtp

0.5.18

25 Sep 13:04
Compare
Choose a tag to compare
0.5.18 Pre-release
Pre-release

This is a minor bug-fix release:

  • Fixed [#120] Trigger request line parsing on
    incomplete request [Victor Julien]
  • Fixed [#119] Fix uninitialized htp_tx_t::is_last value
    in in htp_tx_res_process_body_data_ex() [Fedor Sakharov]
  • Fixed [#118] Coverity-identified missing break in switch [Sam Baskinger]
  • Fixed [#117] Coverity-identified issue of not checking
    malloc() return value [Sam Baskinger]
  • Fixed [#116] Fix coverity-identified leaked file descriptors
    in unit test [Sam Baskinger]
  • Fixed [#113] fix pkgconfig include dir [Eric Leblond]
  • Fixed [#111] Connect plain http [Victor Julien]
  • Fixed [#105] Do not invoke callbacks in htp_req_run_hook_body_data()
    when there is no tx running. [Sam Baskinger]
  • Fixed [#104] Modifiying HTTP methods to be rfc3253 compliant [Andreas Moe]
  • Fixed [#103] Fixes [Victor Julien]
  • Fixed [#101] Make including the autoconf config header safer [Brian Rectanus]

0.5.17

25 Feb 12:32
Compare
Choose a tag to compare
0.5.17 Pre-release
Pre-release

This is a minor bug-fix release:

  • Fix URI parsing for non-std 'space' chars
    [Fixed by Victor Julien / Reported by Darien Huss from Emerging Threats]
  • Fixing buffer overrun that was failing clang
    -fsanitize=address checks [Sam Baskinger]
  • Replace strcat/sprintf by strlcat/snprintf [Giuseppe Longo]
  • Fix autogen on CentOS 5.11 [Victor Julien]
  • Fix dereferencing type-punned pointer on CentOS 5.11 [Giuseppe Longo]
  • Fix warning on OpenBSD [Giuseppe Longo]

0.5.16

12 Dec 11:30
Compare
Choose a tag to compare
0.5.16 Pre-release
Pre-release

This release brings some improvements:

  • Request line leading space handling [https://github.com//pull/81] [Victor Julien]
  • Harden decompress code against memory stress [https://github.com//pull/84] [Victor Julien]

0.5.15

01 Aug 10:01
Compare
Choose a tag to compare
0.5.15 Pre-release
Pre-release

This is a minor bug-fix release:

  • Fixed [#78] Make a case-insensitive comparision for the pattern "chunked" for "Transfer-Encoding" [Anoop Saldanha]

0.5.14

22 Jul 10:13
Compare
Choose a tag to compare
0.5.14 Pre-release
Pre-release

This is a very minor bug-fix release:

  • Fixed the tests sometimes not returning the correct status code. Increased the
    the compiler warnings for the tests.
  • Fixed [#77] Fix compiler warnings in the tests

0.5.13

16 Jul 10:34
Compare
Choose a tag to compare
0.5.13 Pre-release
Pre-release

This release includes two performance optimizations that make LibHTP much faster when handling long-lived connections with many transactions.

  • Fixed [#56] Investigate clean-up performance with a large number of transactions
    on a single connection

0.5.12

25 Jun 15:14
Compare
Choose a tag to compare
0.5.12 Pre-release
Pre-release

This release brings a a single minor improvement:

  • Fixed [#73] Fix double Content-Length issue [Wesley Shields]

0.5.11

05 Apr 15:28
Compare
Choose a tag to compare
0.5.11 Pre-release
Pre-release

This is a minor maintenance release. One of the fixed bugs could lead to a segfault, depending on how the library is used.

  • Fixed [#72] On CONNECT requests inbound tx progress prematurely set to complete
  • Fixed [#71] Fix missing files in distribution target [Pierre Chifflier]

0.5.10

03 Mar 15:19
Compare
Choose a tag to compare
0.5.10 Pre-release
Pre-release

This is a minor maintenance release.

  • Fixed [#63] Final response body data callback missing on compressed responses.
  • Do not consume the byte that comes after an invalid UTF-8 character.
  • Use case insensitive comparison for content-coding values. Warn if unknown
    response content encoding is encountered.
  • Small fixes. [#66, #69] [Victor Julien]

0.5.9

19 Nov 11:12
Compare
Choose a tag to compare
0.5.9 Pre-release
Pre-release

This is a minor maintenance release.

  • Fixed a HTP_HOST_AMBIGUOUS false positive.
  • Fixed the tests not compiling on OS X 10.9.