aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2005-12-05 20:07:05 +0000
committerDan Fandrich <dan@coneharvesters.com>2005-12-05 20:07:05 +0000
commit8c6f654b2605b13708f685b6d88a555d3915405c (patch)
tree172f05610a660d6709e1f83bd54f1b68dfebc713 /docs
parent1d8212e53ab7d4c7ff7ba98360a2eefd9c29e310 (diff)
Added a run-time check to warn if TFTP is going to fail due to portability
issues in the code.
Diffstat (limited to 'docs')
-rw-r--r--docs/KNOWN_BUGS2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index 264cdd788..ae41f65bc 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -3,6 +3,8 @@ 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!
+28. The TFTP code is not portable and will fail on some architectures.
+
26. NTLM authentication using SSPI (on Windows) when (lib)curl is running in
"system context" will make it use wrong(?) user name - at least when compared
to what winhttp does. See http://curl.haxx.se/bug/view.cgi?id=1281867