summaryrefslogtreecommitdiff
path: root/scp.c
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect logic for USE_VFORK and calling arg_setup()Matt Johnston2013-03-311-1/+1
* Ignore -q if SCP_PROGRESS isn't setMatt Johnston2012-04-241-2/+2
* Rename HAVE_FORK to USE_VFORKMatt Johnston2012-04-091-7/+7
* check for fork() and not __uClinux__Mike Frysinger2012-04-081-29/+30
* Use "uint64_t" instead of "u_int64_t" since the Solaris doesn't have theMatt Johnston2011-11-071-1/+1
* - Remove options that dbclient won't know aboutMatt Johnston2009-09-021-1/+5
* - use vfork()/_exit() for uclinuxMatt Johnston2008-11-021-1/+14
* Stop scp passing arguments that dbclient doesn't understandMatt Johnston2007-07-281-4/+0
* uClinux ifdef was accidentally invertedMatt Johnston2007-07-191-1/+1
* code was untested and wrong.Matt Johnston2006-03-081-9/+9
* Update to scp from OpenSSH portable 4.3p2Matt Johnston2006-03-081-148/+195
* some minor cleanups to the uClinux partsMatt Johnston2006-03-081-6/+6
* Merge of the uClinux-dist patch, should work in inetd modeMatt Johnston2006-02-281-0/+32
* * fix longstanding bug with connections being closed on failure toMatt Johnston2005-03-131-3/+0
* Fix for "-l" scp optionMatt Johnston2004-08-241-2/+4
* Progressing client supportMatt Johnston2004-07-271-1/+6
* Makefile.in contains updated files requiredMatt Johnston2004-06-011-0/+1163