summaryrefslogtreecommitdiffstats
path: root/src/sftp.c
Commit message (Collapse)AuthorAgeFilesLines
* src: Remove enter_function() and leave_function().Andreas Schneider2013-07-141-11/+7
|
* src: Migrate to SSH_LOG.Andreas Schneider2013-07-141-16/+16
|
* sftp: more flexibility on channelsAris Adamantiadis2013-07-131-0/+31
| | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
* CVE-2012-4559: Make sure we don't free name and longname twice on error.Andreas Schneider2012-11-141-10/+16
|
* sftp: Don't leak owner and group in sftp_parse_attr_4.Andreas Schneider2012-10-121-6/+15
|
* sftp: Fix a possible null pointer dereference in sftp_async_read.Andreas Schneider2012-10-071-1/+6
|
* sftp: Harden sftp_extension_supported() against null pointers.Andreas Schneider2012-10-051-2/+10
|
* sftp: Fix a memory on error in sftp_opendir().Andreas Schneider2012-10-051-0/+1
|
* build: Fix missing struct in_addr warning.Andreas Schneider2012-07-171-0/+1
|
* sftp: Fix bug in sftp_mkdir not returning on error.Andreas Schneider2012-07-171-0/+1
| | | | resolves: #84
* sftp: Fix memory leak in sftp_free() on server.Andreas Schneider2012-02-041-0/+3
| | | | Thanks to Tom Judge for the report.
* priv: Start to remove enter_function.Andreas Schneider2011-09-181-65/+0
|
* error: Use macros for error functions.Andreas Schneider2011-09-171-8/+8
|
* 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>
* sftp: Reset eof on seek operations.Andreas Schneider2011-05-261-0/+3
| | | | This fixes bug #48.
* Fix assertion with Visual Studio because of %zu.Andreas Schneider2011-04-151-2/+2
|
* sftp: Fixed double-free in sftp_unlink().Mark Riordan2011-04-081-1/+3
|
* 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