summaryrefslogtreecommitdiffstats
path: root/libssh/sftp.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add memory error checks for sftp functions.Andreas Schneider2009-04-011-11/+65
* Add checks for memory errors in channel functions.Andreas Schneider2009-04-011-0/+5
* Normalize the license in all files and add vim tab instructions.Andreas Schneider2009-03-291-20/+25
* Add WITH_SERVER option.Andreas Schneider2009-03-281-2/+2
* Fix compile warnings.Andreas Schneider2009-03-181-1/+3
* Fix build warnings.Andreas Schneider2009-03-141-2/+3
* Replace ssh_say with ssh_log.Andreas Schneider2009-03-111-25/+43
* Rename function to set sftp error to be consistent.Andreas Schneider2009-02-091-16/+16
* Return count if the write was successful.Andreas Schneider2009-02-021-2/+1
* Fix build warnings in sftp code.Andreas Schneider2009-02-021-24/+37
* Add doxygen documentation for all public sftp functions.Andreas Schneider2008-12-221-102/+34
* Create POSIX like sftp functions.Andreas Schneider2008-12-221-21/+79
* some changes to resolve bugs reported by webyogAris Adamantiadis2008-12-141-1/+4
* patches 0001-Save-the-last-error-and-provide-a-function-to-get-it.patch,Aris Adamantiadis2008-11-241-58/+131
* oops miscompilationAris Adamantiadis2008-11-051-13/+19
* More doxygen documentation (internal set)Aris Adamantiadis2008-11-051-94/+169
* doxygen fixes. Mostly typos and some comments.Aris Adamantiadis2008-11-041-0/+1
* small changes in doxyfile.Aris Adamantiadis2008-11-011-9/+20
* correct O_RDONLY sftp bug with windows systemsAris Adamantiadis2008-10-201-2/+2
* begin fixing the ssh_say everywhereAris Adamantiadis2008-06-121-2/+8
* big changes :Aris Adamantiadis2008-06-121-9/+31
* fix doxygenAris Adamantiadis2008-06-111-8/+8
* sftp asynchronous readAris Adamantiadis2008-06-111-1/+107
* fixed the netdb problem ?Aris Adamantiadis2008-03-121-1/+0
* added the gcrypt patch (without gcrypt as default library).Aris Adamantiadis2005-10-041-0/+1
* file opening/reading works :).Aris Adamantiadis2005-08-261-2/+2
* sftp server implementation :)Aris Adamantiadis2005-08-261-4/+5
* fixed server segfaults on exit (double frees)Aris Adamantiadis2005-08-251-0/+31
* More work on the server side and sftp.Aris Adamantiadis2005-08-181-1/+11
* first importAris Adamantiadis2005-07-051-0/+1290