diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-09-16 21:45:16 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-09-16 21:45:16 +0000 |
commit | 6a06667cc0a6915510a7f3d789a0bcf470a9b7d8 (patch) | |
tree | fa6d0a95714ca164794fcb16ba4d64f1bfcbcfa6 /CHANGES | |
parent | 25bf23105d0ae927a9b62a1d4f4f30312481955f (diff) |
Added CURLOPT_FTPSSLAUTH
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -7,6 +7,15 @@ Changelog Daniel (16 September 2004) +- Daniel at touchtunes uses the FTP+SSL server "BSDFTPD-SSL from + http://bsdftpd-ssl.sc.ru/" which accordingly doesn't properly work with curl + when "AUTH SSL" is issued (although the server responds fine and everything) + but requires that curl issues "AUTH TLS" instead. See + http://curl.haxx.se/feedback/display.cgi?id=10951944937603&support=yes + + Introducing CURLOPT_FTPSSLAUTH that allows the application to select which + of the AUTH strings to attempt first. + - Anonymous filed bug report #1029478 which identified a bug when you 1) used a URL without properly seperating the host name and the parameters with a slash. 2) the URL had parameters to the right of a ? that contains a slash @@ -17,7 +26,7 @@ Daniel (16 September 2004) Test case 187 was added to verify that this was fixed properly. Daniel (11 September 2004) -- Added parsedate.[ch] that contains a rewrite of the date parser currently +- Added parsedate.c that contains a rewrite of the date parser currently provided by getdate.y. The new one is MUCH smaller and will allow us to run away from the yacc/bison jungle. It is also slightly lacking in features compared to the old one, but it supports parsing of all date formats HTTP |