aboutsummaryrefslogtreecommitdiff
path: root/src/scp.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-05Revert f2c2687ca6c6c7e25c9a547227027ab28eb4fc16Aris Adamantiadis1-1/+1
2014-02-02src: Define MAX_BUF_SIZE globally and use it.Joseph Southwell1-2/+2
2013-10-18scp: Fixed result of ssh_scp_string_mode() to get SCP working.Oliver Stöneberg1-1/+1
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
2012-10-09scp: Check return value of ssh_channel_poll.Andreas Schneider1-1/+5
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
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
2011-04-15scp: Support huge files by changing size to 64-bit type.Mark Riordan1-7/+28
2011-04-14scp: Fix potential infinite loop in ssh_scp_closeMark Riordan1-1/+1
2011-01-02scp: Fixed a build warning on Windows.Andreas Schneider1-1/+1
2010-09-06misc: Rename libssh/ to src/Andreas Schneider1-0/+752