summaryrefslogtreecommitdiff
path: root/lib/ssh.c
Commit message (Expand)AuthorAgeFilesLines
* sftp: don't send post-qoute sequence when retrying a connectionPrzemysław Tomaszewski2018-09-041-1/+2
* all: s/int/size_t cleanupDaniel Stenberg2018-09-011-15/+15
* curl-compilers: enable -Wimplicit-fallthrough=4 for GCCMarcel Raad2018-08-211-2/+2
* Curl_debug: remove dead printhost codeDaniel Stenberg2018-06-121-4/+4
* ssh: show libSSH2 error code when closing failsChristian Schmitz2018-04-161-22/+57
* ssh: add two missing state namesDaniel Stenberg2018-02-161-0/+5
* TODO fixed: Detect when called from within callbacksBjörn Stenberg2018-02-151-3/+10
* time_t-fixes: remove typecasts to 'long' for info.filetimeDaniel Stenberg2018-02-011-2/+2
* SSH: Fix state machine for ssh-agent authenticationMichael Gmelin2018-01-181-3/+3
* build: remove HAVE_LIMITS_H checkJay Satiro2018-01-051-3/+1
* sftp: allow quoted commands to use relative pathsJohn DeHelian2017-12-091-4/+4
* libssh2: remove dead code from SSH_SFTP_QUOTEDaniel Stenberg2017-12-041-4/+4
* libssh2: return CURLE_UPLOAD_FAILED on failure to uploadNikos Mavrogiannopoulos2017-12-011-0/+4
* libssh2: send the correct CURLE error code on scp file not foundNikos Mavrogiannopoulos2017-12-011-0/+5
* Added support for libssh SSH SCP back-endNikos Mavrogiannopoulos2017-12-011-176/+7
* ssh: remove check for a NULL pointer (!)Daniel Stenberg2017-11-251-2/+2
* 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