diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-05-08 15:09:50 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-05-08 15:09:50 +0000 |
commit | 6307e783d83835ffaa70fc594b2a08307b2e359b (patch) | |
tree | 3000081e2d2f5c1ef925c9c3ed1538a3c7b41951 /docs/KNOWN_BUGS | |
parent | b9cd73c76d6f24dd9a59fb603ab9ad92c6076f72 (diff) |
Fixed known bug #28. The TFTP code no longer assumes a packed struct and
thus works reliably on more platforms.
Diffstat (limited to 'docs/KNOWN_BUGS')
-rw-r--r-- | docs/KNOWN_BUGS | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index 9149b996a..ba0bfa4e5 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -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 |