summaryrefslogtreecommitdiffstats
path: root/src/sftp.c
Commit message (Collapse)AuthorAgeFilesLines
* CVE-2012-4559: Make sure we don't free name and longname twice on error.Andreas Schneider2012-11-141-10/+16
|
* sftp: Harden sftp_extension_supported() against null pointers.Andreas Schneider2012-10-051-2/+10
| | | | (cherry picked from commit 22f607649d7dc530df84b7b90781ce0b88153095)
* sftp: Fix a memory on error in sftp_opendir().Andreas Schneider2012-10-051-0/+1
| | | | (cherry picked from commit b5c4b090da254c1ad3689983b0cb999b09aa3394)
* build: Fix missing struct in_addr warning.Andreas Schneider2012-07-171-0/+1
| | | | (cherry picked from commit 782b2e37c6a4e0254e2b596b9182043c5ebabd75)
* sftp: Fix bug in sftp_mkdir not returning on error.Andreas Schneider2012-07-171-0/+1
| | | | | resolves: #84 (cherry picked from commit a92c97b2e17715c1b3cdd693d14af6c3311d8e44)
* sftp: Handle short reads of sftp_async_read().Jonas Jonsson2011-08-291-3/+2
| | | | | | | | | sftp_async_read() and sftp_async_read_begin() assume that the whole read will be successful but when this is not the case, the offset will be wrong. Signed-off-by: Andreas Schneider <asn@cryptomilk.org> (cherry picked from commit d1df255df46b0b59ce5abfa1b2a4b971ebb4fb64)
* sftp: Reset eof on seek operations.Andreas Schneider2011-05-261-0/+3
| | | | | This fixes bug #48. (cherry picked from commit c483418b8210bc47a765f6b0e0dc99aec63e80fd)
* Fix assertion with Visual Studio because of %zu.Andreas Schneider2011-04-151-2/+2
| | | | (cherry picked from commit ef658b4bef82670b6064078df355d6b6cf5ac999)
* sftp: Fixed double-free in sftp_unlink().Mark Riordan2011-04-081-1/+3
| | | | (cherry picked from commit 29bb718a93969ef429e86f3bb1734d2548846d46)
* sftp: Fixed a memory leak in sftp_xstat.Andreas Schneider2010-12-271-1/+4
| | | | Thanks to dsc for the bug report.
* Removed references to ssh_buffer_get_beginAris Adamantiadis2010-10-031-6/+6
|
* Convert sftp.c to ssh_channel_readAris Adamantiadis2010-10-011-6/+22
|
* misc: Rename libssh/ to src/Andreas Schneider2010-09-061-0/+3207