summaryrefslogtreecommitdiffhomepage
path: root/scp.c
AgeCommit message (Expand)Author
2015-11-04S_IWUSR rather than S_IWRITE for scpMatt Johnston
2015-03-12Prepend DROPBEAR for scp.cNikolay Shopik
2015-02-24Some minor typo fixes, found by codespell.Thorsten Horstmann
2014-10-23Remove -o from scp helpMatt Johnston
2013-11-14use oldstyle commentsMatt Johnston
2013-03-31Fix incorrect logic for USE_VFORK and calling arg_setup()Matt Johnston
2012-04-24Ignore -q if SCP_PROGRESS isn't setMatt Johnston
2012-04-09Rename HAVE_FORK to USE_VFORKMatt Johnston
2012-04-08check for fork() and not __uClinux__Mike Frysinger
2011-11-07Use "uint64_t" instead of "u_int64_t" since the Solaris doesn't have theMatt Johnston
2009-09-02- Remove options that dbclient won't know aboutMatt Johnston
2008-11-02- use vfork()/_exit() for uclinuxMatt Johnston
2007-07-28Stop scp passing arguments that dbclient doesn't understandMatt Johnston
2007-07-19uClinux ifdef was accidentally invertedMatt Johnston
2006-03-08code was untested and wrong.Matt Johnston
2006-03-08Update to scp from OpenSSH portable 4.3p2Matt Johnston
2006-03-08some minor cleanups to the uClinux partsMatt Johnston
2006-02-28Merge of the uClinux-dist patch, should work in inetd modeMatt Johnston
2005-03-13* fix longstanding bug with connections being closed on failure toMatt Johnston
2004-08-24Fix for "-l" scp optionMatt Johnston
2004-07-27Progressing client supportMatt Johnston
2004-06-01Makefile.in contains updated files requiredMatt Johnston