summaryrefslogtreecommitdiff
path: root/lib/ssh.c
Commit message (Expand)AuthorAgeFilesLines
...
* SFTP: skip reading the dir when NOBODY=1Daniel Stenberg2014-02-191-2/+4
* ssh: Fixed a NULL pointer dereference on OOM conditionDan Fandrich2014-02-061-0/+1
* SFTP: stat remote file also when CURLOPT_NOBODY is 1Fabian Frank2014-01-201-3/+10
* mprintf: Replaced internal usage of FORMAT_OFF_T and FORMAT_OFF_TUSteve Holme2013-12-311-7/+8
* vtls: renamed sslgen.[ch] to vtls.[ch]Daniel Stenberg2013-12-201-1/+1
* vtls: created subdir, moved sslgen.[ch] there, updated all include linesDaniel Stenberg2013-12-201-1/+1
* ssh: initialize per-handle data in ssh_connect()Kamil Dudka2013-10-211-0/+4
* ssh: Handle successful SSH_USERAUTH_NONETyler Hall2013-10-151-1/+7
* ssh: improve the logic for detecting blocking directionKamil Dudka2013-10-121-3/+5
* SessionHandle: the protocol specific pointer is now a void *Daniel Stenberg2013-08-121-5/+5
* urldata: clean up the use of the protocol specific structsDaniel Stenberg2013-08-121-36/+11
* string formatting: fix 25+ printf-style format stringsYang Tse2013-07-241-1/+1
* rename "easy" statemachines: call them block insteadDaniel Stenberg2013-02-151-4/+4
* 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