summaryrefslogtreecommitdiffstats
path: root/libssh/sftp.c
Commit message (Expand)AuthorAgeFilesLines
...
* Improve sftp_parse_attr_4().Andreas Schneider2009-04-231-104/+130
* Improve sftp_parse_attr_4().Andreas Schneider2009-04-231-128/+151
* Improve sftp_opendir().Andreas Schneider2009-04-231-52/+80
* Map permission field to type field.Andreas Schneider2009-04-231-1/+46
* Improve parse_handle_msg().Andreas Schneider2009-04-231-20/+25
* Fix a compile error.Andreas Schneider2009-04-231-4/+5
* Improve status_msg_free().Andreas Schneider2009-04-231-14/+10
* Improve parse_status_msg().Andreas Schneider2009-04-231-25/+37
* Reformat sftp_get_new_id().Andreas Schneider2009-04-231-3/+4
* Reformat sftp_dequeue().Andreas Schneider2009-04-231-26/+33
* Improve sftp_enqueue().Andreas Schneider2009-04-221-16/+29
* Improve request_queue_(new,free).Andreas Schneider2009-04-221-12/+17
* Improve sftp_init().Andreas Schneider2009-04-221-40/+70
* Fix compile error.Andreas Schneider2009-04-221-1/+1
* Improve sftp_packet_free().Andreas Schneider2009-04-221-4/+7
* 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