aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-03-29 11:54:07 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-03-29 11:54:07 +0000
commitf00f050d1bd8bc0e643ef63286dc98f6a3afbf46 (patch)
tree5057db78a378965a375ad4ad3a2ea3375da8a090 /CHANGES
parentc4f34c60a58d13a11bfd041f98e86634fc2d7449 (diff)
proxy multi auth fix, --proxy-anyauth, ftp-ssl and ftp response reading fix
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a7a34a8f2..8a0d6f452 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,21 @@
Changelog
+Daniel (29 March 2005)
+- Jesper Jensen found out that FTP-SSL didn't work since my FTP
+ rewrite. Fixing that was easy, but it also revealed a much worse problem:
+ the FTP server response reader function didn't properly deal with reading
+ responses in multiple tiny chunks properly! I modified the FTP server to
+ allow it to produce such split-up responses to make sure curl deals with
+ them as it should.
+
+- Based on Augustus Saunders' comments and findings, the HTTP output auth
+ function was fixed to use the proper proxy authentication when multiple ones
+ are accepted. test 239 and test 243 were added to repeat the problems and
+ verify the fixes.
+
+ --proxy-anyauth was added to the curl tool
+
Daniel (16 March 2005)
- Tru64 and some IRIX boxes seem to not like test 237 as it is. Their
inet_addr() functions seems to use &255 on all numericals in a ipv4 dotted