summaryrefslogtreecommitdiffstats
path: root/libssh/sftp.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add more error checks to sftp_read_and_dispatch().Andreas Schneider2009-04-221-17/+22
* Add more error checks to sftp_get_message().Andreas Schneider2009-04-221-26/+46
* Improve sftp_message_free().Andreas Schneider2009-04-221-7/+14
* Add more error checks to sftp_message_new().Andreas Schneider2009-04-221-11/+16
* Add more error checks to sftp_packet_read().Andreas Schneider2009-04-221-32/+47
* Reformat sftp_packet_write().Andreas Schneider2009-04-221-18/+23
* Rename buffer_add_data_begin() to buffer_prepend_data().Andreas Schneider2009-04-221-2/+6
* Add more error checks to sftp server init functions.Andreas Schneider2009-04-221-45/+67
* Improve sftp_new() and sftp_free().Andreas Schneider2009-04-221-39/+55
* Fix build warnings on x86_64.Andreas Schneider2009-04-051-2/+4
* Fix build warnings found with printf checking of ssh_set_error().Andreas Schneider2009-04-051-2/+4
* Fix varable name.Andreas Schneider2009-04-051-8/+8
* Don't shadow a global variable declaration on unistd.h.Andreas Schneider2009-04-051-7/+7
* Add memory error checks for strdup().Andreas Schneider2009-04-031-1/+6
* 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