summaryrefslogtreecommitdiff
path: root/lib/ssh.c
AgeCommit message (Expand)Author
2019-01-12Merge tag 'curl-7_63_0'ng0
2018-11-23snprintf: renamed and we now only use msnprintf()Daniel Stenberg
2018-11-10Merge tag 'curl-7_62_0'Nils Gillmann
2018-10-26ssh: free the session on init failuresDaniel Gustafsson
2018-09-11Merge tag 'curl-7_61_1'Nils Gillmann
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-08-05Merge tag 'curl-7_61_0'Nils Gillmann
2018-06-12Curl_debug: remove dead printhost codeDaniel Stenberg
2018-05-23Merge tag 'curl-7_60_0' (with fixes)Nils Gillmann
2018-04-16ssh: show libSSH2 error code when closing failsChristian Schmitz
2018-03-30Merge tag 'curl-7_59_0' of https://github.com/curl/curlNils Gillmann
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-21Merge branch 'master' of https://github.com/curl/curlng0
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-03Merge tag 'curl-7_57_0'ng0
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-10-06Merge tag 'curl-7_56_0'ng0
2017-09-11code style: use spaces around plusesDaniel Stenberg
2017-09-11code style: use spaces around equals signsDaniel Stenberg
2017-08-22Patchset for gnURL microfork:gnurl-7_55_1-1Christian Grothoff
2017-08-22timeval: struct curltime is a struct timeval replacementDaniel Stenberg
2017-08-22handler: refactor connection checkingMax Dymond
2017-08-22ssh: fix 'left' may be used uninitializedDaniel Stenberg
2017-08-22ssh: ignore timeouts during disconnectDaniel Stenberg
2017-08-22multi: use a fixed array of timers instead of mallocDaniel Stenberg
2017-08-22ssh: fix compiler warning from e40e9d7f0deDaniel Stenberg
2017-08-22buffer: use data->set.buffer_size instead of BUFSIZEDaniel Stenberg
2017-08-22ssh: fix narrowing conversion warningMarcel Raad
2017-08-22Improve code readbilitySylvestre Ledru
2017-08-22sftp: improved checks for create dir failuresJean Gressmann
2017-08-22ssh: inhibit coverity warning with (void)Daniel Stenberg
2017-08-22checksrc: warn for assignments within if() expressionsDaniel Stenberg
2017-08-22checksrc: stricter no-space-before-paren enforcementDaniel Stenberg
2017-08-22proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov
2017-08-22realloc: use Curl_saferealloc to avoid common mistakesDaniel Stenberg
2017-08-22ssh: check md5 fingerprints case insensitively (regression)Daniel Stenberg
2017-08-22strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg
2017-08-22strcasecompare: is the new name for strequal()Daniel Stenberg