summaryrefslogtreecommitdiff
path: root/lib/ssh.c
Commit message (Expand)AuthorAgeFilesLines
* - Ian Lynagh provided a patch that now makes CURLOPT_RANGE work fine for SFTPDaniel Stenberg2008-09-291-3/+30
* ntoa() and inet_ntoa_r() no longer usedYang Tse2008-09-241-7/+1
* fix compiler warningYang Tse2008-09-101-1/+1
* remove unnecessary typecasting of malloc()Yang Tse2008-09-061-6/+6
* remove unnecessary typecasting of calloc()Yang Tse2008-09-061-2/+2
* Removed some redundant type castsDan Fandrich2008-09-021-1/+1
* Library internal only C preprocessor macros FORMAT_OFF_T and FORMAT_OFF_TUYang Tse2008-08-161-4/+4
* For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros,Yang Tse2008-08-151-4/+4
* Removed unneeded header filesDan Fandrich2008-08-121-2/+0
* Added support for --append on SFTP uploads. Unfortunately, OpenSSH doesn'tDan Fandrich2008-08-011-5/+14
* Changed slightly the SFTP quote commands chmod, chown and chgrp to onlyDan Fandrich2008-07-111-16/+25
* Introcuding a new timestamp for curl_easy_getinfo():Daniel Stenberg2008-07-031-0/+2
* Fix problem: 'result' may be used uninitialized.Yang Tse2008-05-311-2/+2
* - Jeff Weber reported memory leaks with aborted SCP and SFTP transfers andDaniel Stenberg2008-05-281-31/+56
* Removed some duplicated #includesDan Fandrich2008-05-211-3/+0
* - Make Curl_write and it's callees accept a const pointer, in preparationMichal Marek2008-05-091-2/+2
* Scott Barrett added support for CURLOPT_NOBODY over SFTPDaniel Stenberg2008-04-031-1/+3
* Fixed an infinite loop when given an invalid SFTP quote command.Dan Fandrich2008-03-181-8/+8
* - Brian Ulm figured out that if you did an SFTP upload withDaniel Stenberg2008-03-131-2/+6
* - Brian Ulm reported a crash when doing a second SFTP transfer on a re-usedDaniel Stenberg2008-03-091-1/+16
* Mike Protts brought a patch that makes resumed transfers work with SFTP.Daniel Stenberg2008-03-041-3/+111
* fix compiler warnings: 'statement is unreachable'Yang Tse2008-02-191-3/+3
* fix compiler warnings: 'enumerated type mixed with another type'Yang Tse2008-02-191-6/+7
* fix compiler warnings:Yang Tse2008-02-181-21/+24
* log SSH public key authentication failure and reasonYang Tse2008-02-151-0/+4
* when unable to initialize sftp session, also log failure reasonYang Tse2008-01-221-1/+5
* Calls to Curl_failf() are not supposed to provide a trailing newline as theDaniel Stenberg2008-01-151-2/+2
* include the libssh2 return code in the output for these failures to easeDaniel Stenberg2007-11-291-2/+2
* struct HandleData is now called struct SingleRequest, and is only for data thatDaniel Stenberg2007-11-241-19/+19
* Fixed a remaining problem with doing SFTP directory listings on a re-usedDaniel Stenberg2007-11-121-32/+33
* oops, fixed build when CURL_LIBSSH2_DEBUG is definedDaniel Stenberg2007-11-121-4/+4
* Fix compiler warning: may be used uninitializedYang Tse2007-11-081-1/+1
* Bug report #1823487 (http://curl.haxx.se/bug/view.cgi?id=1823487) pointedDaniel Stenberg2007-11-081-1297/+1307
* if () => if()Daniel Stenberg2007-11-071-1/+1
* Move connection-oriented variables from the SessionHandle struct to theDaniel Stenberg2007-11-051-324/+320
* Michal Marek forwarded the bug reportDaniel Stenberg2007-10-221-4/+3
* We use this ZERO_NULL to avoid picky compiler warnings,Yang Tse2007-10-171-10/+10
* Added per-protocol callback static tables, replacing callback ptr storagePatrick Monnerat2007-10-121-13/+69
* I renamed the CURLE_SSL_PEER_CERTIFICATE error code toDaniel Stenberg2007-10-031-1/+1
* Based on a patch brought by Johnny Luong, libcurl now offersDaniel Stenberg2007-10-031-1/+26
* Immanuel Gregoire fixed a problem with persistent transfers over SFTP - theDaniel Stenberg2007-09-291-0/+5
* rename variable to prevent shadow warningDaniel Stenberg2007-09-281-4/+4
* Immanuel pointed out that public key SSH auth failed if no public/privateDaniel Stenberg2007-09-181-0/+6
* Added more accurate error code returns from SFTP operations. Added testDan Fandrich2007-08-301-11/+33
* Renamed several libcurl error codes and options to make them more generalDan Fandrich2007-08-301-13/+13
* Start adding some expanded error conversion of libssh2 errors.James Housley2007-08-031-4/+5
* remove left-over partly support for libssh2 0.14Daniel Stenberg2007-08-031-38/+0
* The SSH code now only works with libssh2 0.16 or later. Thus we must notDaniel Stenberg2007-08-031-1114/+14
* Patrick Monnerat and I modified libcurl so that now it *copies* all stringsDaniel Stenberg2007-08-011-5/+5
* Make the pointers of a few static const arrays const, too, for safety.Dan Fandrich2007-07-211-1/+1