Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert f2c2687ca6c6c7e25c9a547227027ab28eb4fc16 | Aris Adamantiadis | 2014-02-05 | 1 | -1/+1 |
| | | | | | Fix bug #142 The mode does need to be an octal numeric string. Mode 0600 now gets sent on the wire as 0384, triggering a "scp: protocol error: bad mode" response, and an "scp status code 1d not valid" message from libssh. | ||||
* | src: Define MAX_BUF_SIZE globally and use it. | Joseph Southwell | 2014-02-02 | 1 | -2/+2 |
| | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
* | scp: Fixed result of ssh_scp_string_mode() to get SCP working. | Oliver Stöneberg | 2013-10-18 | 1 | -1/+1 |
| | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
* | scp: Document more scp functionts. | Andreas Schneider | 2013-08-12 | 1 | -3/+31 |
| | |||||
* | scp: Cast return value from uint64_t to size_t. | Andreas Schneider | 2013-07-22 | 1 | -1/+1 |
| | |||||
* | src: Migrate to SSH_LOG. | Andreas Schneider | 2013-07-14 | 1 | -4/+4 |
| | |||||
* | scp: Make sure buffer is initialzed. | Andreas Schneider | 2012-10-12 | 1 | -1/+1 |
| | | | | Found by Coverity. | ||||
* | scp: Check return value of ssh_channel_poll. | Andreas Schneider | 2012-10-09 | 1 | -1/+5 |
| | | | | Found by Coverity. | ||||
* | 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 |