aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-02-14 22:51:43 +0000
committerDaniel Stenberg <daniel@haxx.se>2010-02-14 22:51:43 +0000
commitf1106049d9b86e86db5883f945cf1cc0780dafbf (patch)
tree3054d143b92c9eb131034c96c9cf91e86f8b0a7d /docs
parenta07bc79117971b96ebf3188c0a34a73ee0a3609b (diff)
75. NTLM authentication involving unicode user name or password.
http://curl.haxx.se/mail/lib-2009-10/0024.html http://curl.haxx.se/bug/view.cgi?id=2944325
Diffstat (limited to 'docs')
-rw-r--r--docs/KNOWN_BUGS4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index 2eefdea28..92b92ff5d 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -3,6 +3,10 @@ join in and help us correct one or more of these! Also be sure to check the
changelog of the current development status, as one or more of these problems
may have been fixed since this was written!
+75. NTLM authentication involving unicode user name or password.
+ http://curl.haxx.se/mail/lib-2009-10/0024.html
+ http://curl.haxx.se/bug/view.cgi?id=2944325
+
74. The HTTP spec allows headers to be merged and become comma-separated
instead of being repeated several times. This also include Authenticate: and
Proxy-Authenticate: headers and while this hardly every happens in real life