- 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.
-
- May 15, 2007
-
-
Dan Fandrich authored
case 614. Allow SFTP quote commands chmod, chown, chgrp to set a value of 0.
-
- May 09, 2007
-
-
Dan Fandrich authored
sftp didn't truncate it first, which would corrupt the file if the new file was shorter than the old.
-
- May 08, 2007
-
-
Daniel Stenberg authored
because I just made SCP uploads return this value if the file size of the upload file isn't given with CURLOPT_INFILESIZE*. Docs updated to reflect this news, and a define for the old name was added to the public header file.
-
- Apr 18, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Apr 08, 2007
-
-
Daniel Stenberg authored
-
- Apr 06, 2007
-
-
Dan Fandrich authored
Made libssh2 logging more verbose when debugging is enabled.
-
- Apr 04, 2007
-
-
Dan Fandrich authored
-
- Apr 02, 2007
-
-
Daniel Stenberg authored
-
- Mar 29, 2007
-
-
Dan Fandrich authored
Enable libssh2 tracing when ssh debugging is turned on.
-
- Mar 24, 2007
-
-
Dan Fandrich authored
-
- Mar 23, 2007
-
-
Dan Fandrich authored
plus made --pass work on an SSH private key as well.
-
Dan Fandrich authored
-
- Mar 15, 2007
-
-
Dan Fandrich authored
-
Dan Fandrich authored
-
- Mar 14, 2007
-
-
Dan Fandrich authored
Added some more debug logs.
-
- Feb 26, 2007
-
-
Gisle Vanem authored
since they're already included through "setup.h".
-
- Feb 07, 2007
-
-
Daniel Stenberg authored
-
- Feb 06, 2007
-
-
Daniel Stenberg authored
-
- Feb 02, 2007
-
-
Daniel Stenberg authored
-
- Jan 28, 2007
-
-
Daniel Stenberg authored
-