summaryrefslogtreecommitdiff
path: root/lib/vssh
Commit message (Expand)AuthorAgeFilesLines
* libssh: avoid plain free() of libssh-memorybagder/libssh-freeDaniel Stenberg2021-01-181-2/+2
* lib: pass in 'struct Curl_easy *' to most functionsDaniel Stenberg2021-01-173-261/+273
* libssh2: fix "Value stored to 'readdir_len' is never read"Daniel Stenberg2021-01-111-1/+0
* language: s/behaviour/behavior/gEmil Engler2021-01-023-6/+6
* failf: remove newline from formatting stringsDaniel Stenberg2020-12-252-4/+4
* infof/failf calls: fix format specifiersRikard Falkeborn2020-11-241-2/+2
* urldata: remove 'void *protop' and create the union 'p'Daniel Stenberg2020-11-233-13/+13
* curl.se: new homeDaniel Stenberg2020-11-045-5/+5
* sendf: move the verbose-check into Curl_debugDaniel Stenberg2020-11-022-33/+18
* libssh2: fix transport over HTTPS proxyDaniel Stenberg2020-10-292-1/+24
* libssh2: fix build with disabled proxy supportBaruch Siach2020-10-261-1/+6
* libssh2: require version 1.0 or laterDaniel Stenberg2020-10-221-22/+0
* libssh2: handle the SSH protocols done over HTTPS proxyDaniel Stenberg2020-09-291-8/+83
* Curl_handler: add 'family' to each protocolDaniel Stenberg2020-09-212-0/+4
* libssh2: pass on the error from ssh_force_knownhost_key_typecbe2020-09-031-0/+1
* sftp: add the option CURLKHSTAT_FINE_REPLACEMichael Musset2020-08-241-2/+9
* sftp: add new quote commands 'atime' and 'mtime'COFFEETALES2020-08-242-3/+63
* libssh2: s/ssherr/sftperr/Daniel Stenberg2020-08-101-1/+1
* libssh2: keep sftp errors as 'unsigned long'Daniel Stenberg2020-06-081-62/+66
* timeouts: change millisecond timeouts to timediff_t from time_tDaniel Stenberg2020-05-301-1/+1
* libssh2: improved error output for wrong quote syntaxDaniel Stenberg2020-05-291-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-262-5/+5
* libssh2: convert over to use dynbufDaniel Stenberg2020-05-052-78/+56
* libssh2: set the expected total size in SCP upload initDaniel Stenberg2020-05-021-1/+3
* libssh: avoid options override by configuration filesAnderson Toshiyuki Sasaki2020-04-251-14/+47
* libssh: Use new ECDSA key types to check known hostsAnderson Toshiyuki Sasaki2020-04-171-0/+8
* sftp: fix segfault regression introduced by #4747Jim Fuller2020-03-091-16/+25
* libssh: Fix matching user-specified MD5 hex keyJay Satiro2020-03-071-3/+17
* libssh: improve known hosts handlingAnderson Toshiyuki Sasaki2020-02-271-6/+92
* cleanup: comment typosDaniel Stenberg2020-02-212-3/+1
* wolfssh: make it init properly via Curl_ssh_init()Daniel Stenberg2020-01-241-0/+5
* libssh2: fix variable typeMarcel Raad2020-01-161-1/+1
* wolfssh: set the password correctly for PASSWORD authDaniel Stenberg2020-01-151-3/+4
* wolfssh: remove fprintf() calls (and uses of __func__)Daniel Stenberg2020-01-151-4/+4
* wolfSSH: new SSH backendDaniel Stenberg2020-01-123-7/+1192
* 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
* lib: remove ASSIGNWITHINCONDITION exceptions, use our code styleDaniel Stenberg2019-12-171-3/+7
* Revert "checksrc: fix regexp for ASSIGNWITHINCONDITION"Daniel Stenberg2019-12-161-0/+1
* libssh2: add support for ECDSA and ed25519 knownhost keysSantino Keupp2019-12-151-47/+81
* build: Disable Visual Studio warning "conditional expression is constant"Jay Satiro2019-12-011-1/+1
* curl_setup_once: consistently use WHILE_FALSE in macrosDaniel Gustafsson2019-11-281-1/+1
* checksrc: fix regexp for ASSIGNWITHINCONDITIONDaniel Gustafsson2019-11-281-1/+0
* lib: Move lib/ssh.h -> lib/vssh/ssh.hJay Satiro2019-11-171-0/+254
* lib: silence conversion warningsMarcel Raad2019-10-011-1/+1
* libssh: part of conditional expression is always true: !resultDaniel Stenberg2019-09-231-1/+1
* libssh: part of conditional expression is always trueDaniel Stenberg2019-09-231-1/+1
* libssh: The expression is excessive or contains a misprintDaniel Stenberg2019-09-231-1/+1
* libssh2: part of conditional expression is always true: !resultDaniel Stenberg2019-09-201-1/+1