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
2015-05-20
read_callback: move to SessionHandle from connectdata
Daniel Stenberg
2015-03-17
checksrc: use space after comma
Daniel Stenberg
2015-03-16
free: instead of Curl_safefree()
Daniel Stenberg
2015-03-03
mprintf.h: remove #ifdef CURLDEBUG
Daniel Stenberg
2014-12-16
SFTP: work-around servers that return zero size on STAT
Daniel Stenberg
2014-11-09
libssh2: detect features based on version, not configure checks
Daniel Stenberg
2014-11-09
SSH: use the port number as well for known_known checks
Nobuhiro Ban
2014-11-05
ssh: Fixed build on platforms where R_OK is not defined
Gisle Vanem
2014-10-24
code cleanup: we prefer 'CURLcode result'
Daniel Stenberg
2014-10-06
ssh_statemach_act: split out assignment from check
Daniel Stenberg
2014-10-03
ssh: comment "fallthrough" in switch statement
Daniel Stenberg
2014-10-03
ssh: improve key file search
Jeremy Lin
2014-09-07
Ensure progress.size_dl/progress.size_ul are always >= 0
Brandon Casey
2014-05-22
bits.close: introduce connection close tracking
Daniel Stenberg
2014-04-26
INFILESIZE: fields in UserDefined must not be changed run-time
Daniel Stenberg
2014-03-15
ssh: prevent a logic error that could result in an infinite loop
Dan Fandrich
2014-03-14
ssh: removed a redundant close state transition
Dan Fandrich
2014-03-14
ssh: abort immediately on a header callback error
Dan Fandrich
2014-03-06
ssh: fix compiler warning converting ssize_t to int
Daniel Stenberg
2014-03-06
ssh: Fixed a style warning
Dan Fandrich
2014-03-06
ssh: Pass errors from libssh2_sftp_read up the stack
Dan Fandrich
2014-02-19
SFTP: skip reading the dir when NOBODY=1
Daniel Stenberg
2014-02-06
ssh: Fixed a NULL pointer dereference on OOM condition
Dan Fandrich
2014-01-20
SFTP: stat remote file also when CURLOPT_NOBODY is 1
Fabian Frank
2013-12-31
mprintf: Replaced internal usage of FORMAT_OFF_T and FORMAT_OFF_TU
Steve Holme
2013-12-20
vtls: renamed sslgen.[ch] to vtls.[ch]
Daniel Stenberg
2013-12-20
vtls: created subdir, moved sslgen.[ch] there, updated all include lines
Daniel Stenberg
2013-10-21
ssh: initialize per-handle data in ssh_connect()
Kamil Dudka
2013-10-15
ssh: Handle successful SSH_USERAUTH_NONE
Tyler Hall
2013-10-12
ssh: improve the logic for detecting blocking direction
Kamil Dudka
2013-08-12
SessionHandle: the protocol specific pointer is now a void *
Daniel Stenberg
2013-08-12
urldata: clean up the use of the protocol specific structs
Daniel Stenberg
2013-07-24
string formatting: fix 25+ printf-style format strings
Yang Tse
2013-02-15
rename "easy" statemachines: call them block instead
Daniel Stenberg
2013-01-17
always-multi: always use non-blocking internals
Daniel Stenberg
2013-01-09
build: fix circular header inclusion with other packages
Yang Tse
2013-01-06
Revert changes relative to lib/*.[ch] recent renaming
Yang Tse
2013-01-03
build: rename 93 lib/*.c files
Yang Tse
2013-01-03
build: make use of 93 lib/*.c renamed files
Yang Tse
2012-12-28
build: make use of 76 lib/*.h renamed files
Yang Tse
2012-12-21
SCP: relative path didn't work
Daniel Stenberg
2012-12-19
bundles connection caching: some out of memory handling fixes
Yang Tse
2012-12-14
setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>
Yang Tse
2012-11-20
compiler warning fixes
Daniel Stenberg
2012-11-12
SCP/SFTP: improve error code used for send failures
Daniel Stenberg
2012-09-14
ssh.c: Fixed warning: implicit conversion from enumeration type
Marc Hoersken
2012-09-12
ssh: do not crash if MD5 fingerprint is not provided by libssh2
Kamil Dudka
2012-09-12
ssh: move the fingerprint checking code to a separate fnc
Kamil Dudka
2012-08-10
ssh: use the libssh2 agent API conditionally
Daniel Stenberg
2012-08-08
SSH: added agent based authentication
Armel Asselin
[next]