aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-03-31 14:02:43 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-03-31 14:02:43 +0000
commitfd33923496e8c04757acfcc8131806703d86bfac (patch)
tree10f265e5e63eed131ec19fd9da1cbb3a84d38c45 /CHANGES
parenta55649dc82d8227dd2e07cf59544f626646caf02 (diff)
7.10.4-pre6 commit
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ec380392b..06c205d3d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,17 @@
Changelog
Daniel (31 Mar)
+- More fixes for the SSL session ID cache checks when SSL configs are changed
+ between connections. Based on tests and talks with Richard Bramante.
+
+- Guillaume Cottenceau provided a patch that added CURLOPT_UNRESTRICTED_AUTH.
+ When enabled, it will prevent libcurl from limiting to which host it sends
+ user+password to when following locations. By default, libcurl only sends
+ name and password to the original host used in the first URL, but with this
+ option set it will send the auth info to all hosts it follows location
+ headers to. The new tool command line option for this is named
+ "--location-trusted".
+
- Frankie Fong reported a problem with libcurl if you re-used an easy handle
with a proxy, and you first made a https:// connction to a host and then
switched to a http:// one to the same host. libcurl would then wrongly re-use