summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-05-27 16:10:51 +0000
committerYang Tse <yangsita@gmail.com>2008-05-27 16:10:51 +0000
commitc62d55342dd84dde715654c2d65e9cda1729089a (patch)
tree428bf136d5b6bfdf30ee55b45823e73faee4d42b
parentf7815fa93ce4bb69fb4b1a3e2d79473b94a647d1 (diff)
downloadgnurl-c62d55342dd84dde715654c2d65e9cda1729089a.tar.gz
gnurl-c62d55342dd84dde715654c2d65e9cda1729089a.tar.bz2
gnurl-c62d55342dd84dde715654c2d65e9cda1729089a.zip
Known bug #55, libcurl fails to build with MIT Kerberos for Windows (KfW)
due to KfW's library header files exporting symbols/macros that should be kept private to the KfW library. See ticket #5601 at http://krbdev.mit.edu/rt/
-rw-r--r--docs/KNOWN_BUGS4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index 1fd9c9afc..1038b8cd0 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -3,6 +3,10 @@ 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!
+55. libcurl fails to build with MIT Kerberos for Windows (KfW) due to KfW's
+ library header files exporting symbols/macros that should be kept private
+ to the KfW library. See ticket #5601 at http://krbdev.mit.edu/rt/
+
54. User names embedded in URLs without a password are parsed incorrectly--the
host name is treated as part of the user name and the port number becomes the
password. This can be observed test 279.