- Sep 18, 2007
-
-
Daniel Stenberg authored
key was specified and there was no HOME environment variable, and then it didn't continue to try the other auth methods. Now it will instead try to get the files id_dsa.pub and id_dsa from the current directory if none of the two conditions were met.
-
Guenter Knauf authored
-
- Sep 15, 2007
-
-
Daniel Stenberg authored
proxies for FTP urls.
-
Guenter Knauf authored
-
Guenter Knauf authored
-
- Sep 11, 2007
-
-
Daniel Stenberg authored
second transfer as it didn't store and remember the "" path from the previous transfer so it would instead CWD to the entry path as stored. This worked, but did a superfluous command. Thus, test case 541 now also verifies this fix.
-
http://curl.haxx.se/bug/view.cgi?id=1792649Daniel Stenberg authored
out a problem with doing an empty upload over FTP on a re-used connection. I added test case 541 to reproduce it and to verify the fix.
-
- Sep 07, 2007
-
-
Dan Fandrich authored
not success.
-
- Sep 05, 2007
-
-
Dan Fandrich authored
sockets.
-
Daniel Stenberg authored
underlying ftp_readresp() function has a separate "cache" where there might in fact be leftover data...
-
- Aug 31, 2007
-
-
Dan Fandrich authored
Renamed the curl_ftpssl enum to curl_usessl and its enumerated constants, creating macros for backward compatibility.
-
Dan Fandrich authored
generic, and more consistent with each other.
-
Dan Fandrich authored
-
- Aug 30, 2007
-
-
Dan Fandrich authored
case 615 to test an SFTP upload failure.
-
Dan Fandrich authored
and allow reuse by multiple protocols. Several unused error codes were removed. In all cases, macros were added to preserve source (and binary) compatibility with the old names. These macros are subject to removal at a future date, but probably not before 2009. An application can be tested to see if it is using any obsolete code by compiling it with the CURL_NO_OLDIES macro defined. Documented some newer error codes in libcurl-error(3)
-
Dan Fandrich authored
cleaning up after an OOM condition in curl_multi_add_handle
-
Daniel Stenberg authored
low-level ftp_readresp() function. Hopefully adressing bug #1779054.
-
- Aug 29, 2007
-
-
Dan Fandrich authored
-
- Aug 27, 2007
-
-
Dan Fandrich authored
-
- Aug 26, 2007
-
-
Dan Fandrich authored
-
- Aug 25, 2007
-
-
Guenter Knauf authored
-
Guenter Knauf authored
-
- Aug 24, 2007
-
-
Guenter Knauf authored
-
http://curl.haxx.se/bug/view.cgi?id=1779054Daniel Stenberg authored
out that libcurl didn't deal with large responses from server commands, when the single response was consisting of multiple lines but of a total size of 16KB or more. Dan Fandrich improved the ftp test script and provided test case 1006 to repeat the problem, and I fixed the code to make sure this new test case runs fine.
-
Patrick Monnerat authored
-
- Aug 23, 2007
-
-
Daniel Stenberg authored
-
Patrick Monnerat authored
-
Guenter Knauf authored
default now to verify cert unless data->set.ssl.verifypeer is 0.
-
- Aug 22, 2007
-
-
http://curl.haxx.se/bug/view.cgi?id=1779751Daniel Stenberg authored
out that doing first a file:// upload and then an FTP upload crashed libcurl or at best caused furious valgrind complaints. Fixed now by making sure we free and clear the file-specific struct properly when done with it.
-
Gisle Vanem authored
-
http://curl.haxx.se/bug/view.cgi?id=1779054Daniel Stenberg authored
out that libcurl didn't deal with very long (>16K) FTP server response lines properly. Starting now, libcurl will chop them off (thus the client app will not get the full line) but survive and deal with them fine otherwise. Test case 1003 was added to verify this.
-
Guenter Knauf authored
-
- Aug 21, 2007
-
-
Guenter Knauf authored
-
Guenter Knauf authored
removed obsolete wsock32 link lib.
-
- Aug 20, 2007
-
-
Guenter Knauf authored
removed now obsolete defines since we include now ldap headers which define these.
-
Daniel Stenberg authored
download transfer size much earlier to be possible to get read with CURLINFO_CONTENT_LENGTH_DOWNLOAD as soon as possible.
-
Guenter Knauf authored
-
Guenter Knauf authored
fixed ldaps section for OpenLDAP. Still not working, but at least it compiles now, and should serve as base to get it finally working. Also seems that the ifdefs can be arranged some better because the Solaris and Netscape/iPlanet/Mozilla LDAP SDKs seem to be closer to the Novell section than the OpenLDAP one.
-
Guenter Knauf authored
added define to build with ldaps support; enabled build with the Novell LDAP SDK.
-
Guenter Knauf authored
-