aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2009-02-24 08:30:09 +0000
committerDaniel Stenberg <daniel@haxx.se>2009-02-24 08:30:09 +0000
commitea6531cf32a7c46d2c919f02c6b650e31a458052 (patch)
treeaecd2cb6cdb7c389050aa79051fe1a287eabf7a6 /CHANGES
parent2afb88e2ce8dc5e1174bd7e79d41274724626dd0 (diff)
- Brian J. Murrell found out that Negotiate proxy authentication didn't work.
It happened because the code used the struct for server-based auth all the time for both proxy and server auth which of course was wrong.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 62c24de7e..29f5a9ad5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,11 @@
Changelog
+Daniel Stenberg (24 Feb 2009)
+- Brian J. Murrell found out that Negotiate proxy authentication didn't work.
+ It happened because the code used the struct for server-based auth all the
+ time for both proxy and server auth which of course was wrong.
+
Daniel Stenberg (23 Feb 2009)
- After a bug reported by James Cheng I've made curl_easy_getinfo() for
CURLINFO_CONTENT_LENGTH_DOWNLOAD and CURLINFO_CONTENT_LENGTH_UPLOAD return