aboutsummaryrefslogtreecommitdiff
path: root/lib/ssh.c
AgeCommit message (Expand)Author
2019-08-17vssh: create directory for SSH backend codeDaniel Stenberg
2019-07-30cleanup: remove the 'numsocks' argument used in many placesDaniel Stenberg
2019-05-20lib: reduce variable scopesMarcel Raad
2019-05-20ssh: move variable declaration to where it's usedMarcel Raad
2019-05-16cleanup: remove FIXME and TODO commentsDaniel Stenberg
2019-03-05ssh: loop the state machine if not done and not blockingDaniel Stenberg
2019-03-01urldata: simplify bytecountersDaniel Stenberg
2019-03-01ssh: fix Condition '!status' is always trueDaniel Stenberg
2019-01-17ssh: log the libssh2 error message when ssh session startup failsJDepooter
2018-11-23snprintf: renamed and we now only use msnprintf()Daniel Stenberg
2018-10-26ssh: free the session on init failuresDaniel Gustafsson
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