Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CVE-2012-4559: Make sure we don't free name and longname twice on error. | Andreas Schneider | 2012-11-14 | 1 | -10/+16 |
| | |||||
* | sftp: Harden sftp_extension_supported() against null pointers. | Andreas Schneider | 2012-10-05 | 1 | -2/+10 |
| | | | | (cherry picked from commit 22f607649d7dc530df84b7b90781ce0b88153095) | ||||
* | sftp: Fix a memory on error in sftp_opendir(). | Andreas Schneider | 2012-10-05 | 1 | -0/+1 |
| | | | | (cherry picked from commit b5c4b090da254c1ad3689983b0cb999b09aa3394) | ||||
* | build: Fix missing struct in_addr warning. | Andreas Schneider | 2012-07-17 | 1 | -0/+1 |
| | | | | (cherry picked from commit 782b2e37c6a4e0254e2b596b9182043c5ebabd75) | ||||
* | sftp: Fix bug in sftp_mkdir not returning on error. | Andreas Schneider | 2012-07-17 | 1 | -0/+1 |
| | | | | | resolves: #84 (cherry picked from commit a92c97b2e17715c1b3cdd693d14af6c3311d8e44) | ||||
* | sftp: Handle short reads of sftp_async_read(). | Jonas Jonsson | 2011-08-29 | 1 | -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 Schneider | 2011-05-26 | 1 | -0/+3 |
| | | | | | This fixes bug #48. (cherry picked from commit c483418b8210bc47a765f6b0e0dc99aec63e80fd) | ||||
* | Fix assertion with Visual Studio because of %zu. | Andreas Schneider | 2011-04-15 | 1 | -2/+2 |
| | | | | (cherry picked from commit ef658b4bef82670b6064078df355d6b6cf5ac999) | ||||
* | sftp: Fixed double-free in sftp_unlink(). | Mark Riordan | 2011-04-08 | 1 | -1/+3 |
| | | | | (cherry picked from commit 29bb718a93969ef429e86f3bb1734d2548846d46) | ||||
* | sftp: Fixed a memory leak in sftp_xstat. | Andreas Schneider | 2010-12-27 | 1 | -1/+4 |
| | | | | Thanks to dsc for the bug report. | ||||
* | Removed references to ssh_buffer_get_begin | Aris Adamantiadis | 2010-10-03 | 1 | -6/+6 |
| | |||||
* | Convert sftp.c to ssh_channel_read | Aris Adamantiadis | 2010-10-01 | 1 | -6/+22 |
| | |||||
* | misc: Rename libssh/ to src/ | Andreas Schneider | 2010-09-06 | 1 | -0/+3207 |