Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | error: Use macros for error functions. | Andreas Schneider | 2011-09-17 | 1 | -8/+8 |
| | |||||
* | 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> | ||||
* | sftp: Reset eof on seek operations. | Andreas Schneider | 2011-05-26 | 1 | -0/+3 |
| | | | | This fixes bug #48. | ||||
* | Fix assertion with Visual Studio because of %zu. | Andreas Schneider | 2011-04-15 | 1 | -2/+2 |
| | |||||
* | sftp: Fixed double-free in sftp_unlink(). | Mark Riordan | 2011-04-08 | 1 | -1/+3 |
| | |||||
* | 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 |