summaryrefslogtreecommitdiff
path: root/lib/ssh.c
AgeCommit message (Expand)Author
2017-08-20Patchset for gnURL microfork:gnurl-7.55.1gnurl-7_55_1Christian Grothoff
2017-07-28timeval: struct curltime is a struct timeval replacementDaniel Stenberg
2017-06-30handler: refactor connection checkingMax Dymond
2017-05-25ssh: fix 'left' may be used uninitializedDaniel Stenberg
2017-05-20ssh: ignore timeouts during disconnectDaniel Stenberg
2017-05-10multi: use a fixed array of timers instead of mallocDaniel Stenberg
2017-05-02ssh: fix compiler warning from e40e9d7f0deDaniel Stenberg
2017-05-01buffer: use data->set.buffer_size instead of BUFSIZEDaniel Stenberg
2017-03-30ssh: fix narrowing conversion warningMarcel Raad
2017-03-13Improve code readbilitySylvestre Ledru
2017-02-20sftp: improved checks for create dir failuresJean Gressmann
2016-12-20ssh: inhibit coverity warning with (void)Daniel Stenberg
2016-12-14checksrc: warn for assignments within if() expressionsDaniel Stenberg
2016-12-13checksrc: stricter no-space-before-paren enforcementDaniel Stenberg
2016-11-24proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov
2016-11-11realloc: use Curl_saferealloc to avoid common mistakesDaniel Stenberg
2016-11-07ssh: check md5 fingerprints case insensitively (regression)Daniel Stenberg
2016-10-31strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg
2016-10-31strcasecompare: is the new name for strequal()Daniel Stenberg
2016-10-31SSH: check md5 fingerprint case sensitivelyDaniel Stenberg
2016-10-31escape: avoid using curl_easy_unescape() internallyDaniel Stenberg
2016-10-18select: switch to macros in uppercaseDaniel Stenberg
2016-08-25http2: Remove incorrect commentsJay Satiro
2016-08-04multi: make Curl_expire() work with 0 ms timeoutsDaniel Stenberg
2016-06-29conn: don't free easy handle data in handler->disconnectDaniel Stenberg
2016-06-28SFTP: set a generic error when no SFTP one exists...Daniel Stenberg
2016-06-22typedefs: use the full structs in internal code...Daniel Stenberg
2016-06-22internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg
2016-05-30ssh: fix version number check typoDaniel Stenberg
2016-05-29ssh: fix build for libssh2 before 1.2.6Daniel Stenberg
2016-04-29lib: include curl_printf.h as one of the last headersDaniel Stenberg
2016-04-03code: style updatesDaniel Stenberg
2016-03-30multi: turn Curl_done into file local multi_doneDaniel Stenberg
2016-03-27SSH: new CURLOPT_QUOTE command "statvfs"marquis-de-muesli
2016-03-27SSH: support CURLINFO_FILETIMEmarquis-de-muesli
2016-02-14SCP: use libssh2_scp_recv2 to support > 2GB files on windowsDavid Byron
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2016-01-15ssh: make CURLOPT_SSH_PUBLIC_KEYFILE treat "" as NULLKamil Dudka
2015-11-24Revert "cleanup: general removal of TODO (and similar) comments"Daniel Stenberg
2015-11-13cleanup: general removal of TODO (and similar) commentsDaniel Stenberg
2015-10-15fread_func: move callback pointer from set to state structDaniel Stenberg
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