aboutsummaryrefslogtreecommitdiff
path: root/lib/ssh.c
AgeCommit message (Expand)Author
2011-05-23compiler warning: fixYang Tse
2011-05-23compiler warning: fixYang Tse
2011-05-05RTSP: convert protocol-specific checks to genericDaniel Stenberg
2011-05-01SSH: set non-blocking earlierDaniel Stenberg
2011-04-27SSH: move knownhost logic to separate functionDaniel Stenberg
2011-04-27source cleanup: unify look, style and indent levelsDaniel Stenberg
2011-04-20SFTP: close file before postquoteDaniel Stenberg
2011-04-20CURL_DOES_CONVERSIONS: cleanupDaniel Stenberg
2011-03-14protocols: use CURLPROTO_ internallyDaniel Stenberg
2011-03-14protocol handler: added flags fieldDaniel Stenberg
2011-03-13SSH: add protocol lock directionDaniel Stenberg
2011-03-13ssh_statemach_act: set cselect for sftp uploadDaniel Stenberg
2011-03-13SFTP: gracefully handle shutdown earlyDaniel Stenberg
2011-03-12sftp upload: expire to advance state machineDaniel Stenberg
2011-02-26ssh_connect: treat libssh2 return code betterDaniel Stenberg
2011-01-06SSH: speedcheck clobbered existing errorDaniel Stenberg
2011-01-05SSH: acknowledge speedcheckDaniel Stenberg
2011-01-04Curl_timeleft: s/conn/data in first argumentDaniel Stenberg
2011-01-03SSH: avoid PATH_MAX with allocDaniel Stenberg
2011-01-01SFTP: make pwd output result to header callbackDaniel Stenberg
2010-12-30ssh: honour the CURLINFO_FTP_ENTRY_PATH curl_getinfo optionLuke Amery
2010-12-06url: provide dead_connection flag in Curl_handler::disconnectKamil Dudka
2010-12-06ssh: fix a download resume point calculationYang Tse
2010-12-04fix compiler warning: conversion may lose significant bitsYang Tse
2010-11-26s/isspace/ISSPACEYang Tse
2010-10-20SSH: use libssh2_session_handshake()Daniel Stenberg
2010-10-20SSH: avoid using the libssh2_ prefixDaniel Stenberg
2010-10-12SFTP: more ignoring negative file sizesDaniel Stenberg
2010-09-30SFTP: avoid downloading negative sizes!Daniel Stenberg
2010-08-05build: fix libssh2_scp_send64() availabilityYang Tse
2010-08-04SCP: send large files properly with new enough libssh2Daniel Stenberg
2010-07-21ssh: Fix compile error on 64-bit systems.Ben Greear
2010-06-02SSH: corrected the inability to respect the timeoutDaniel Stenberg
2010-05-11sendrecv: make them two pairs of send/recv to properly deal with FTPSHoward Chu
2010-05-07sendrecv: split the I/O handling into private handlerHoward Chu
2010-04-16Curl_setup_transfer: no longer returns anythingDaniel Stenberg
2010-04-16sftp range: remove unnecessary check for NULL pointerDaniel Stenberg
2010-03-29Fix compile warnings in ssh.cBen Greear
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2010-02-24fix compiler warningYang Tse
2010-02-20corected a comment and wrapped a few longish linesDaniel Stenberg
2010-02-04fix printf-style format stringsYang Tse
2010-01-26Andre Guibert de Bruet improved the libssh2 error code translationDaniel Stenberg
2010-01-11ssh_statemach_act() is now modified to loop over the switch() to perform asDaniel Stenberg
2009-12-30VMS specific preprocessor symbol checking adjustmentsYang Tse
2009-11-18Make usage of calloc()'s arguments consistent with rest of code baseYang Tse
2009-10-30- Liza Alenchery mentioned a problem with re-used SCP connection when a badDaniel Stenberg
2009-10-18- Fixed memory leak in the SCP/SFTP code as it never freed the knownhostsDaniel Stenberg
2009-09-26- Implemented a protocol independent way to specify blocking direction, used byKamil Dudka
2009-09-17fix compiler warning: conversion to 'size_t' from 'curl_off_t' may alter its ...Yang Tse