summaryrefslogtreecommitdiff
path: root/lib/ssh.h
AgeCommit message (Expand)Author
2018-09-01all: s/int/size_t cleanupDaniel Stenberg
2017-12-01libssh: added SFTP supportNikos Mavrogiannopoulos
2017-12-01Added support for libssh SSH SCP back-endNikos Mavrogiannopoulos
2016-06-22internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg
2016-03-27SSH: new CURLOPT_QUOTE command "statvfs"marquis-de-muesli
2016-03-27SSH: support CURLINFO_FILETIMEmarquis-de-muesli
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-03-17checksrc: use space after commaDaniel Stenberg
2014-11-09libssh2: detect features based on version, not configure checksDaniel Stenberg
2013-01-09build: fix circular header inclusion with other packagesYang Tse
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2012-12-28build: rename 76 lib/*.h filesYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2012-08-08SSH: added agent based authenticationArmel Asselin
2011-11-25rectify commentJonas Schnelli
2011-11-18SFTP: support '*' prefix for quote operationsJonas Schnelli
2011-05-01SSH: set non-blocking earlierDaniel Stenberg
2010-08-05build: fix libssh2_scp_send64() availabilityYang Tse
2010-08-04SCP: send large files properly with new enough libssh2Daniel Stenberg
2010-05-07sendrecv: split the I/O handling into private handlerHoward Chu
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2009-12-12split out more protocol-specific structs from urldata.h into their ownDaniel Stenberg
2009-05-19changed ssh.c to use HAVE_LIBSSH2_SESSION_BLOCK_DIRECTION define provided by ...Gunter Knauf
2009-05-09Fix libssh2 preprocessor symbol definition checkYang Tse
2008-12-22Remove trailing #undef value. Typo?Gisle Vanem
2008-12-22libssh2_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-29Further adjust a libssh2 preprocessor function-symbol definition checkYang Tse
2008-11-29Adjust some libssh2 preprocessor symbol definition checksYang Tse
2008-06-20remove leftover proto that isn't used, I made it a macro insteadDaniel Stenberg
2008-06-20- Hans-Jurgen May pointed out that trying SCP or SFTP over a SOCKS proxyDaniel Stenberg
2008-05-09- Make Curl_write and it's callees accept a const pointer, in preparationMichal Marek
2007-10-12Added per-protocol callback static tables, replacing callback ptr storagePatrick Monnerat
2007-08-03The SSH code now only works with libssh2 0.16 or later. Thus we must notDaniel Stenberg
2007-07-14for now unless we do better fixed LIBSSH2_APINO compares to use long constants.Gunter Knauf
2007-07-11fixed endif comment.Gunter Knauf
2007-07-10* Finish moving sftp:// into a state machine so it won't block in multi modeJames Housley
2007-06-12Convert Curl_ssh_connect() to run in a state machine forJames Housley
2007-01-16- Armel Asselin improved libcurl to behave a lot better when an easy handleDaniel Stenberg
2006-11-24James Housley did lots of work and introduced SFTP downloads.Daniel Stenberg
2006-11-02James Housley brought support for SCP transfersDaniel Stenberg