summaryrefslogtreecommitdiff
path: root/lib/ssh.h
Commit message (Expand)AuthorAgeFilesLines
* ssh: add a generic Curl_ssh_version function for SSH backendsDaniel Stenberg2019-08-171-2/+6
* vssh: move ssh init/cleanup functions into backend codeDaniel Stenberg2019-08-171-1/+6
* all: s/int/size_t cleanupDaniel Stenberg2018-09-011-2/+2
* libssh: added SFTP supportNikos Mavrogiannopoulos2017-12-011-2/+19
* Added support for libssh SSH SCP back-endNikos Mavrogiannopoulos2017-12-011-9/+39
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-1/+1
* SSH: new CURLOPT_QUOTE command "statvfs"marquis-de-muesli2016-03-271-0/+1
* SSH: support CURLINFO_FILETIMEmarquis-de-muesli2016-03-271-0/+2
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* checksrc: use space after commaDaniel Stenberg2015-03-171-4/+4
* libssh2: detect features based on version, not configure checksDaniel Stenberg2014-11-091-9/+21
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+183
* build: rename 76 lib/*.h filesYang Tse2012-12-281-183/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-1/+1
* SSH: added agent based authenticationArmel Asselin2012-08-081-0/+9
* rectify commentJonas Schnelli2011-11-251-1/+2
* SFTP: support '*' prefix for quote operationsJonas Schnelli2011-11-181-0/+1
* SSH: set non-blocking earlierDaniel Stenberg2011-05-011-2/+3
* build: fix libssh2_scp_send64() availabilityYang Tse2010-08-051-3/+1
* SCP: send large files properly with new enough libssh2Daniel Stenberg2010-08-041-1/+7
* sendrecv: split the I/O handling into private handlerHoward Chu2010-05-071-20/+0
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* split out more protocol-specific structs from urldata.h into their ownDaniel Stenberg2009-12-121-0/+122
* changed ssh.c to use HAVE_LIBSSH2_SESSION_BLOCK_DIRECTION define provided by ...Gunter Knauf2009-05-191-10/+0
* Fix libssh2 preprocessor symbol definition checkYang Tse2009-05-091-3/+4
* Remove trailing #undef value. Typo?Gisle Vanem2008-12-221-1/+1
* libssh2_sftp_seek2 was just renamed to libssh2_sftp_seek64 ...Daniel Stenberg2008-12-221-2/+9
* - Anthony Bryan provided a set of patches that cleaned up manual language,Daniel Stenberg2008-12-221-0/+6
* Further adjust a libssh2 preprocessor function-symbol definition checkYang Tse2008-11-291-3/+3
* Adjust some libssh2 preprocessor symbol definition checksYang Tse2008-11-291-4/+14
* remove leftover proto that isn't used, I made it a macro insteadDaniel Stenberg2008-06-201-2/+0
* - Hans-Jurgen May pointed out that trying SCP or SFTP over a SOCKS proxyDaniel Stenberg2008-06-201-1/+12
* - Make Curl_write and it's callees accept a const pointer, in preparationMichal Marek2008-05-091-2/+2
* Added per-protocol callback static tables, replacing callback ptr storagePatrick Monnerat2007-10-121-12/+2
* The SSH code now only works with libssh2 0.16 or later. Thus we must notDaniel Stenberg2007-08-031-4/+0
* for now unless we do better fixed LIBSSH2_APINO compares to use long constants.Gunter Knauf2007-07-141-2/+2
* fixed endif comment.Gunter Knauf2007-07-111-1/+1
* * Finish moving sftp:// into a state machine so it won't block in multi modeJames Housley2007-07-101-0/+7
* Convert Curl_ssh_connect() to run in a state machine forJames Housley2007-06-121-0/+1
* - Armel Asselin improved libcurl to behave a lot better when an easy handleDaniel Stenberg2007-01-161-3/+3
* James Housley did lots of work and introduced SFTP downloads.Daniel Stenberg2006-11-241-8/+17
* James Housley brought support for SCP transfersDaniel Stenberg2006-11-021-0/+40