aboutsummaryrefslogtreecommitdiff
path: root/src/scp.c
AgeCommit message (Collapse)AuthorFilesLines
2013-08-12scp: Document more scp functionts.Andreas Schneider1-3/+31
2013-07-22scp: Cast return value from uint64_t to size_t.Andreas Schneider1-1/+1
2013-07-14src: Migrate to SSH_LOG.Andreas Schneider1-4/+4
2012-10-12scp: Make sure buffer is initialzed.Andreas Schneider1-1/+1
Found by Coverity.
2012-10-09scp: Check return value of ssh_channel_poll.Andreas Schneider1-1/+5
Found by Coverity.
2011-09-18priv: Remove crypto.h and add correct includes to src files.Andreas Schneider1-0/+3
2011-09-18scp: introduce a 64bits getter to respect ABIAris Adamantiadis1-1/+14
2011-09-02scp: Fixed documentation bug #9Aris Adamantiadis1-2/+6
2011-08-08Fixed ssh_scp_write so it works when doing recursive copyEinar Floystad Dorum1-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>
2011-05-20scp: Fixed documentation bugs. bug #8Aris Adamantiadis1-0/+4
2011-04-15scp: More correct fix for snprintf 64-bit format.Andreas Schneider1-2/+2
2011-04-15scp: Fix snprintf format for 64-bit size on SCP push.Mark Riordan1-2/+2
Signed-off-by: Mark Riordan <mriordan@ipswitch.com> Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2011-04-15scp: Support huge files by changing size to 64-bit type.Mark Riordan1-7/+28
Signed-off-by: Mark Riordan <mriordan@ipswitch.com> Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2011-04-14scp: Fix potential infinite loop in ssh_scp_closeMark Riordan1-1/+1
Signed-off-by: Mark Riordan <mriordan@ipswitch.com> Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2011-01-02scp: Fixed a build warning on Windows.Andreas Schneider1-1/+1
2010-09-06misc: Rename libssh/ to src/Andreas Schneider1-0/+752