Added a run-time check to warn if TFTP is going to fail due to portability

issues in the code.
This commit is contained in:
Dan Fandrich
2005-12-05 20:07:05 +00:00
parent 1d8212e53a
commit 8c6f654b26
2 changed files with 21 additions and 0 deletions

View File

@@ -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