Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | priv: Remove crypto.h and add correct includes to src files. | Andreas Schneider | 2011-09-18 | 1 | -0/+3 |
| | |||||
* | scp: introduce a 64bits getter to respect ABI | Aris Adamantiadis | 2011-09-18 | 1 | -1/+14 |
| | |||||
* | scp: Fixed documentation bug #9 | Aris Adamantiadis | 2011-09-02 | 1 | -2/+6 |
| | |||||
* | 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> | ||||
* | scp: Fixed documentation bugs. bug #8 | Aris Adamantiadis | 2011-05-20 | 1 | -0/+4 |
| | |||||
* | scp: More correct fix for snprintf 64-bit format. | Andreas Schneider | 2011-04-15 | 1 | -2/+2 |
| | |||||
* | scp: Fix snprintf format for 64-bit size on SCP push. | Mark Riordan | 2011-04-15 | 1 | -2/+2 |
| | | | | | Signed-off-by: Mark Riordan <mriordan@ipswitch.com> Signed-off-by: Andreas Schneider <asn@cryptomilk.org> | ||||
* | scp: Support huge files by changing size to 64-bit type. | Mark Riordan | 2011-04-15 | 1 | -7/+28 |
| | | | | | Signed-off-by: Mark Riordan <mriordan@ipswitch.com> Signed-off-by: Andreas Schneider <asn@cryptomilk.org> | ||||
* | 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> | ||||
* | 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 |