diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-08-14 10:28:21 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-08-14 10:28:21 +0000 |
commit | 2f8f12e82eb69922f1144f047f77083677f9f767 (patch) | |
tree | c9f679f4e6ffb3bf7a2ad56e063f3223116da027 /CHANGES | |
parent | 5cdcc2b3aad86e4d29c701e37a82386299541d0a (diff) |
Andrew Wansink provided an NTLM bugfix: in the case the server sets the flag
NTLMFLAG_NEGOTIATE_UNICODE, we need to filter it off because libcurl doesn't
unicode encode the strings it packs into the NTLM authenticate packet.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6,6 +6,11 @@ Changelog +Daniel S (14 August 2007) +- Andrew Wansink provided an NTLM bugfix: in the case the server sets the flag + NTLMFLAG_NEGOTIATE_UNICODE, we need to filter it off because libcurl doesn't + UNICODE encode the strings it packs into the NTLM authenticate packet. + Daniel S (11 August 2007) - Allen Pulsifer provided a patch that makes libcurl set the expected download size earlier when doing HTTP downloads, so that applications and the |