summaryrefslogtreecommitdiff
path: root/lib/ssh-libssh.c
AgeCommit message (Expand)Author
2019-04-12Merge tag 'curl-7_64_1' of https://github.com/curl/curlng0
2019-03-01urldata: simplify bytecountersDaniel Stenberg
2019-03-01ssh: fix Condition '!status' is always trueDaniel Stenberg
2019-02-25Merge tag 'curl-7_64_0'ng0
2019-01-24libssh: do not let libssh create socketFelix Hädicke
2019-01-12Merge tag 'curl-7_63_0'ng0
2018-12-23Revert "libssh: no data pointer == nothing to do"Daniel Stenberg
2018-12-22libssh: no data pointer == nothing to doDaniel Stenberg
2018-12-22libssh: free sftp_canonicalize_path() data correctlyDaniel Stenberg
2018-11-23snprintf: renamed and we now only use msnprintf()Daniel Stenberg
2018-09-11Merge tag 'curl-7_61_1'Nils Gillmann
2018-09-04sftp: fix indentationViktor Szakats
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-09-01ssh-libssh: use FALLTHROUGH to silence gcc8Daniel Stenberg
2018-08-14ssh-libssh: fix infinite connect loop on invalid private keyKamil Dudka
2018-08-14ssh-libssh: reduce excessive verbose output about pubkey authKamil Dudka
2018-08-05Merge tag 'curl-7_61_0'Nils Gillmann
2018-07-06libssh: goto DISCONNECT state on error, not SSH_SESSION_FREEDaniel Stenberg
2018-07-06libssh: include line number in state change debug messagesDaniel Stenberg
2018-06-12Curl_debug: remove dead printhost codeDaniel Stenberg
2018-05-23Merge tag 'curl-7_60_0' (with fixes)Nils Gillmann
2018-05-03ssh-libssh.c: fix left shift compiler warningDaniel Stenberg
2018-03-30Merge tag 'curl-7_59_0' of https://github.com/curl/curlNils Gillmann
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-27curl/curl.h -> gnurl/curl.h adjustmentsng0
2018-01-05build: remove HAVE_LIMITS_H checkJay Satiro
2017-12-09sftp: allow quoted commands to use relative pathsJohn DeHelian
2017-12-05libssh: remove dead code in sftp_qouteDaniel Stenberg
2017-12-04ssh-libssh.c: please checksrcDaniel Stenberg
2017-12-04libssh: fixed dereference in statvfs accessNikos Mavrogiannopoulos
2017-12-03libssh: corrected use of sftp_statvfs() in SSH_SFTP_QUOTE_STATVFSNikos Mavrogiannopoulos
2017-12-03libssh: no need to call sftp_get_error as ssh_get_error is sufficientNikos Mavrogiannopoulos
2017-12-02libssh: fix minor static code analyzer nitsDaniel Stenberg
2017-12-01libssh: added SFTP supportNikos Mavrogiannopoulos
2017-12-01Added support for libssh SSH SCP back-endNikos Mavrogiannopoulos