diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-08-07 22:59:06 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-08-07 22:59:06 +0000 |
commit | 493d6033aa299b614f0edecd86e1eccf95a86a00 (patch) | |
tree | 3de57b6ace09cb6063830cfa319db2dd2725a329 /CHANGES | |
parent | 8f219af884dcb330d96d71928c9bbdd003919b4b (diff) |
Jon Grubbs filed bug report #1249962 which identified a problem with NTLM on a
HTTP proxy if an FTP URL was given. libcurl now properly switches to pure HTTP
internally when an HTTP proxy is used, even for FTP URLs. The problem would
also occur with other multi-pass auth methods.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -7,6 +7,12 @@ Changelog +Daniel (8 August 2005) +- Jon Grubbs filed bug report #1249962 which identified a problem with NTLM on + a HTTP proxy if an FTP URL was given. libcurl now properly switches to pure + HTTP internally when an HTTP proxy is used, even for FTP URLs. The problem + would also occur with other multi-pass auth methods. + Daniel (7 August 2005) - When curl is built with GnuTLS, curl-config didn't include "SSL" when --features was used. |