aboutsummaryrefslogtreecommitdiff
path: root/lib/ssh.c
AgeCommit message (Expand)Author
2012-03-08CONNECT: made generically not per-protocolDaniel Stenberg
2012-03-08ssh_connect: tunnel through HTTP proxy if requestedDaniel Stenberg
2012-01-13ssh.c: fix compiler warningYang Tse
2011-12-31just a stupid typoDaniel Stenberg
2011-12-31SFTP dir: increase buffer size counterDaniel Stenberg
2011-12-24SFTP mkdir: use correct permissionDaniel Stenberg
2011-12-05SSH: fix CURLOPT_SSH_HOST_PUBLIC_KEY_MD5Daniel Stenberg
2011-11-24query-part: ignore the URI part for given protocolsJonas Schnelli
2011-11-18SFTP: support '*' prefix for quote operationsJonas Schnelli
2011-10-21curl_multi_fdset: correct fdset with FTP PORT useDaniel Stenberg
2011-09-10ssh.c: revert needless commit 7b7c45879eYang Tse
2011-09-08libssh2: use calloc as alloc function for libssh2 versions older than 1.3Yang Tse
2011-09-07ssh.c: fix memory leaks triggered upon OOM or other failuresYang Tse
2011-09-05fix bool variables checking and assignmentYang Tse
2011-09-03fix a bunch of MSVC compiler warningsYang Tse
2011-08-31ssh.c: fix realloc() OOM handlingYang Tse
2011-08-19tcpconnect: follow-up commit after b998d95bDaniel Stenberg
2011-08-19ssh.c: add PATH_MAX definition for WIN32Yang Tse
2011-07-26stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse
2011-07-25WIN32 io.h and fcntl.h inclusion done in setup_once.hYang Tse
2011-07-25time.h and sys/time.h inclusion conditionally done in setup_once.hYang Tse
2011-07-04code style: space between close paren and open braceDaniel Stenberg
2011-06-04Curl_socket_ready: make timeout a 'long'Daniel Stenberg
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