summaryrefslogtreecommitdiff
path: root/lib/ssh.c
Commit message (Expand)AuthorAgeFilesLines
* always-multi: always use non-blocking internalsDaniel Stenberg2013-01-171-22/+6
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+3310
* build: rename 93 lib/*.c filesYang Tse2013-01-031-3310/+0
* build: make use of 93 lib/*.c renamed filesYang Tse2013-01-031-5/+5
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-25/+25
* SCP: relative path didn't workDaniel Stenberg2012-12-211-3/+3
* bundles connection caching: some out of memory handling fixesYang Tse2012-12-191-0/+3
* 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