- Jun 13, 2007
-
-
Daniel Stenberg authored
CURLOPT_FTP_CREATE_MISSING_DIRS works for SFTP connections as well as FTP ones.
-
Daniel Stenberg authored
(http://curl.haxx.se/bug/view.cgi?id=1733119) and we collaborated on the fix. The problem is that for 64bit HPUX builds, several socket-related functions would still assume int (32 bit) arguments and not socklen_t (64 bit) ones.
-
James Housley authored
-
James Housley authored
upload. Some text provieded by Tom Regner
-
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
-
-
Daniel Stenberg authored
complicated work-around for 64bit HPUX compiles. We do the fix using inline static functions to make them follow the header file properly and thus get used fine in the test suite too etc.
-
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.
-
Daniel Stenberg authored
-
James Housley authored
-
James Housley authored
LIBSSH2_APINO >= 200706012030. More to come...
-
Daniel Stenberg authored
-
- Jun 11, 2007
-
-
Dan Fandrich authored
keys the first time (which can take a while on a slow or loaded host). Enforce a longer startup wait time for the ssh client SOCKS server, too. Check for an error code from startnew() when starting any server.
-
Dan Fandrich authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
bug #1733955
-
Daniel Stenberg authored
-
Gisle Vanem authored
the whole 'tsd' structure on exit in destroy_thread_sync_data().
-
Gisle Vanem authored
-
- Jun 08, 2007
-
-
Dan Fandrich authored
the SOCKS server.
-
Dan Fandrich authored
-
Dan Fandrich authored
-
Dan Fandrich authored
-
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.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jun 07, 2007
-
-
Dan Fandrich authored
Redirect ssh output to ssh.log
-
Dan Fandrich authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
- -s/--silent can now be used to toggle off the silence again if used a second time. Daniel S (5 June 2007) - Added Daniel Black's work that adds the first few SOCKS test cases. I also fixed two minor SOCKS problems to make the test cases run fine.
-
Dan Fandrich authored
Added more options to the ssh config file to improve the consistency of the test environment. Force a rewrite of the ssh config files on every invocation. Changed the opens to work on older versions of perl.
-
Dan Fandrich authored
to do nonlistening server tests, like other tests.
-
Dan Fandrich authored
-
- Jun 06, 2007
-
-
Daniel Stenberg authored
-
- Jun 05, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
openssh
-