summaryrefslogtreecommitdiff
path: root/lib/ssh.c
AgeCommit message (Expand)Author
2015-08-10SFTP: fix range request off-by-one in size checkDaniel Stenberg
2015-08-02SSH: three state machine fixupsDaniel Stenberg
2015-05-20read_callback: move to SessionHandle from connectdataDaniel Stenberg
2015-03-17checksrc: use space after commaDaniel Stenberg
2015-03-16free: instead of Curl_safefree()Daniel Stenberg
2015-03-03mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg
2014-12-16SFTP: work-around servers that return zero size on STATDaniel Stenberg
2014-11-09libssh2: detect features based on version, not configure checksDaniel Stenberg
2014-11-09SSH: use the port number as well for known_known checksNobuhiro Ban
2014-11-05ssh: Fixed build on platforms where R_OK is not definedGisle Vanem
2014-10-24code cleanup: we prefer 'CURLcode result'Daniel Stenberg
2014-10-06ssh_statemach_act: split out assignment from checkDaniel Stenberg
2014-10-03ssh: comment "fallthrough" in switch statementDaniel Stenberg
2014-10-03ssh: improve key file searchJeremy Lin
2014-09-07Ensure progress.size_dl/progress.size_ul are always >= 0Brandon Casey
2014-05-22bits.close: introduce connection close trackingDaniel Stenberg
2014-04-26INFILESIZE: fields in UserDefined must not be changed run-timeDaniel Stenberg
2014-03-15ssh: prevent a logic error that could result in an infinite loopDan Fandrich
2014-03-14ssh: removed a redundant close state transitionDan Fandrich
2014-03-14ssh: abort immediately on a header callback errorDan Fandrich
2014-03-06ssh: fix compiler warning converting ssize_t to intDaniel Stenberg
2014-03-06ssh: Fixed a style warningDan Fandrich
2014-03-06ssh: Pass errors from libssh2_sftp_read up the stackDan Fandrich
2014-02-19SFTP: skip reading the dir when NOBODY=1Daniel Stenberg
2014-02-06ssh: Fixed a NULL pointer dereference on OOM conditionDan Fandrich
2014-01-20SFTP: stat remote file also when CURLOPT_NOBODY is 1Fabian Frank
2013-12-31mprintf: Replaced internal usage of FORMAT_OFF_T and FORMAT_OFF_TUSteve Holme
2013-12-20vtls: renamed sslgen.[ch] to vtls.[ch]Daniel Stenberg
2013-12-20vtls: created subdir, moved sslgen.[ch] there, updated all include linesDaniel Stenberg
2013-10-21ssh: initialize per-handle data in ssh_connect()Kamil Dudka
2013-10-15ssh: Handle successful SSH_USERAUTH_NONETyler Hall
2013-10-12ssh: improve the logic for detecting blocking directionKamil Dudka
2013-08-12SessionHandle: the protocol specific pointer is now a void *Daniel Stenberg
2013-08-12urldata: clean up the use of the protocol specific structsDaniel Stenberg
2013-07-24string formatting: fix 25+ printf-style format stringsYang Tse
2013-02-15rename "easy" statemachines: call them block insteadDaniel Stenberg
2013-01-17always-multi: always use non-blocking internalsDaniel Stenberg
2013-01-09build: fix circular header inclusion with other packagesYang Tse
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2013-01-03build: rename 93 lib/*.c filesYang Tse
2013-01-03build: make use of 93 lib/*.c renamed filesYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2012-12-21SCP: relative path didn't workDaniel Stenberg
2012-12-19bundles connection caching: some out of memory handling fixesYang Tse
2012-12-14setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse
2012-11-20compiler warning fixesDaniel Stenberg
2012-11-12SCP/SFTP: improve error code used for send failuresDaniel Stenberg
2012-09-14ssh.c: Fixed warning: implicit conversion from enumeration typeMarc Hoersken
2012-09-12ssh: do not crash if MD5 fingerprint is not provided by libssh2Kamil Dudka
2012-09-12ssh: move the fingerprint checking code to a separate fncKamil Dudka