Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | scp: Fixed documentation bug #9 | Aris Adamantiadis | 2011-09-02 | 1 | -2/+6 |
| | | | | (cherry picked from commit 99e6fde751365f0f3508ce9e1899d28ca4c3edb3) | ||||
* | Fixed ssh_scp_write so it works when doing recursive copy | Einar Floystad Dorum | 2011-08-08 | 1 | -11/+19 |
| | | | | | | | | | | | | | There where two issues with ssh_scp_write: 1) It did not write a status message after the last write and OpenSSH would then give up after the write finished. 2) OpenSSH would sometimes write a status message, after near ends write. If scp_write didn't handle it, and subsequent status message. The remote window would shrink to zero and ssh_channel_write would start returning 0. Signed-off-by: Einar Floystad Dorum <einarfd@mailthief.com> Signed-off-by: Andreas Schneider <asn@cryptomilk.org> (cherry picked from commit 01c4b713dc57d16612c3b61e1857fb982623dd12) | ||||
* | scp: Fix potential infinite loop in ssh_scp_close | Mark Riordan | 2011-04-14 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Mark Riordan <mriordan@ipswitch.com> Signed-off-by: Andreas Schneider <asn@cryptomilk.org> (cherry picked from commit 5939cfe78af88710fb88f93ee435b78b93022f4e) | ||||
* | scp: Fixed a build warning on Windows. | Andreas Schneider | 2011-01-02 | 1 | -1/+1 |
| | |||||
* | misc: Rename libssh/ to src/ | Andreas Schneider | 2010-09-06 | 1 | -0/+752 |