aboutsummaryrefslogtreecommitdiff
path: root/lib/vssh
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-04-25libssh: avoid options override by configuration filesAnderson Toshiyuki Sasaki
2020-04-17libssh: Use new ECDSA key types to check known hostsAnderson Toshiyuki Sasaki
2020-03-09sftp: fix segfault regression introduced by #4747Jim Fuller
2020-03-07libssh: Fix matching user-specified MD5 hex keyJay Satiro
2020-02-27libssh: improve known hosts handlingAnderson Toshiyuki Sasaki
2020-02-21cleanup: comment typosDaniel Stenberg
2020-01-24wolfssh: make it init properly via Curl_ssh_init()Daniel Stenberg
2020-01-16libssh2: fix variable typeMarcel Raad
2020-01-15wolfssh: set the password correctly for PASSWORD authDaniel Stenberg
2020-01-15wolfssh: remove fprintf() calls (and uses of __func__)Daniel Stenberg
2020-01-12wolfSSH: new SSH backendDaniel Stenberg
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-17lib: remove ASSIGNWITHINCONDITION exceptions, use our code styleDaniel Stenberg
2019-12-16Revert "checksrc: fix regexp for ASSIGNWITHINCONDITION"Daniel Stenberg
2019-12-15libssh2: add support for ECDSA and ed25519 knownhost keysSantino Keupp
2019-12-01build: Disable Visual Studio warning "conditional expression is constant"Jay Satiro
2019-11-28curl_setup_once: consistently use WHILE_FALSE in macrosDaniel Gustafsson
2019-11-28checksrc: fix regexp for ASSIGNWITHINCONDITIONDaniel Gustafsson
2019-11-17lib: Move lib/ssh.h -> lib/vssh/ssh.hJay Satiro
2019-10-01lib: silence conversion warningsMarcel Raad
2019-09-23libssh: part of conditional expression is always true: !resultDaniel Stenberg
2019-09-23libssh: part of conditional expression is always trueDaniel Stenberg
2019-09-23libssh: The expression is excessive or contains a misprintDaniel Stenberg
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