aboutsummaryrefslogtreecommitdiff
path: root/lib/ssh.c
AgeCommit message (Expand)Author
2017-10-06Merge tag 'curl-7_56_0'ng0
2017-09-11code style: use spaces around plusesDaniel Stenberg
2017-09-11code style: use spaces around equals signsDaniel Stenberg
2017-08-22Patchset for gnURL microfork:gnurl-7_55_1-1Christian Grothoff
2017-08-22timeval: struct curltime is a struct timeval replacementDaniel Stenberg
2017-08-22handler: refactor connection checkingMax Dymond
2017-08-22ssh: fix 'left' may be used uninitializedDaniel Stenberg
2017-08-22ssh: ignore timeouts during disconnectDaniel Stenberg
2017-08-22multi: use a fixed array of timers instead of mallocDaniel Stenberg
2017-08-22ssh: fix compiler warning from e40e9d7f0deDaniel Stenberg
2017-08-22buffer: use data->set.buffer_size instead of BUFSIZEDaniel Stenberg
2017-08-22ssh: fix narrowing conversion warningMarcel Raad
2017-08-22Improve code readbilitySylvestre Ledru
2017-08-22sftp: improved checks for create dir failuresJean Gressmann
2017-08-22ssh: inhibit coverity warning with (void)Daniel Stenberg
2017-08-22checksrc: warn for assignments within if() expressionsDaniel Stenberg
2017-08-22checksrc: stricter no-space-before-paren enforcementDaniel Stenberg
2017-08-22proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov
2017-08-22realloc: use Curl_saferealloc to avoid common mistakesDaniel Stenberg
2017-08-22ssh: check md5 fingerprints case insensitively (regression)Daniel Stenberg
2017-08-22strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg
2017-08-22strcasecompare: is the new name for strequal()Daniel Stenberg
2017-08-22SSH: check md5 fingerprint case sensitivelyDaniel Stenberg
2017-08-22escape: avoid using curl_easy_unescape() internallyDaniel Stenberg
2017-08-22select: switch to macros in uppercaseDaniel Stenberg
2017-08-17ssh: add the ability to enable compression (for SCP/SFTP)Viktor Szakats
2017-08-14strtoofft: reduce integer overflow risks globallyDaniel Stenberg
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