summaryrefslogtreecommitdiff
path: root/lib/vssh/libssh2.c
Commit message (Expand)AuthorAgeFilesLines
* libssh2: improved error output for wrong quote syntaxbagder/sftp-impr-errorsDaniel Stenberg2020-05-281-4/+4
* Revert "ssh: ignore timeouts during disconnect"Estanislau Augé-Pujadas2020-05-271-15/+12
* cleanup: use a single space after equals sign in assignmentsDaniel Stenberg2020-05-261-1/+1
* libssh2: convert over to use dynbufDaniel Stenberg2020-05-051-76/+52
* libssh2: set the expected total size in SCP upload initDaniel Stenberg2020-05-021-1/+3
* sftp: fix segfault regression introduced by #4747Jim Fuller2020-03-091-16/+25
* cleanup: comment typosDaniel Stenberg2020-02-211-1/+0
* libssh2: fix variable typeMarcel Raad2020-01-161-1/+1
* misc: Copyright year out of date, should be 2020Daniel Stenberg2020-01-121-1/+1
* libssh2: add support for forcing a hostkey typeSantino Keupp2020-01-111-0/+130
* libssh2: add support for ECDSA and ed25519 knownhost keysSantino Keupp2019-12-151-47/+81
* lib: silence conversion warningsMarcel Raad2019-10-011-1/+1
* libssh2: part of conditional expression is always true: !resultDaniel Stenberg2019-09-201-1/+1
* ssh: add a generic Curl_ssh_version function for SSH backendsDaniel Stenberg2019-08-171-0/+4
* vssh: move ssh init/cleanup functions into backend codeDaniel Stenberg2019-08-171-0/+19
* vssh: create directory for SSH backend codeDaniel Stenberg2019-08-171-0/+3323