aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-08-07 22:59:06 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-08-07 22:59:06 +0000
commit493d6033aa299b614f0edecd86e1eccf95a86a00 (patch)
tree3de57b6ace09cb6063830cfa319db2dd2725a329 /CHANGES
parent8f219af884dcb330d96d71928c9bbdd003919b4b (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--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1801cf552..ab0ba5d24 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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.