summaryrefslogtreecommitdiff
path: root/lib/ssh.c
Commit message (Expand)AuthorAgeFilesLines
* setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse2012-12-141-7/+0
* compiler warning fixesDaniel Stenberg2012-11-201-2/+2
* SCP/SFTP: improve error code used for send failuresDaniel Stenberg2012-11-121-0/+8
* ssh.c: Fixed warning: implicit conversion from enumeration typeMarc Hoersken2012-09-141-2/+2
* ssh: do not crash if MD5 fingerprint is not provided by libssh2Kamil Dudka2012-09-121-8/+14
* ssh: move the fingerprint checking code to a separate fncKamil Dudka2012-09-121-32/+39
* ssh: use the libssh2 agent API conditionallyDaniel Stenberg2012-08-101-0/+4
* SSH: added agent based authenticationArmel Asselin2012-08-081-3/+111
* Fix bad failf() and info() usageYang Tse2012-06-141-1/+1
* Curl_pgrsDone: return int and acknowledge return codeDaniel Stenberg2012-06-101-1/+2
* SSH: public key can now be an empty stringArmel Asselin2012-04-011-2/+6
* ssh.c: code cleanup, Curl_safefree() already nullifies pointerYang Tse2012-03-251-64/+5
* fix some compiler warningsYang Tse2012-03-251-20/+21
* 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