aboutsummaryrefslogtreecommitdiff
path: root/lib/ssh.c
AgeCommit message (Expand)Author
2018-09-04sftp: don't send post-qoute sequence when retrying a connectionPrzemysław Tomaszewski
2018-09-01all: s/int/size_t cleanupDaniel Stenberg
2018-08-21curl-compilers: enable -Wimplicit-fallthrough=4 for GCCMarcel Raad
2018-06-12Curl_debug: remove dead printhost codeDaniel Stenberg
2018-04-16ssh: show libSSH2 error code when closing failsChristian Schmitz
2018-02-16ssh: add two missing state namesDaniel Stenberg
2018-02-15TODO fixed: Detect when called from within callbacksBjörn Stenberg
2018-02-01time_t-fixes: remove typecasts to 'long' for info.filetimeDaniel Stenberg
2018-01-18SSH: Fix state machine for ssh-agent authenticationMichael Gmelin
2018-01-05build: remove HAVE_LIMITS_H checkJay Satiro
2017-12-09sftp: allow quoted commands to use relative pathsJohn DeHelian
2017-12-04libssh2: remove dead code from SSH_SFTP_QUOTEDaniel Stenberg
2017-12-01libssh2: return CURLE_UPLOAD_FAILED on failure to uploadNikos Mavrogiannopoulos
2017-12-01libssh2: send the correct CURLE error code on scp file not foundNikos Mavrogiannopoulos
2017-12-01Added support for libssh SSH SCP back-endNikos Mavrogiannopoulos
2017-11-25ssh: remove check for a NULL pointer (!)Daniel Stenberg
2017-10-28Curl_timeleft: change return type to timediff_tDaniel Stenberg
2017-10-25time: rename Curl_tvnow to Curl_nowDaniel Stenberg
2017-09-11code style: use spaces around plusesDaniel Stenberg
2017-09-11code style: use spaces around equals signsDaniel Stenberg
2017-08-17ssh: add the ability to enable compression (for SCP/SFTP)Viktor Szakats
2017-08-14strtoofft: reduce integer overflow risks globallyDaniel Stenberg
2017-07-28timeval: struct curltime is a struct timeval replacementDaniel Stenberg
2017-06-30handler: refactor connection checkingMax Dymond
2017-05-25ssh: fix 'left' may be used uninitializedDaniel Stenberg
2017-05-20ssh: ignore timeouts during disconnectDaniel Stenberg
2017-05-10multi: use a fixed array of timers instead of mallocDaniel Stenberg
2017-05-02ssh: fix compiler warning from e40e9d7f0deDaniel Stenberg
2017-05-01buffer: use data->set.buffer_size instead of BUFSIZEDaniel Stenberg
2017-03-30ssh: fix narrowing conversion warningMarcel Raad
2017-03-13Improve code readbilitySylvestre Ledru
2017-02-20sftp: improved checks for create dir failuresJean Gressmann
2016-12-20ssh: inhibit coverity warning with (void)Daniel Stenberg
2016-12-14checksrc: warn for assignments within if() expressionsDaniel Stenberg
2016-12-13checksrc: stricter no-space-before-paren enforcementDaniel Stenberg
2016-11-24proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov
2016-11-11realloc: use Curl_saferealloc to avoid common mistakesDaniel Stenberg
2016-11-07ssh: check md5 fingerprints case insensitively (regression)Daniel Stenberg
2016-10-31strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg
2016-10-31strcasecompare: is the new name for strequal()Daniel Stenberg
2016-10-31SSH: check md5 fingerprint case sensitivelyDaniel Stenberg
2016-10-31escape: avoid using curl_easy_unescape() internallyDaniel Stenberg
2016-10-18select: switch to macros in uppercaseDaniel Stenberg
2016-08-25http2: Remove incorrect commentsJay Satiro
2016-08-04multi: make Curl_expire() work with 0 ms timeoutsDaniel Stenberg
2016-06-29conn: don't free easy handle data in handler->disconnectDaniel Stenberg
2016-06-28SFTP: set a generic error when no SFTP one exists...Daniel Stenberg
2016-06-22typedefs: use the full structs in internal code...Daniel Stenberg
2016-06-22internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg
2016-05-30ssh: fix version number check typoDaniel Stenberg