diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-03-22 13:50:30 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-03-22 13:50:30 +0000 |
commit | dd1ba7633e1020e1ec95144a31cde2cf65ba5a0a (patch) | |
tree | 8fcab576a92ab250c10ec5d0736d15537a73298d /TODO-RELEASE | |
parent | a4ea5a4054811706a326a8f58b9caebf2e24c5ed (diff) | |
download | curl-dd1ba7633e1020e1ec95144a31cde2cf65ba5a0a.tar.gz |
Enabled 'NT responses' in the NTLM type-3 message.
Diffstat (limited to 'TODO-RELEASE')
-rw-r--r-- | TODO-RELEASE | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE index 1782183fe..bfc9a22a2 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -27,10 +27,6 @@ To get fixed in 7.11.2 (planned release May/June 2004) 28. Optimize the way libcurl uses CWD on each new request over a persistent connection (on FTP) even if it doesn't have to. -29. Define USE_NTRESPONSES in the NTLM code to work properly with >14 letter - passwords against IIS servers. Requires test cases to be updated - accordingly. #915609 - 30. Digest re-negotiation is not supported, we wrongly assume a new 401 response to signify an authenticaion error. We need to detect the difference between a 401 due to a bad Digest authorization header and a |