diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-08-10 17:00:57 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-08-10 17:00:57 +0100 |
commit | 4c4a188a22c0d9b698ae8626ce52da917a423a41 (patch) | |
tree | b4d173b8c1d297c371f9eb358b84523defe595ab | |
parent | cd6ecf6a899c49fee6ebd21f5a162d55632d4b85 (diff) |
RELEASE-NOTES: Synced with cd6ecf6a89
-rw-r--r-- | RELEASE-NOTES | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index a5ace332c..f2cf1f7c0 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -51,6 +51,12 @@ This release includes the following bugfixes: o http2: added some more logging for debugging stream problems o ntlm: Added support for SSPI package info query o ntlm: Fixed hard coded buffer for SSPI based auth packet generation + o sasl_sspi: Fixed memory leak with not releasing Package Info struct + o sasl_sspi: Fixed SPN not being converted to wchar under Unicode builds + o sasl: Use a dynamic buffer for DIGEST-MD5 SPN generation + o http_negotiate_sspi: Use a dynamic buffer for SPN generation + o sasl_sspi: Fixed missing free of challenge buffer on SPN failure + o sasl_sspi: Fixed hard coded buffer for response generation This release includes the following known bugs: |