aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2008-11-25 23:30:53 +0000
committerDan Fandrich <dan@coneharvesters.com>2008-11-25 23:30:53 +0000
commitecc6f550eb934575da4f863bed1915c426380fd3 (patch)
tree7f784aef878e011f7ceb3d133304fc028d4b8051 /CHANGES
parent640974fb282733c1e9387a168ea4d5748c26fdc3 (diff)
Added tests 1087 and 1088 to test Basic authentication on a redirect
with and without --location-trusted
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index cd08f7dd7..1528e61f2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,15 @@
Changelog
+Daniel Fandrich (25 Nov 2008)
+- If a HTTP request is Basic and num is already >=1000, the HTTP test
+ server adds 1 to num to get the data section to return. This allows
+ testing authentication negotiations using the Basic authentication
+ method.
+
+- Added tests 1087 and 1088 to test Basic authentication on a redirect
+ with and without --location-trusted
+
Daniel Stenberg (24 Nov 2008)
- Based on a patch by Vlad Grachov, libcurl now uses a new libssh2 0.19
function when built to support SCP and SFTP that helps the library to know