summaryrefslogtreecommitdiff
path: root/lib/ssh.c
Commit message (Expand)AuthorAgeFilesLines
...
* fix several compiler warningsYang Tse2012-03-221-1/+5
* fix several compiler warningsYang Tse2012-03-201-25/+25
* CONNECT: made generically not per-protocolDaniel Stenberg2012-03-081-28/+0
* ssh_connect: tunnel through HTTP proxy if requestedDaniel Stenberg2012-03-081-1/+29
* ssh.c: fix compiler warningYang Tse2012-01-131-1/+1
* just a stupid typoDaniel Stenberg2011-12-311-1/+1
* SFTP dir: increase buffer size counterDaniel Stenberg2011-12-311-3/+3
* SFTP mkdir: use correct permissionDaniel Stenberg2011-12-241-1/+1
* SSH: fix CURLOPT_SSH_HOST_PUBLIC_KEY_MD5Daniel Stenberg2011-12-051-25/+15
* query-part: ignore the URI part for given protocolsJonas Schnelli2011-11-241-2/+4
* SFTP: support '*' prefix for quote operationsJonas Schnelli2011-11-181-25/+55
* curl_multi_fdset: correct fdset with FTP PORT useDaniel Stenberg2011-10-211-0/+2
* ssh.c: revert needless commit 7b7c45879eYang Tse2011-09-101-57/+3
* libssh2: use calloc as alloc function for libssh2 versions older than 1.3Yang Tse2011-09-081-3/+57
* ssh.c: fix memory leaks triggered upon OOM or other failuresYang Tse2011-09-071-1/+30
* fix bool variables checking and assignmentYang Tse2011-09-051-1/+1
* fix a bunch of MSVC compiler warningsYang Tse2011-09-031-1/+1
* ssh.c: fix realloc() OOM handlingYang Tse2011-08-311-4/+9
* tcpconnect: follow-up commit after b998d95bDaniel Stenberg2011-08-191-2/+2
* ssh.c: add PATH_MAX definition for WIN32Yang Tse2011-08-191-0/+5
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-5/+0
* WIN32 io.h and fcntl.h inclusion done in setup_once.hYang Tse2011-07-251-2/+1
* time.h and sys/time.h inclusion conditionally done in setup_once.hYang Tse2011-07-251-4/+0
* code style: space between close paren and open braceDaniel Stenberg2011-07-041-1/+1
* Curl_socket_ready: make timeout a 'long'Daniel Stenberg2011-06-041-1/+1
* compiler warning: fixYang Tse2011-05-231-2/+2
* compiler warning: fixYang Tse2011-05-231-1/+2
* RTSP: convert protocol-specific checks to genericDaniel Stenberg2011-05-051-0/+2
* SSH: set non-blocking earlierDaniel Stenberg2011-05-011-6/+11
* SSH: move knownhost logic to separate functionDaniel Stenberg2011-04-271-112/+126
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-12/+10
* SFTP: close file before postquoteDaniel Stenberg2011-04-201-9/+35
* CURL_DOES_CONVERSIONS: cleanupDaniel Stenberg2011-04-201-2/+0
* protocols: use CURLPROTO_ internallyDaniel Stenberg2011-03-141-7/+7
* protocol handler: added flags fieldDaniel Stenberg2011-03-141-7/+9
* SSH: add protocol lock directionDaniel Stenberg2011-03-131-4/+11
* ssh_statemach_act: set cselect for sftp uploadDaniel Stenberg2011-03-131-0/+5
* SFTP: gracefully handle shutdown earlyDaniel Stenberg2011-03-131-4/+8
* sftp upload: expire to advance state machineDaniel Stenberg2011-03-121-0/+5
* ssh_connect: treat libssh2 return code betterDaniel Stenberg2011-02-261-2/+1
* SSH: speedcheck clobbered existing errorDaniel Stenberg2011-01-061-1/+3
* SSH: acknowledge speedcheckDaniel Stenberg2011-01-051-0/+6
* Curl_timeleft: s/conn/data in first argumentDaniel Stenberg2011-01-041-1/+1
* SSH: avoid PATH_MAX with allocDaniel Stenberg2011-01-031-4/+8
* SFTP: make pwd output result to header callbackDaniel Stenberg2011-01-011-5/+9
* ssh: honour the CURLINFO_FTP_ENTRY_PATH curl_getinfo optionLuke Amery2010-12-301-0/+3
* url: provide dead_connection flag in Curl_handler::disconnectKamil Dudka2010-12-061-4/+6
* ssh: fix a download resume point calculationYang Tse2010-12-061-5/+5
* fix compiler warning: conversion may lose significant bitsYang Tse2010-12-041-11/+8
* s/isspace/ISSPACEYang Tse2010-11-261-1/+1