aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-05-08 15:09:50 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-05-08 15:09:50 +0000
commit6307e783d83835ffaa70fc594b2a08307b2e359b (patch)
tree3000081e2d2f5c1ef925c9c3ed1538a3c7b41951 /docs
parentb9cd73c76d6f24dd9a59fb603ab9ad92c6076f72 (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')
-rw-r--r--docs/KNOWN_BUGS2
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