summaryrefslogtreecommitdiff
path: root/lib/vssh/libssh2.c
Commit message (Expand)AuthorAgeFilesLines
* ssh: Add support for libssh2 read timeoutDaniel Silverstone2023-05-151-0/+10
* libssh2: free fingerprint betterDaniel Stenberg2023-05-081-2/+1
* libssh2: fix crash in keyboard callbackJay Satiro2023-04-261-1/+1
* lib: unify the upload/method handlingDaniel Stenberg2023-04-251-3/+3
* libssh2: remove unused variable from libssh2's structDaniel Stenberg2023-03-161-4/+0
* libssh2: only set the memory callbacks when debuggingDaniel Stenberg2023-03-101-1/+10
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* lib: connect/h2/h3 refactorStefan Eissing2022-12-301-2/+2
* libssh2: try sha2 algos for hostkey methodsDaniel Stenberg2022-12-261-1/+12
* libssh2: return error when ssh_hostkeyfunc returns errormickae12022-12-061-0/+4
* netware: remove leftover tracesDaniel Gustafsson2022-11-231-5/+0
* vtls: localization of state data in filtersStefan Eissing2022-11-221-2/+2
* lib: parse numbers with fixed known base 10Daniel Stenberg2022-11-171-2/+2
* lib: remove bad set.opt_no_body assignmentsDaniel Stenberg2022-11-111-1/+1
* lib: connection filters (cfilter) addition to curl:Stefan Eissing2022-11-111-3/+3
* style: use space after comment start and before comment endDaniel Stenberg2022-10-301-3/+3
* misc: remove duplicated include filesDaniel Stenberg2022-10-261-1/+0
* misc: ISSPACE() => ISBLANK()Daniel Stenberg2022-09-061-1/+1
* libssh2: provide symlink name in SFTP dir listingSomnath Kundu2022-08-251-1/+2
* libssh2: make atime/mtime date overflow return errorDaniel Stenberg2022-08-181-28/+17
* libssh2: setting atime or mtime >32bit on 4-bytes-long systemsDaniel Stenberg2022-08-161-4/+18
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* libssh2: add CURLOPT_SSH_HOSTKEYFUNCTIONmichael musset2022-06-021-15/+70
* libssh2: make the md5 comparison fail if wrong lengthDaniel Stenberg2022-04-251-15/+12
* libssh2: compare sha256 strings case sensitivelyDaniel Stenberg2022-04-251-3/+3
* lib: remove exclamation marksDaniel Stenberg2022-04-161-7/+7
* infof: consistent capitalization of warning messagesDaniel Gustafsson2022-04-141-2/+2
* libssh2: don't typecast socket to int for libssh2_session_handshakeDaniel Stenberg2022-02-211-2/+4
* lib: remove support for CURL_DOES_CONVERSIONSDaniel Stenberg2022-02-041-2/+2
* 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