summaryrefslogtreecommitdiff
path: root/lib/ssh.c
Commit message (Expand)AuthorAgeFilesLines
* ssh: fix narrowing conversion warningMarcel Raad2017-03-301-1/+1
* Improve code readbilitySylvestre Ledru2017-03-131-168/+147
* sftp: improved checks for create dir failuresJean Gressmann2017-02-201-1/+9
* ssh: inhibit coverity warning with (void)Daniel Stenberg2016-12-201-2/+2
* checksrc: warn for assignments within if() expressionsDaniel Stenberg2016-12-141-15/+20
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-131-4/+4
* proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov2016-11-241-1/+1
* realloc: use Curl_saferealloc to avoid common mistakesDaniel Stenberg2016-11-111-3/+4
* ssh: check md5 fingerprints case insensitively (regression)Daniel Stenberg2016-11-071-1/+1
* strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg2016-10-311-15/+15
* strcasecompare: is the new name for strequal()Daniel Stenberg2016-10-311-1/+1
* SSH: check md5 fingerprint case sensitivelyDaniel Stenberg2016-10-311-1/+1
* escape: avoid using curl_easy_unescape() internallyDaniel Stenberg2016-10-311-6/+6
* select: switch to macros in uppercaseDaniel Stenberg2016-10-181-1/+1
* http2: Remove incorrect commentsJay Satiro2016-08-251-5/+0
* multi: make Curl_expire() work with 0 ms timeoutsDaniel Stenberg2016-08-041-1/+1
* conn: don't free easy handle data in handler->disconnectDaniel Stenberg2016-06-291-4/+0
* SFTP: set a generic error when no SFTP one exists...Daniel Stenberg2016-06-281-2/+7
* typedefs: use the full structs in internal code...Daniel Stenberg2016-06-221-1/+1
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-7/+7
* ssh: fix version number check typoDaniel Stenberg2016-05-301-1/+1
* ssh: fix build for libssh2 before 1.2.6Daniel Stenberg2016-05-291-1/+9
* lib: include curl_printf.h as one of the last headersDaniel Stenberg2016-04-291-1/+2
* code: style updatesDaniel Stenberg2016-04-031-1/+1
* multi: turn Curl_done into file local multi_doneDaniel Stenberg2016-03-301-3/+2
* SSH: new CURLOPT_QUOTE command "statvfs"marquis-de-muesli2016-03-271-0/+57
* SSH: support CURLINFO_FILETIMEmarquis-de-muesli2016-03-271-3/+34
* SCP: use libssh2_scp_recv2 to support > 2GB files on windowsDavid Byron2016-02-141-4/+15
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* ssh: make CURLOPT_SSH_PUBLIC_KEYFILE treat "" as NULLKamil Dudka2016-01-151-2/+5
* Revert "cleanup: general removal of TODO (and similar) comments"Daniel Stenberg2015-11-241-3/+11
* cleanup: general removal of TODO (and similar) commentsDaniel Stenberg2015-11-131-11/+3
* fread_func: move callback pointer from set to state structDaniel Stenberg2015-10-151-2/+2
* SFTP: fix range request off-by-one in size checkDaniel Stenberg2015-08-101-1/+1
* SSH: three state machine fixupsDaniel Stenberg2015-08-021-4/+7
* read_callback: move to SessionHandle from connectdataDaniel Stenberg2015-05-201-2/+2
* checksrc: use space after commaDaniel Stenberg2015-03-171-1/+1
* free: instead of Curl_safefree()Daniel Stenberg2015-03-161-5/+5
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-5/+2
* SFTP: work-around servers that return zero size on STATDaniel Stenberg2014-12-161-1/+5
* libssh2: detect features based on version, not configure checksDaniel Stenberg2014-11-091-7/+0
* SSH: use the port number as well for known_known checksNobuhiro Ban2014-11-091-0/+19
* ssh: Fixed build on platforms where R_OK is not definedGisle Vanem2014-11-051-0/+3
* code cleanup: we prefer 'CURLcode result'Daniel Stenberg2014-10-241-12/+11
* ssh_statemach_act: split out assignment from checkDaniel Stenberg2014-10-061-1/+2
* ssh: comment "fallthrough" in switch statementDaniel Stenberg2014-10-031-0/+2
* ssh: improve key file searchJeremy Lin2014-10-031-27/+48
* Ensure progress.size_dl/progress.size_ul are always >= 0Brandon Casey2014-09-071-2/+2
* bits.close: introduce connection close trackingDaniel Stenberg2014-05-221-2/+2
* INFILESIZE: fields in UserDefined must not be changed run-timeDaniel Stenberg2014-04-261-9/+9