- Sep 28, 2007
-
-
Daniel Stenberg authored
-
- 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.
-
- 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)
-
- Aug 03, 2007
-
-
James Housley authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
release the next curl until there is a libssh2 0.16 released.
-
- Aug 01, 2007
-
-
Daniel Stenberg authored
passed to it with curl_easy_setopt()! Previously it has always just refered to the data, forcing the user to keep the data around until libcurl is done with it. That is now history and libcurl will instead clone the given strings and keep private copies.
-
- Jul 21, 2007
-
-
Dan Fandrich authored
-
- Jul 20, 2007
-
-
James Housley authored
-
Dan Fandrich authored
-
- Jul 18, 2007
-
-
James Housley authored
issue is in libssh2 and not freeing a dynamic error message during cleanup.
-
- Jul 14, 2007
-
-
Guenter Knauf authored
-
- Jul 10, 2007
-
-
James Housley authored
* Move scp:// into a state machine so it won't block in multi mode * When available use the full directory entry from the sftp:// server
-
- Jul 05, 2007
-
-
James Housley authored
message for an scp:// upload failure. If libssh2 has his matching patch, then the error message return by the server will be used instead of a more generic error.
-
- Jul 04, 2007
-
-
James Housley authored
-
- Jun 27, 2007
-
-
James Housley authored
and CURLOPT_NEW_DIRECTORY_PERMS. These control the premissions for files and directories created on the remote server. CURLOPT_NEW_FILE_PERMS defaults to 0644 and CURLOPT_NEW_DIRECTORY_PERMS defaults to 0755
-
Guenter Knauf authored
-
Guenter Knauf authored
-
- Jun 26, 2007
-
-
James Housley authored
-
James Housley authored
-
- Jun 20, 2007
-
-
James Housley authored
other authentication methods. Terminate with a memory error.
-
- Jun 19, 2007
-
-
James Housley authored
-
Daniel Stenberg authored
-
James Housley authored
allocated when needed
-
- Jun 18, 2007
-
-
James Housley authored
-
- Jun 16, 2007
-
-
James Housley authored
Caught by the auto-builds
-
- Jun 14, 2007
-
-
James Housley authored
only affected sftp_sendquote() for the "chgrp/chmod/chown" commands. This also fixed failure of test 614 on a system that previously failed.
-
James Housley authored
with the latest libssh2, the listing would be truncated at the symlink. Fix by looping on LIBSSH2_ERROR_EAGAIN, like the rest of the calls.
-
- Jun 13, 2007
-
-
James Housley authored
-
Gisle Vanem authored
-
James Housley authored
uses the --ftp-create-dirs flag to control if cURL will try and create directories that are specified in an upload path, but don't exist.
-
James Housley authored
ie 0.14, that don't know about newer constants used in the state machine.
-
- Jun 12, 2007
-
-
James Housley authored
libssh2_sftp_shutdown() and libssh2_session_free() can now return LIBSSH2_ERROR_EAGAIN. * Fix the _send() and _recv() return values so non-blocking works
-
James Housley authored
suite, transfer fails in the real world. So after connect set to blocking as full non-blocking is migrated out.
-
James Housley authored
-
James Housley authored
LIBSSH2_APINO >= 200706012030. More to come...
-
- Jun 11, 2007
-
-
Gisle Vanem authored
-
- Jun 08, 2007
-
-
James Housley authored
memory leak, and it is the right thing to do.
-
James Housley authored
* As of (LIBSSH2_APINO >= 200706012030) there are not *nb() functions * As of (LIBSSH2_APINO >= 200706012030) most libssh2_*() functions can return LIBSSH2_ERROR_EAGAIN to indicate that the call would block. To make the code work as previously, blocking, all the code has been updated so that when (LIBSSH2_APINO >= 200706012030) it loops simulating blocking. This allows the existing code to function and not hold up the upcoming release.
-