summaryrefslogtreecommitdiff
path: root/lib/vssh/libssh2.c
Commit message (Expand)AuthorAgeFilesLines
* sha256/md5: return errors when init failsx20182021-12-131-6/+5
* libssh2: fix error message for sha256 mismatchJay Satiro2021-12-021-1/+1
* libssh2: add SHA256 fingerprint supportMats Lindestam2021-09-261-23/+130
* libssh2: Get the version at runtime if possibleJoel Depooter2021-09-241-1/+1
* strerror.h: remove the #include from files not using itDaniel Stenberg2021-09-091-1/+0
* infof: remove newline from format strings, always append itDaniel Stenberg2021-07-071-60/+60
* version: turn version number functions into returning voidDaniel Stenberg2021-06-301-2/+2
* libssh2: limit time a disconnect can take to 1 secondDaniel Stenberg2021-06-171-0/+7
* conn: add 'attach' to protocol handler, make libssh2 use itDaniel Stenberg2021-05-171-0/+20
* libssh2: ignore timeout during disconnectDaniel Stenberg2021-05-041-16/+15
* tidy-up: make conditional checks more consistentDaniel Stenberg2021-04-221-12/+12
* libssh2: fix Value stored to 'sshp' is never readDaniel Stenberg2021-04-151-3/+1
* libssh2: kdb_callback: get the right struct pointerDaniel Stenberg2021-03-231-2/+2
* libssh2:ssh_connect: clear session pointer after freeDaniel Stenberg2021-03-211-0/+1
* ftp: add 'list_only' to the transfer state structDaniel Stenberg2021-02-091-1/+1
* ftp: never set data->set.ftp_append outside setoptDaniel Stenberg2021-02-081-1/+1
* libssh2: fix CURL_LIBSSH2_DEBUG-enabled buildDaniel Stenberg2021-01-271-1/+1
* libssh2: move data from connection object to transfer objectDaniel Stenberg2021-01-251-129/+137
* curl_path: remove conn->data useDaniel Stenberg2021-01-191-2/+2
* lib: more conn->data cleanupsDaniel Stenberg2021-01-191-181/+183
* lib: pass in 'struct Curl_easy *' to most functionsDaniel Stenberg2021-01-171-110/+106
* libssh2: fix "Value stored to 'readdir_len' is never read"Daniel Stenberg2021-01-111-1/+0
* language: s/behaviour/behavior/gEmil Engler2021-01-021-2/+2
* failf: remove newline from formatting stringsDaniel Stenberg2020-12-251-2/+2
* infof/failf calls: fix format specifiersRikard Falkeborn2020-11-241-2/+2
* urldata: remove 'void *protop' and create the union 'p'Daniel Stenberg2020-11-231-4/+4
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* sendf: move the verbose-check into Curl_debugDaniel Stenberg2020-11-021-19/+11
* libssh2: fix transport over HTTPS proxyDaniel Stenberg2020-10-291-1/+18
* 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-211-0/+2
* 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-241-1/+31
* 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-261-1/+1
* libssh2: convert over to use dynbufDaniel Stenberg2020-05-051-76/+52
* libssh2: set the expected total size in SCP upload initDaniel Stenberg2020-05-021-1/+3
* sftp: fix segfault regression introduced by #4747Jim Fuller2020-03-091-16/+25
* cleanup: comment typosDaniel Stenberg2020-02-211-1/+0
* libssh2: fix variable typeMarcel Raad2020-01-161-1/+1
* 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
* libssh2: add support for ECDSA and ed25519 knownhost keysSantino Keupp2019-12-151-47/+81