aboutsummaryrefslogtreecommitdiff
path: root/lib/vssh/libssh2.c
AgeCommit message (Expand)Author
2020-06-08libssh2: keep sftp errors as 'unsigned long'Daniel Stenberg
2020-05-30timeouts: change millisecond timeouts to timediff_t from time_tDaniel Stenberg
2020-05-29libssh2: improved error output for wrong quote syntaxDaniel Stenberg
2020-05-27Revert "ssh: ignore timeouts during disconnect"Estanislau Augé-Pujadas
2020-05-26cleanup: use a single space after equals sign in assignmentsDaniel Stenberg
2020-05-05libssh2: convert over to use dynbufDaniel Stenberg
2020-05-02libssh2: set the expected total size in SCP upload initDaniel Stenberg
2020-03-09sftp: fix segfault regression introduced by #4747Jim Fuller
2020-02-21cleanup: comment typosDaniel Stenberg
2020-01-16libssh2: fix variable typeMarcel Raad
2020-01-12misc: Copyright year out of date, should be 2020Daniel Stenberg
2020-01-11libssh2: add support for forcing a hostkey typeSantino Keupp
2019-12-15libssh2: add support for ECDSA and ed25519 knownhost keysSantino Keupp
2019-10-01lib: silence conversion warningsMarcel Raad
2019-09-20libssh2: part of conditional expression is always true: !resultDaniel Stenberg
2019-08-17ssh: add a generic Curl_ssh_version function for SSH backendsDaniel Stenberg
2019-08-17vssh: move ssh init/cleanup functions into backend codeDaniel Stenberg
2019-08-17vssh: create directory for SSH backend codeDaniel Stenberg