Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sftp: fix segfault regression introduced by #4747 | Jim Fuller | 2020-03-09 | 1 | -16/+25 |
* | cleanup: comment typos | Daniel Stenberg | 2020-02-21 | 1 | -1/+0 |
* | libssh2: fix variable type | Marcel Raad | 2020-01-16 | 1 | -1/+1 |
* | misc: Copyright year out of date, should be 2020 | Daniel Stenberg | 2020-01-12 | 1 | -1/+1 |
* | libssh2: add support for forcing a hostkey type | Santino Keupp | 2020-01-11 | 1 | -0/+130 |
* | libssh2: add support for ECDSA and ed25519 knownhost keys | Santino Keupp | 2019-12-15 | 1 | -47/+81 |
* | lib: silence conversion warnings | Marcel Raad | 2019-10-01 | 1 | -1/+1 |
* | libssh2: part of conditional expression is always true: !result | Daniel Stenberg | 2019-09-20 | 1 | -1/+1 |
* | ssh: add a generic Curl_ssh_version function for SSH backends | Daniel Stenberg | 2019-08-17 | 1 | -0/+4 |
* | vssh: move ssh init/cleanup functions into backend code | Daniel Stenberg | 2019-08-17 | 1 | -0/+19 |
* | vssh: create directory for SSH backend code | Daniel Stenberg | 2019-08-17 | 1 | -0/+3323 |