Age | Commit message (Expand) | Author |
2020-06-08 | libssh2: keep sftp errors as 'unsigned long' | Daniel Stenberg |
2020-05-30 | timeouts: change millisecond timeouts to timediff_t from time_t | Daniel Stenberg |
2020-05-29 | libssh2: improved error output for wrong quote syntax | Daniel Stenberg |
2020-05-27 | Revert "ssh: ignore timeouts during disconnect" | Estanislau Augé-Pujadas |
2020-05-26 | cleanup: use a single space after equals sign in assignments | Daniel Stenberg |
2020-05-05 | libssh2: convert over to use dynbuf | Daniel Stenberg |
2020-05-02 | libssh2: set the expected total size in SCP upload init | Daniel Stenberg |
2020-04-25 | libssh: avoid options override by configuration files | Anderson Toshiyuki Sasaki |
2020-04-17 | libssh: Use new ECDSA key types to check known hosts | Anderson Toshiyuki Sasaki |
2020-03-09 | sftp: fix segfault regression introduced by #4747 | Jim Fuller |
2020-03-07 | libssh: Fix matching user-specified MD5 hex key | Jay Satiro |
2020-02-27 | libssh: improve known hosts handling | Anderson Toshiyuki Sasaki |
2020-02-21 | cleanup: comment typos | Daniel Stenberg |
2020-01-24 | wolfssh: make it init properly via Curl_ssh_init() | Daniel Stenberg |
2020-01-16 | libssh2: fix variable type | Marcel Raad |
2020-01-15 | wolfssh: set the password correctly for PASSWORD auth | Daniel Stenberg |
2020-01-15 | wolfssh: remove fprintf() calls (and uses of __func__) | Daniel Stenberg |
2020-01-12 | wolfSSH: new SSH backend | Daniel Stenberg |
2020-01-12 | misc: Copyright year out of date, should be 2020 | Daniel Stenberg |
2020-01-11 | libssh2: add support for forcing a hostkey type | Santino Keupp |
2019-12-17 | lib: remove ASSIGNWITHINCONDITION exceptions, use our code style | Daniel Stenberg |
2019-12-16 | Revert "checksrc: fix regexp for ASSIGNWITHINCONDITION" | Daniel Stenberg |
2019-12-15 | libssh2: add support for ECDSA and ed25519 knownhost keys | Santino Keupp |
2019-12-01 | build: Disable Visual Studio warning "conditional expression is constant" | Jay Satiro |
2019-11-28 | curl_setup_once: consistently use WHILE_FALSE in macros | Daniel Gustafsson |
2019-11-28 | checksrc: fix regexp for ASSIGNWITHINCONDITION | Daniel Gustafsson |
2019-11-17 | lib: Move lib/ssh.h -> lib/vssh/ssh.h | Jay Satiro |
2019-10-01 | lib: silence conversion warnings | Marcel Raad |
2019-09-23 | libssh: part of conditional expression is always true: !result | Daniel Stenberg |
2019-09-23 | libssh: part of conditional expression is always true | Daniel Stenberg |
2019-09-23 | libssh: The expression is excessive or contains a misprint | Daniel Stenberg |
2019-09-20 | libssh2: part of conditional expression is always true: !result | Daniel Stenberg |
2019-08-17 | ssh: add a generic Curl_ssh_version function for SSH backends | Daniel Stenberg |
2019-08-17 | vssh: move ssh init/cleanup functions into backend code | Daniel Stenberg |
2019-08-17 | vssh: create directory for SSH backend code | Daniel Stenberg |