aboutsummaryrefslogtreecommitdiff
path: root/libssh/sftpserver.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-14Sanitize libssh namespace + legacy wrappersAris Adamantiadis1-55/+55
2009-10-10updated the sftp subsystem to follow the type convAris Adamantiadis1-17/+17
2009-09-26More include file splittingAris Adamantiadis1-0/+1
2009-09-23Moved lots of declaration out of priv.hAris Adamantiadis1-2/+3
2009-07-30Fix build with MSVC.Andreas Schneider1-1/+0
2009-07-25Switch completly to stdint types.Andreas Schneider1-6/+6
2009-07-24Changed all occurences of BUFFER * to ssh_bufferAris Adamantiadis1-7/+7
2009-07-24Change all occurences of STRING * to ssh_stringAris Adamantiadis1-8/+8
2009-06-09Fix build warnings.Andreas Schneider1-0/+4
2009-05-12Fix the vim modeline and place it at the end of the file.Andreas Schneider1-2/+1
2009-04-27Reformat sftp_handle_remove.Andreas Schneider1-7/+9
2009-04-27Improve sftp_handle.Andreas Schneider1-9/+17
2009-04-27Improve sftp_handle_alloc.Andreas Schneider1-21/+34
2009-04-27Improve sftp_reply_data and fix sftp_reply_status.Andreas Schneider1-20/+46
2009-04-27Improve sftp_reply_names.Andreas Schneider1-12/+24
2009-04-27Improve sftp_reply_names_add.Andreas Schneider1-13/+36
2009-04-27Improve sftp_reply_attr.Andreas Schneider1-7/+16
2009-04-27Improve sftp_reply_handle.Andreas Schneider1-6/+15
2009-04-27Improve sftp_reply_name.Andreas Schneider1-12/+29
2009-04-27Improve sftp_client_message_free.Andreas Schneider1-10/+11
2009-04-27Improve sftp_get_client_message.Andreas Schneider1-87/+174
2009-04-01Add memory error checking for sftpserver functions.Andreas Schneider1-7/+19
2009-03-29Normalize the license in all files and add vim tab instructions.Andreas Schneider1-19/+23
2009-03-12Get rid of a ssh_say.Andreas Schneider1-1/+0
2008-03-12fixed the netdb problem ?Aris Adamantiadis1-1/+0
2008-03-07first part of win32 patchesAris Adamantiadis1-5/+7
2005-10-04added the gcrypt patch (without gcrypt as default library).Aris Adamantiadis1-0/+1
2005-08-26file opening/reading works :).Aris Adamantiadis1-2/+20
2005-08-26sftp server implementation :)Aris Adamantiadis1-0/+244