summaryrefslogtreecommitdiff
path: root/lib/ssh-libssh.c
Commit message (Expand)AuthorAgeFilesLines
* build: fix Codacy warningsMarcel Raad2019-06-051-2/+1
* lib: reduce variable scopesMarcel Raad2019-05-201-5/+3
* ssh-libssh: remove unused variableMarcel Raad2019-05-201-3/+1
* cleanup: remove FIXME and TODO commentsDaniel Stenberg2019-05-161-6/+1
* urldata: simplify bytecountersDaniel Stenberg2019-03-011-9/+6
* ssh: fix Condition '!status' is always trueDaniel Stenberg2019-03-011-7/+3
* libssh: do not let libssh create socketFelix Hädicke2019-01-241-1/+5
* Revert "libssh: no data pointer == nothing to do"Daniel Stenberg2018-12-231-10/+1
* libssh: no data pointer == nothing to dobagder/connection-easy-detachDaniel Stenberg2018-12-221-1/+10
* libssh: free sftp_canonicalize_path() data correctlyDaniel Stenberg2018-12-221-6/+10
* snprintf: renamed and we now only use msnprintf()Daniel Stenberg2018-11-231-12/+12
* sftp: fix indentationViktor Szakats2018-09-041-1/+1
* sftp: don't send post-qoute sequence when retrying a connectionPrzemysław Tomaszewski2018-09-041-2/+3
* all: s/int/size_t cleanupDaniel Stenberg2018-09-011-4/+4
* ssh-libssh: use FALLTHROUGH to silence gcc8Daniel Stenberg2018-09-011-11/+11
* ssh-libssh: fix infinite connect loop on invalid private keyKamil Dudka2018-08-141-0/+1
* ssh-libssh: reduce excessive verbose output about pubkey authKamil Dudka2018-08-141-2/+1
* libssh: goto DISCONNECT state on error, not SSH_SESSION_FREEDaniel Stenberg2018-07-061-1/+1
* libssh: include line number in state change debug messagesDaniel Stenberg2018-07-061-3/+14
* Curl_debug: remove dead printhost codeDaniel Stenberg2018-06-121-4/+4
* ssh-libssh.c: fix left shift compiler warningDaniel Stenberg2018-05-031-2/+1
* TODO fixed: Detect when called from within callbacksBjörn Stenberg2018-02-151-0/+4
* time_t-fixes: remove typecasts to 'long' for info.filetimeDaniel Stenberg2018-02-011-2/+2
* build: remove HAVE_LIMITS_H checkJay Satiro2018-01-051-2/+0
* sftp: allow quoted commands to use relative pathsJohn DeHelian2017-12-091-4/+4
* libssh: remove dead code in sftp_qouteDaniel Stenberg2017-12-051-113/+107
* ssh-libssh.c: please checksrcDaniel Stenberg2017-12-041-1/+1
* libssh: fixed dereference in statvfs accessNikos Mavrogiannopoulos2017-12-041-1/+1
* libssh: corrected use of sftp_statvfs() in SSH_SFTP_QUOTE_STATVFSNikos Mavrogiannopoulos2017-12-031-3/+1
* libssh: no need to call sftp_get_error as ssh_get_error is sufficientNikos Mavrogiannopoulos2017-12-031-9/+2
* libssh: fix minor static code analyzer nitsDaniel Stenberg2017-12-021-7/+10
* libssh: added SFTP supportNikos Mavrogiannopoulos2017-12-011-14/+1527
* Added support for libssh SSH SCP back-endNikos Mavrogiannopoulos2017-12-011-0/+1234