aboutsummaryrefslogtreecommitdiff
path: root/src/sftp.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-14src: Remove enter_function() and leave_function().Andreas Schneider1-11/+7
2013-07-14src: Migrate to SSH_LOG.Andreas Schneider1-16/+16
2013-07-13sftp: more flexibility on channelsAris Adamantiadis1-0/+31
2012-11-14CVE-2012-4559: Make sure we don't free name and longname twice on error.Andreas Schneider1-10/+16
2012-10-12sftp: Don't leak owner and group in sftp_parse_attr_4.Andreas Schneider1-6/+15
2012-10-07sftp: Fix a possible null pointer dereference in sftp_async_read.Andreas Schneider1-1/+6
2012-10-05sftp: Harden sftp_extension_supported() against null pointers.Andreas Schneider1-2/+10
2012-10-05sftp: Fix a memory on error in sftp_opendir().Andreas Schneider1-0/+1
2012-07-17build: Fix missing struct in_addr warning.Andreas Schneider1-0/+1
2012-07-17sftp: Fix bug in sftp_mkdir not returning on error.Andreas Schneider1-0/+1
2012-02-04sftp: Fix memory leak in sftp_free() on server.Andreas Schneider1-0/+3
2011-09-18priv: Start to remove enter_function.Andreas Schneider1-65/+0
2011-09-17error: Use macros for error functions.Andreas Schneider1-8/+8
2011-08-29sftp: Handle short reads of sftp_async_read().Jonas Jonsson1-3/+2
2011-05-26sftp: Reset eof on seek operations.Andreas Schneider1-0/+3
2011-04-15Fix assertion with Visual Studio because of %zu.Andreas Schneider1-2/+2
2011-04-08sftp: Fixed double-free in sftp_unlink().Mark Riordan1-1/+3
2010-12-27sftp: Fixed a memory leak in sftp_xstat.Andreas Schneider1-1/+4
2010-10-03Removed references to ssh_buffer_get_beginAris Adamantiadis1-6/+6
2010-10-01Convert sftp.c to ssh_channel_readAris Adamantiadis1-6/+22
2010-09-06misc: Rename libssh/ to src/Andreas Schneider1-0/+3207