Daniel Stenberg
|
1befebc950
SFTP: work-around servers that return zero size on STAT
|
10 years ago |
Daniel Stenberg
|
9dbbba9976
libssh2: detect features based on version, not configure checks
|
10 years ago |
Nobuhiro Ban
|
18e1a3022d
SSH: use the port number as well for known_known checks
|
10 years ago |
Gisle Vanem
|
3cfe3bc001
ssh: Fixed build on platforms where R_OK is not defined
|
10 years ago |
Daniel Stenberg
|
0eb3d15ccb
code cleanup: we prefer 'CURLcode result'
|
10 years ago |
Daniel Stenberg
|
4bc31df3e4
ssh_statemach_act: split out assignment from check
|
10 years ago |
Daniel Stenberg
|
d57f7d586b
ssh: comment "fallthrough" in switch statement
|
10 years ago |
Jeremy Lin
|
fa7d04fed4
ssh: improve key file search
|
10 years ago |
Brandon Casey
|
6beb0eeea1
Ensure progress.size_dl/progress.size_ul are always >= 0
|
10 years ago |
Daniel Stenberg
|
df13f8e8c2
bits.close: introduce connection close tracking
|
10 years ago |
Daniel Stenberg
|
d5ec44ca4c
INFILESIZE: fields in UserDefined must not be changed run-time
|
10 years ago |
Dan Fandrich
|
9b5b6a2b1a
ssh: prevent a logic error that could result in an infinite loop
|
10 years ago |
Dan Fandrich
|
596800378d
ssh: removed a redundant close state transition
|
10 years ago |
Dan Fandrich
|
8c4d6ceec0
ssh: abort immediately on a header callback error
|
10 years ago |
Daniel Stenberg
|
6da4085e48
ssh: fix compiler warning converting ssize_t to int
|
10 years ago |
Dan Fandrich
|
e591165f94
ssh: Fixed a style warning
|
10 years ago |
Dan Fandrich
|
e84d0b41f6
ssh: Pass errors from libssh2_sftp_read up the stack
|
10 years ago |
Daniel Stenberg
|
0d6225ad0d
SFTP: skip reading the dir when NOBODY=1
|
10 years ago |
Dan Fandrich
|
4a8c877273
ssh: Fixed a NULL pointer dereference on OOM condition
|
10 years ago |
Fabian Frank
|
852a018e78
SFTP: stat remote file also when CURLOPT_NOBODY is 1
|
10 years ago |
Steve Holme
|
60bd22620a
mprintf: Replaced internal usage of FORMAT_OFF_T and FORMAT_OFF_TU
|
11 years ago |
Daniel Stenberg
|
11e8066ef9
vtls: renamed sslgen.[ch] to vtls.[ch]
|
11 years ago |
Daniel Stenberg
|
eccf4fb7ee
vtls: created subdir, moved sslgen.[ch] there, updated all include lines
|
11 years ago |
Kamil Dudka
|
f70b2c77f4
ssh: initialize per-handle data in ssh_connect()
|
11 years ago |
Tyler Hall
|
0218a737fe
ssh: Handle successful SSH_USERAUTH_NONE
|
11 years ago |
Kamil Dudka
|
d015f4ccac
ssh: improve the logic for detecting blocking direction
|
11 years ago |
Daniel Stenberg
|
e79535bc5e
SessionHandle: the protocol specific pointer is now a void *
|
11 years ago |
Daniel Stenberg
|
4ad8e142da
urldata: clean up the use of the protocol specific structs
|
11 years ago |
Yang Tse
|
de052ca6fc
string formatting: fix 25+ printf-style format strings
|
11 years ago |
Daniel Stenberg
|
c25383ae13
rename "easy" statemachines: call them block instead
|
11 years ago |