aboutsummaryrefslogtreecommitdiff
path: root/examples/libssh_scp.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-27examples: Add null checks in libssh_scp.cAnderson Toshiyuki Sasaki1-0/+10
2018-09-27examples: Fix libssh_scp.c code styleAnderson Toshiyuki Sasaki1-276/+321
2018-09-27examples: Fix possible memory leak in libssh_scp.cAnderson Toshiyuki Sasaki1-20/+89
2015-05-05example: Fix a use after free in the scp exampleAndreas Schneider1-0/+1
2013-07-14examples: Check return value of fstat().Andreas Schneider1-1/+4
2013-07-14examples: Make sure we have a valid scp pointer.Andreas Schneider1-1/+9
2013-06-19examples: Check return value of fileno().Andreas Schneider1-1/+5
2013-06-19examples: Fix a possible memory leak.Andreas Schneider1-1/+9
2013-06-13examples: Fix a use after free in scp example.Andreas Schneider1-1/+1
2012-02-19examples: Make variables static in scp example.Andreas Schneider1-4/+4
2011-08-03examples: Fix permissions of the file we copy.Andreas Schneider1-1/+1
2011-01-06examples: Use the src mode in scp do_copy function.Andreas Schneider1-2/+2
2009-10-29Make libssh_scp a little more consistantAris Adamantiadis1-19/+18
2009-09-23Shut up warning in libssh_scpAris Adamantiadis1-0/+1
2009-09-13Cycle the fetchs, remove the ssh_connect functionAris Adamantiadis1-45/+9
2009-09-13add support for local output, scp inputAris Adamantiadis1-35/+109
2009-09-13Begin of scp reading in exampleAris Adamantiadis1-0/+17
2009-08-12some tweaks of scp exampleAris Adamantiadis1-1/+1
2009-08-10Latest scp codeAris Adamantiadis1-68/+25
2009-08-09Got the scp sample to workAris Adamantiadis1-13/+39
2009-07-25First implementation of a scp transfer toolAris Adamantiadis1-146/+192
2009-07-25New example directory with the begining of a scpAris Adamantiadis1-0/+220