summaryrefslogtreecommitdiff
path: root/lib/vssh
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
* libssh: tell it to use SFTP non-blockingDaniel Stenberg2023-04-271-1/+1
* libssh2: fix crash in keyboard callbackJay Satiro2023-04-261-1/+1
* lib: unify the upload/method handlingDaniel Stenberg2023-04-253-7/+7
* libssh: use dynbuf instead of reallocDaniel Stenberg2023-03-162-39/+19
* libssh2: remove unused variable from libssh2's structDaniel Stenberg2023-03-162-5/+1
* libssh2: only set the memory callbacks when debuggingDaniel Stenberg2023-03-101-1/+10
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-034-4/+4
* 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-232-10/+0
* vtls: localization of state data in filtersStefan Eissing2022-11-223-5/+5
* lib: parse numbers with fixed known base 10Daniel Stenberg2022-11-172-4/+4
* lib: remove bad set.opt_no_body assignmentsDaniel Stenberg2022-11-113-3/+3
* lib: connection filters (cfilter) addition to curl:Stefan Eissing2022-11-113-9/+8
* 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
* libssh: if sftp_init fails, don't get the sftp error codeDaniel Stenberg2022-10-161-2/+1
* tidy-up: delete parallel/unused feature flagsViktor Szakats2022-10-061-2/+2
* misc: ISSPACE() => ISBLANK()Daniel Stenberg2022-09-062-2/+2
* libssh: ignore deprecation warningsDaniel Stenberg2022-08-291-0/+7
* 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
* libssh: make atime/mtime date overflow return errorDaniel Stenberg2022-08-181-28/+15
* libssh2: setting atime or mtime >32bit on 4-bytes-long systemsDaniel Stenberg2022-08-161-4/+18
* libssh: setting atime or mtime > 32bit is now just skippedDaniel Stenberg2022-08-161-4/+18
* libssh: skip the fake-close when libssh does the right thingDaniel Stenberg2022-06-152-10/+9
* copyright: make repository REUSE compliantmax.mehl2022-06-134-0/+8
* libssh2: add CURLOPT_SSH_HOSTKEYFUNCTIONmichael musset2022-06-021-15/+70
* lib/vssh/wolfssh.h: removedDaniel Stenberg2022-05-171-27/+0
* url: check SSH config match on connection reuseDaniel Stenberg2022-05-091-3/+3
* 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
* libssh: fix double closeJay Dommaschk2022-04-201-0/+4
* lib: remove exclamation marksDaniel Stenberg2022-04-163-15/+15
* infof: consistent capitalization of warning messagesDaniel Gustafsson2022-04-141-2/+2
* libssh: unstick SFTP transfers when done event-basedDaniel Stenberg2022-03-211-0/+3
* libssh: Improve fix for missing SSH_S_ stat macrosJay Satiro2022-03-141-2/+3
* libssh: fix build with old libssh versionsDaniel Stenberg2022-03-101-0/+7
* libssh: fix include files and defines use for Windows buildsDaniel Stenberg2022-02-261-10/+10
* 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
* lib: avoid fallthrough cases in switch statementsDaniel Gustafsson2021-09-291-2/+4
* 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-092-2/+0