mirror of
https://github.com/curl/curl.git
synced 2026-07-24 10:57:16 +03:00
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:
parent
b9cd73c76d
commit
6307e783d8
4 changed files with 57 additions and 61 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue