index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
ssh.c
Age
Commit message (
Expand
)
Author
2007-04-02
Nick Zitzmann made CURLOPT_POSTQUOTE work for SFTP as well.
Daniel Stenberg
2007-03-29
Send an EOF message before closing a channel, as recommended by RFC4254.
Dan Fandrich
2007-03-24
Fixed a couple of compile problems.
Dan Fandrich
2007-03-23
Added --pubkey option to curl and made --key also work for SCP/SFTP,
Dan Fandrich
2007-03-23
Don't shut down sftp in an error if it was never started.
Dan Fandrich
2007-03-15
Fixed some memory leaks in various error paths.
Dan Fandrich
2007-03-15
Fixed a memory leak.
Dan Fandrich
2007-03-14
Fixed a NULL pointer dereference on sftp initialization failure.
Dan Fandrich
2007-02-26
Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files
Gisle Vanem
2007-02-07
SCP upload done non-blocking
Daniel Stenberg
2007-02-06
read SFTP with the non-blocking API
Daniel Stenberg
2007-02-02
prefer using the (upcoming) non-blocking libssh2 API
Daniel Stenberg
2007-01-28
silence compiler warnings
Daniel Stenberg
2007-01-28
another small fix to directory listing output; disabled CURL_LIBSSH2_DEBUG.
Gunter Knauf
2007-01-27
fix sftp directory listing so that it works without -v and is redirectable wi...
Gunter Knauf
2007-01-27
tell us what we put out here...
Gunter Knauf
2007-01-23
very minor indent change
Daniel Stenberg
2007-01-16
- Armel Asselin improved libcurl to behave a lot better when an easy handle
Daniel Stenberg
2006-12-21
minor indent fix
Daniel Stenberg
2006-11-25
James Housley fixed SCP downloading by setting the maxdownload.
Daniel Stenberg
2006-11-24
James Housley did lots of work and introduced SFTP downloads.
Daniel Stenberg
2006-11-15
Call libssh2_session_free() to release memory allocated during
Gisle Vanem
2006-11-14
Free 'scp->path' in case of libssh2 setup failure.
Gisle Vanem
2006-11-06
remove redundant check for Win32
Yang Tse
2006-11-03
Ifdef around S_IRGRP and S_IROTH (meaningless on Win32).
Gisle Vanem
2006-11-02
James Housley brought support for SCP transfers
Daniel Stenberg
[prev]