summaryrefslogtreecommitdiffstats
path: root/libssh/sftpserver.c
Commit message (Expand)AuthorAgeFilesLines
* misc: Rename libssh/ to src/Andreas Schneider2010-09-061-490/+0
* Sanitize libssh namespace + legacy wrappersAris Adamantiadis2010-05-141-55/+55
* updated the sftp subsystem to follow the type convAris Adamantiadis2009-10-101-17/+17
* More include file splittingAris Adamantiadis2009-09-261-0/+1
* Moved lots of declaration out of priv.hAris Adamantiadis2009-09-231-2/+3
* Fix build with MSVC.Andreas Schneider2009-07-301-1/+0
* Switch completly to stdint types.Andreas Schneider2009-07-251-6/+6
* Changed all occurences of BUFFER * to ssh_bufferAris Adamantiadis2009-07-241-7/+7
* Change all occurences of STRING * to ssh_stringAris Adamantiadis2009-07-241-8/+8
* Fix build warnings.Andreas Schneider2009-06-091-0/+4
* Fix the vim modeline and place it at the end of the file.Andreas Schneider2009-05-121-2/+1
* Reformat sftp_handle_remove.Andreas Schneider2009-04-271-7/+9
* Improve sftp_handle.Andreas Schneider2009-04-271-9/+17
* Improve sftp_handle_alloc.Andreas Schneider2009-04-271-21/+34
* Improve sftp_reply_data and fix sftp_reply_status.Andreas Schneider2009-04-271-20/+46
* Improve sftp_reply_names.Andreas Schneider2009-04-271-12/+24
* Improve sftp_reply_names_add.Andreas Schneider2009-04-271-13/+36
* Improve sftp_reply_attr.Andreas Schneider2009-04-271-7/+16
* Improve sftp_reply_handle.Andreas Schneider2009-04-271-6/+15
* Improve sftp_reply_name.Andreas Schneider2009-04-271-12/+29
* Improve sftp_client_message_free.Andreas Schneider2009-04-271-10/+11
* Improve sftp_get_client_message.Andreas Schneider2009-04-271-87/+174
* Add memory error checking for sftpserver functions.Andreas Schneider2009-04-011-7/+19
* Normalize the license in all files and add vim tab instructions.Andreas Schneider2009-03-291-19/+23
* Get rid of a ssh_say.Andreas Schneider2009-03-121-1/+0
* fixed the netdb problem ?Aris Adamantiadis2008-03-121-1/+0
* first part of win32 patchesAris Adamantiadis2008-03-071-5/+7
* added the gcrypt patch (without gcrypt as default library).Aris Adamantiadis2005-10-041-0/+1
* file opening/reading works :).Aris Adamantiadis2005-08-261-2/+20
* sftp server implementation :)Aris Adamantiadis2005-08-261-0/+244