summaryrefslogtreecommitdiff
path: root/scp.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused argument of do_cmd() in scp.c (#125)Anton Bershanskiy2021-08-191-4/+3
* scp.c: Port OpenSSH CVE-2018-20685 fix (#80)Haelwenn Monnier2020-05-251-1/+2
* Convert #ifdef to #if, other build changesMatt Johnston2016-05-041-9/+9
* add the idiomatic do/while(0) in the macro SCREWUPFrancois Perrad2015-12-311-1/+1
* explicitly initialization of static variablesFrancois Perrad2016-01-011-4/+4
* use #ifdef like everywhereFrancois Perrad2015-12-311-1/+1
* Merge branch '20151231_indent' of https://github.com/fperrad/dropbear into fp...Matt Johnston2016-03-151-2/+2
|\
| * more hard tabFrancois Perrad2016-01-011-2/+2
* | Don't fail if can't get the usernameMatt Johnston2016-01-191-6/+2
* | Add note about OpenSSH originMatt Johnston2016-01-191-0/+3
|/
* S_IWUSR rather than S_IWRITE for scpMatt Johnston2015-11-041-1/+1
* Prepend DROPBEAR for scp.cNikolay Shopik2015-03-121-1/+1
* Some minor typo fixes, found by codespell.Thorsten Horstmann2015-02-241-1/+1
* Remove -o from scp helpMatt Johnston2014-10-231-1/+1
* use oldstyle commentsMatt Johnston2013-11-141-2/+2
* 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