diff options
author | Yang Tse <yangsita@gmail.com> | 2008-05-27 16:10:51 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-05-27 16:10:51 +0000 |
commit | c62d55342dd84dde715654c2d65e9cda1729089a (patch) | |
tree | 428bf136d5b6bfdf30ee55b45823e73faee4d42b /docs/KNOWN_BUGS | |
parent | f7815fa93ce4bb69fb4b1a3e2d79473b94a647d1 (diff) |
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/
Diffstat (limited to 'docs/KNOWN_BUGS')
-rw-r--r-- | docs/KNOWN_BUGS | 4 |
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. |