summaryrefslogtreecommitdiff
path: root/lib/ssh.c
Commit message (Expand)AuthorAgeFilesLines
* Curl_timeleft: change return type to timediff_tDaniel Stenberg2017-10-281-1/+1
* time: rename Curl_tvnow to Curl_nowDaniel Stenberg2017-10-251-1/+1
* code style: use spaces around plusesDaniel Stenberg2017-09-111-10/+10
* code style: use spaces around equals signsDaniel Stenberg2017-09-111-5/+5
* ssh: add the ability to enable compression (for SCP/SFTP)Viktor Szakats2017-08-171-0/+7
* strtoofft: reduce integer overflow risks globallyDaniel Stenberg2017-08-141-5/+12
* timeval: struct curltime is a struct timeval replacementDaniel Stenberg2017-07-281-1/+1
* handler: refactor connection checkingMax Dymond2017-06-301-0/+2
* ssh: fix 'left' may be used uninitializedDaniel Stenberg2017-05-251-1/+1
* ssh: ignore timeouts during disconnectDaniel Stenberg2017-05-201-12/+15
* multi: use a fixed array of timers instead of mallocDaniel Stenberg2017-05-101-1/+1
* ssh: fix compiler warning from e40e9d7f0deDaniel Stenberg2017-05-021-1/+1
* buffer: use data->set.buffer_size instead of BUFSIZEDaniel Stenberg2017-05-011-3/+4
* 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