From: Daniel Stenberg Date: Mon, 15 Mar 2004 13:09:59 +0000 (+0000) Subject: NTLM fix X-Git-Tag: curl-7_11_1~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=738807883e37abad06345fabc2a1823055238246;p=thirdparty%2Fcurl.git NTLM fix --- diff --git a/TODO-RELEASE b/TODO-RELEASE index 52e9b73ecd..010caa0bef 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -31,6 +31,10 @@ 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. + To get fixed in 7.12.0 ======================