summaryrefslogtreecommitdiff
path: root/lib/ssh-libssh.c
Commit message (Expand)AuthorAgeFilesLines
* 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