index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
ssh.c
Age
Commit message (
Expand
)
Author
2018-09-01
all: s/int/size_t cleanup
Daniel Stenberg
2018-08-21
curl-compilers: enable -Wimplicit-fallthrough=4 for GCC
Marcel Raad
2018-06-12
Curl_debug: remove dead printhost code
Daniel Stenberg
2018-04-16
ssh: show libSSH2 error code when closing fails
Christian Schmitz
2018-02-16
ssh: add two missing state names
Daniel Stenberg
2018-02-15
TODO fixed: Detect when called from within callbacks
Björn Stenberg
2018-02-01
time_t-fixes: remove typecasts to 'long' for info.filetime
Daniel Stenberg
2018-01-18
SSH: Fix state machine for ssh-agent authentication
Michael Gmelin
2018-01-05
build: remove HAVE_LIMITS_H check
Jay Satiro
2017-12-09
sftp: allow quoted commands to use relative paths
John DeHelian
2017-12-04
libssh2: remove dead code from SSH_SFTP_QUOTE
Daniel Stenberg
2017-12-01
libssh2: return CURLE_UPLOAD_FAILED on failure to upload
Nikos Mavrogiannopoulos
2017-12-01
libssh2: send the correct CURLE error code on scp file not found
Nikos Mavrogiannopoulos
2017-12-01
Added support for libssh SSH SCP back-end
Nikos Mavrogiannopoulos
2017-11-25
ssh: remove check for a NULL pointer (!)
Daniel Stenberg
2017-10-28
Curl_timeleft: change return type to timediff_t
Daniel Stenberg
2017-10-25
time: rename Curl_tvnow to Curl_now
Daniel Stenberg
2017-09-11
code style: use spaces around pluses
Daniel Stenberg
2017-09-11
code style: use spaces around equals signs
Daniel Stenberg
2017-08-17
ssh: add the ability to enable compression (for SCP/SFTP)
Viktor Szakats
2017-08-14
strtoofft: reduce integer overflow risks globally
Daniel Stenberg
2017-07-28
timeval: struct curltime is a struct timeval replacement
Daniel Stenberg
2017-06-30
handler: refactor connection checking
Max Dymond
2017-05-25
ssh: fix 'left' may be used uninitialized
Daniel Stenberg
2017-05-20
ssh: ignore timeouts during disconnect
Daniel Stenberg
2017-05-10
multi: use a fixed array of timers instead of malloc
Daniel Stenberg
2017-05-02
ssh: fix compiler warning from e40e9d7f0de
Daniel Stenberg
2017-05-01
buffer: use data->set.buffer_size instead of BUFSIZE
Daniel Stenberg
2017-03-30
ssh: fix narrowing conversion warning
Marcel Raad
2017-03-13
Improve code readbility
Sylvestre Ledru
2017-02-20
sftp: improved checks for create dir failures
Jean Gressmann
2016-12-20
ssh: inhibit coverity warning with (void)
Daniel Stenberg
2016-12-14
checksrc: warn for assignments within if() expressions
Daniel Stenberg
2016-12-13
checksrc: stricter no-space-before-paren enforcement
Daniel Stenberg
2016-11-24
proxy: Support HTTPS proxy and SOCKS+HTTP(s)
Alex Rousskov
2016-11-11
realloc: use Curl_saferealloc to avoid common mistakes
Daniel Stenberg
2016-11-07
ssh: check md5 fingerprints case insensitively (regression)
Daniel Stenberg
2016-10-31
strcasecompare: all case insensitive string compares ignore locale now
Daniel Stenberg
2016-10-31
strcasecompare: is the new name for strequal()
Daniel Stenberg
2016-10-31
SSH: check md5 fingerprint case sensitively
Daniel Stenberg
2016-10-31
escape: avoid using curl_easy_unescape() internally
Daniel Stenberg
2016-10-18
select: switch to macros in uppercase
Daniel Stenberg
2016-08-25
http2: Remove incorrect comments
Jay Satiro
2016-08-04
multi: make Curl_expire() work with 0 ms timeouts
Daniel Stenberg
2016-06-29
conn: don't free easy handle data in handler->disconnect
Daniel Stenberg
2016-06-28
SFTP: set a generic error when no SFTP one exists...
Daniel Stenberg
2016-06-22
typedefs: use the full structs in internal code...
Daniel Stenberg
2016-06-22
internals: rename the SessionHandle struct to Curl_easy
Daniel Stenberg
2016-05-30
ssh: fix version number check typo
Daniel Stenberg
2016-05-29
ssh: fix build for libssh2 before 1.2.6
Daniel Stenberg
[next]