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.h
Age
Commit message (
Expand
)
Author
2015-03-17
checksrc: use space after comma
Daniel Stenberg
2014-11-09
libssh2: detect features based on version, not configure checks
Daniel Stenberg
2013-01-09
build: fix circular header inclusion with other packages
Yang Tse
2013-01-06
Revert changes relative to lib/*.[ch] recent renaming
Yang Tse
2012-12-28
build: rename 76 lib/*.h files
Yang Tse
2012-12-28
build: make use of 76 lib/*.h renamed files
Yang Tse
2012-08-08
SSH: added agent based authentication
Armel Asselin
2011-11-25
rectify comment
Jonas Schnelli
2011-11-18
SFTP: support '*' prefix for quote operations
Jonas Schnelli
2011-05-01
SSH: set non-blocking earlier
Daniel Stenberg
2010-08-05
build: fix libssh2_scp_send64() availability
Yang Tse
2010-08-04
SCP: send large files properly with new enough libssh2
Daniel Stenberg
2010-05-07
sendrecv: split the I/O handling into private handler
Howard Chu
2010-03-24
remove the CVSish $Id$ lines
Daniel Stenberg
2009-12-12
split out more protocol-specific structs from urldata.h into their own
Daniel Stenberg
2009-05-19
changed ssh.c to use HAVE_LIBSSH2_SESSION_BLOCK_DIRECTION define provided by ...
Gunter Knauf
2009-05-09
Fix libssh2 preprocessor symbol definition check
Yang Tse
2008-12-22
Remove trailing #undef value. Typo?
Gisle Vanem
2008-12-22
libssh2_sftp_seek2 was just renamed to libssh2_sftp_seek64 ...
Daniel Stenberg
2008-12-22
- Anthony Bryan provided a set of patches that cleaned up manual language,
Daniel Stenberg
2008-11-29
Further adjust a libssh2 preprocessor function-symbol definition check
Yang Tse
2008-11-29
Adjust some libssh2 preprocessor symbol definition checks
Yang Tse
2008-06-20
remove leftover proto that isn't used, I made it a macro instead
Daniel Stenberg
2008-06-20
- Hans-Jurgen May pointed out that trying SCP or SFTP over a SOCKS proxy
Daniel Stenberg
2008-05-09
- Make Curl_write and it's callees accept a const pointer, in preparation
Michal Marek
2007-10-12
Added per-protocol callback static tables, replacing callback ptr storage
Patrick Monnerat
2007-08-03
The SSH code now only works with libssh2 0.16 or later. Thus we must not
Daniel Stenberg
2007-07-14
for now unless we do better fixed LIBSSH2_APINO compares to use long constants.
Gunter Knauf
2007-07-11
fixed endif comment.
Gunter Knauf
2007-07-10
* Finish moving sftp:// into a state machine so it won't block in multi mode
James Housley
2007-06-12
Convert Curl_ssh_connect() to run in a state machine for
James Housley
2007-01-16
- Armel Asselin improved libcurl to behave a lot better when an easy handle
Daniel Stenberg
2006-11-24
James Housley did lots of work and introduced SFTP downloads.
Daniel Stenberg
2006-11-02
James Housley brought support for SCP transfers
Daniel Stenberg