aboutsummaryrefslogtreecommitdiff
path: root/lib/ssh.c
AgeCommit message (Expand)Author
2007-03-15Fixed some memory leaks in various error paths.Dan Fandrich
2007-03-15Fixed a memory leak.Dan Fandrich
2007-03-14Fixed a NULL pointer dereference on sftp initialization failure.Dan Fandrich
2007-02-26Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-filesGisle Vanem
2007-02-07SCP upload done non-blockingDaniel Stenberg
2007-02-06read SFTP with the non-blocking APIDaniel Stenberg
2007-02-02prefer using the (upcoming) non-blocking libssh2 APIDaniel Stenberg
2007-01-28silence compiler warningsDaniel Stenberg
2007-01-28another small fix to directory listing output; disabled CURL_LIBSSH2_DEBUG.Gunter Knauf
2007-01-27fix sftp directory listing so that it works without -v and is redirectable wi...Gunter Knauf
2007-01-27tell us what we put out here...Gunter Knauf
2007-01-23very minor indent changeDaniel Stenberg
2007-01-16- Armel Asselin improved libcurl to behave a lot better when an easy handleDaniel Stenberg
2006-12-21minor indent fixDaniel Stenberg
2006-11-25James Housley fixed SCP downloading by setting the maxdownload.Daniel Stenberg
2006-11-24James Housley did lots of work and introduced SFTP downloads.Daniel Stenberg
2006-11-15Call libssh2_session_free() to release memory allocated duringGisle Vanem
2006-11-14Free 'scp->path' in case of libssh2 setup failure.Gisle Vanem
2006-11-06remove redundant check for Win32Yang Tse
2006-11-03Ifdef around S_IRGRP and S_IROTH (meaningless on Win32).Gisle Vanem
2006-11-02James Housley brought support for SCP transfersDaniel Stenberg