Fixed known bug #28. The TFTP code no longer assumes a packed struct and

thus works reliably on more platforms.
This commit is contained in:
Daniel Stenberg 2006-05-08 15:09:50 +00:00
parent b9cd73c76d
commit 6307e783d8
4 changed files with 57 additions and 61 deletions

View file

@ -33,8 +33,6 @@ may have been fixed since this was written!
See http://curl.haxx.se/bug/view.cgi?id=1371118
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