summaryrefslogtreecommitdiff
path: root/lib/ssh.c
Commit message (Expand)AuthorAgeFilesLines
* sendrecv: make them two pairs of send/recv to properly deal with FTPSHoward Chu2010-05-111-4/+4
* sendrecv: split the I/O handling into private handlerHoward Chu2010-05-071-12/+34
* Curl_setup_transfer: no longer returns anythingDaniel Stenberg2010-04-161-10/+8
* sftp range: remove unnecessary check for NULL pointerDaniel Stenberg2010-04-161-1/+1
* Fix compile warnings in ssh.cBen Greear2010-03-291-50/+87
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* fix compiler warningYang Tse2010-02-241-3/+3
* corected a comment and wrapped a few longish linesDaniel Stenberg2010-02-201-13/+18
* fix printf-style format stringsYang Tse2010-02-041-2/+3
* Andre Guibert de Bruet improved the libssh2 error code translationDaniel Stenberg2010-01-261-2/+30
* ssh_statemach_act() is now modified to loop over the switch() to perform asDaniel Stenberg2010-01-111-1464/+1469
* VMS specific preprocessor symbol checking adjustmentsYang Tse2009-12-301-1/+1
* Make usage of calloc()'s arguments consistent with rest of code baseYang Tse2009-11-181-1/+1
* - Liza Alenchery mentioned a problem with re-used SCP connection when a badDaniel Stenberg2009-10-301-0/+1
* - Fixed memory leak in the SCP/SFTP code as it never freed the knownhostsDaniel Stenberg2009-10-181-1/+9
* - Implemented a protocol independent way to specify blocking direction, used byKamil Dudka2009-09-261-5/+25
* fix compiler warning: conversion to 'size_t' from 'curl_off_t' may alter its ...Yang Tse2009-09-171-1/+1
* - Daniel Johnson founded a flaw in the code convering sftp-errors to libcurlDaniel Stenberg2009-09-021-4/+1
* blocked sshkeycallback() with HAVE_LIBSSH2_KNOWNHOST_API to avoid compiler wa...Gunter Knauf2009-07-231-0/+2
* - Added CURLOPT_SSH_KNOWNHOSTS, CURLOPT_SSH_KEYFUNCTION, CURLOPT_SSH_KEYDATA.Daniel Stenberg2009-07-221-3/+154
* Fixed a compiler warning.Dan Fandrich2009-06-271-1/+1
* Adjusted to take in account that...Yang Tse2009-06-101-2/+2
* changed ssh.c to use HAVE_LIBSSH2_SESSION_BLOCK_DIRECTION define provided by ...Gunter Knauf2009-05-191-4/+4
* Internal cleanup: KEEP_WRITE and KEEP_READ are now called KEEP_SEND andDaniel Stenberg2009-05-111-4/+4
* - Bug report #2709004 (http://curl.haxx.se/bug/view.cgi?id=2709004) by TimDaniel Stenberg2009-04-281-27/+32
* libcurl's memory.h renamed to curl_memory.hYang Tse2009-04-211-2/+2
* use HAVE_LIMITS_H symbol to protect limits.h inclusionYang Tse2009-04-141-1/+3
* silent 'unused' warnings.Gunter Knauf2008-12-281-0/+3
* libssh2_sftp_seek2 was just renamed to libssh2_sftp_seek64 ...Daniel Stenberg2008-12-221-2/+2
* - Given a recent enough libssh2, libcurl can now seek/resume with SFTP evenDaniel Stenberg2008-12-221-3/+13
* oops, removing debug output that wasn't supposed to be thereDaniel Stenberg2008-12-191-3/+0
* - Using the libssh2 0.19 function libssh2_session_block_directions(), libcurlDaniel Stenberg2008-12-191-12/+113
* - SCP and SFTP with the multi interface had the same flaw: the 'DONE'Daniel Stenberg2008-12-171-19/+13
* - libssh2_sftp_last_error() was wrongly used at some places in libcurl whichDaniel Stenberg2008-12-151-12/+32
* Adjust some libssh2 preprocessor symbol definition checksYang Tse2008-11-291-12/+1
* - Based on a patch by Vlad Grachov, libcurl now uses a new libssh2 0.19Daniel Stenberg2008-11-241-17/+72
* Created Curl_raw_nequal() which does a C-locale string case comparison.Dan Fandrich2008-10-231-1/+1
* Changed some arrays of char* to arrays of char[] to reduce data size andDan Fandrich2008-10-221-1/+1
* Fixed some problems with SFTP range support to fix test cases 634 through 637.Dan Fandrich2008-10-211-4/+14
* - 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