aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-12-01 10:25:10 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-12-01 10:25:10 +0000
commit3eeea48839b1ec6fad8d0f017c54d201ad4bc794 (patch)
tree69111525cd575c0a05bb537ad94bbbd31ed6e31c /CHANGES
parentcd653f1be9e32581495696183a95085d7045ab80 (diff)
FTPS now works pretty good
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES11
1 files changed, 10 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 2feb0a12e..06cbe07f7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,13 +7,22 @@
Changelog
+Daniel (1 December)
+- Mathias Axelsson set up a bsdftpd-ssl server for me and I could make curl
+ run fine against its FTPS implementation. Now these FTPS-related things
+ work:
+ o explicit and implicit FTPS
+ o active (PORT) and passive (PASV)
+ o upload and download
+ o verified against bsdftpd-ssl and RaidenFTPD
+
Daniel (27 November)
- James Clancy made the Borland Makefiles up to date.
- Markus Moeller improved the SPNEGO detection in the configure script.
Daniel (25 November)
-- 'Dave' filed bug report #848371, identifying that if you'd do POST over a
+- Dave May filed bug report #848371, identifying that if you'd do POST over a
proxy to a https server, libcurl didn't POST at all, it just made a GET! It
turned out to be because libcurl wrongly didn't consider the authentication
"negotiation phase" to be complete yet.