Rikard Falkeborn
|
920f49a20b
infof/failf calls: fix format specifiers
|
4 years ago |
Daniel Stenberg
|
a95a6ce6b8
urldata: remove 'void *protop' and create the union 'p'
|
4 years ago |
Daniel Stenberg
|
4d2f800677
curl.se: new home
|
4 years ago |
Daniel Stenberg
|
d70a5b5a0f
sendf: move the verbose-check into Curl_debug
|
4 years ago |
Daniel Stenberg
|
9a844625c4
libssh2: fix transport over HTTPS proxy
|
4 years ago |
Baruch Siach
|
ddcc110bfc
libssh2: fix build with disabled proxy support
|
4 years ago |
Daniel Stenberg
|
4bfca0a807
libssh2: require version 1.0 or later
|
4 years ago |
Daniel Stenberg
|
edfb6168e9
libssh2: handle the SSH protocols done over HTTPS proxy
|
4 years ago |
Daniel Stenberg
|
6434a73984
Curl_handler: add 'family' to each protocol
|
4 years ago |
cbe
|
a27af8b510
libssh2: pass on the error from ssh_force_knownhost_key_type
|
4 years ago |
Michael Musset
|
ebc6c54c74
sftp: add the option CURLKHSTAT_FINE_REPLACE
|
4 years ago |
COFFEETALES
|
fab5185275
sftp: add new quote commands 'atime' and 'mtime'
|
4 years ago |
Daniel Stenberg
|
43c68d842e
libssh2: s/ssherr/sftperr/
|
4 years ago |
Daniel Stenberg
|
7370b4e39f
libssh2: keep sftp errors as 'unsigned long'
|
4 years ago |
Daniel Stenberg
|
842f73de58
timeouts: change millisecond timeouts to timediff_t from time_t
|
4 years ago |
Daniel Stenberg
|
733a39a907
libssh2: improved error output for wrong quote syntax
|
4 years ago |
Estanislau Augé-Pujadas
|
18e63b1679
Revert "ssh: ignore timeouts during disconnect"
|
4 years ago |
Daniel Stenberg
|
d23cc224e6
cleanup: use a single space after equals sign in assignments
|
4 years ago |
Daniel Stenberg
|
44645ca8b0
libssh2: convert over to use dynbuf
|
4 years ago |
Daniel Stenberg
|
df2093d293
libssh2: set the expected total size in SCP upload init
|
4 years ago |
Jim Fuller
|
e96fe70cab
sftp: fix segfault regression introduced by #4747
|
4 years ago |
Daniel Stenberg
|
0c76795caf
cleanup: comment typos
|
4 years ago |
Marcel Raad
|
6f69edf962
libssh2: fix variable type
|
4 years ago |
Daniel Stenberg
|
29babeafec
misc: Copyright year out of date, should be 2020
|
4 years ago |
Santino Keupp
|
272282a054
libssh2: add support for forcing a hostkey type
|
4 years ago |
Santino Keupp
|
1d2d3feb21
libssh2: add support for ECDSA and ed25519 knownhost keys
|
4 years ago |
Marcel Raad
|
69d95b6d4c
lib: silence conversion warnings
|
5 years ago |
Daniel Stenberg
|
7d5524500d
libssh2: part of conditional expression is always true: !result
|
5 years ago |
Daniel Stenberg
|
ea28a6cb2f
ssh: add a generic Curl_ssh_version function for SSH backends
|
5 years ago |
Daniel Stenberg
|
d6dea75af7
vssh: move ssh init/cleanup functions into backend code
|
5 years ago |