From c62d55342dd84dde715654c2d65e9cda1729089a Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Tue, 27 May 2008 16:10:51 +0000 Subject: [PATCH] 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/ --- docs/KNOWN_BUGS | 4 ++++ 1 file changed, 4 insertions(+) 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.