index
:
dropbear
bindtodevice
master
Smallish SSH server and client
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
scp.c
Age
Commit message (
Expand
)
Author
2021-08-19
Remove unused argument of do_cmd() in scp.c (#125)
Anton Bershanskiy
2020-05-25
scp.c: Port OpenSSH CVE-2018-20685 fix (#80)
Haelwenn Monnier
2016-05-04
Convert #ifdef to #if, other build changes
Matt Johnston
2016-03-16
add the idiomatic do/while(0) in the macro SCREWUP
Francois Perrad
2016-03-16
explicitly initialization of static variables
Francois Perrad
2016-03-16
use #ifdef like everywhere
Francois Perrad
2016-03-15
Merge branch '20151231_indent' of https://github.com/fperrad/dropbear into fp...
Matt Johnston
2016-01-19
Don't fail if can't get the username
Matt Johnston
2016-01-19
Add note about OpenSSH origin
Matt Johnston
2016-01-01
more hard tab
Francois Perrad
2015-11-04
S_IWUSR rather than S_IWRITE for scp
Matt Johnston
2015-03-12
Prepend DROPBEAR for scp.c
Nikolay Shopik
2015-02-24
Some minor typo fixes, found by codespell.
Thorsten Horstmann
2014-10-23
Remove -o from scp help
Matt Johnston
2013-11-14
use oldstyle comments
Matt Johnston
2013-03-31
Fix incorrect logic for USE_VFORK and calling arg_setup()
Matt Johnston
2012-04-24
Ignore -q if SCP_PROGRESS isn't set
Matt Johnston
2012-04-09
Rename HAVE_FORK to USE_VFORK
Matt Johnston
2012-04-08
check for fork() and not __uClinux__
Mike Frysinger
2011-11-07
Use "uint64_t" instead of "u_int64_t" since the Solaris doesn't have the
Matt Johnston
2009-09-02
- Remove options that dbclient won't know about
Matt Johnston
2008-11-02
- use vfork()/_exit() for uclinux
Matt Johnston
2007-07-28
Stop scp passing arguments that dbclient doesn't understand
Matt Johnston
2007-07-19
uClinux ifdef was accidentally inverted
Matt Johnston
2006-03-08
code was untested and wrong.
Matt Johnston
2006-03-08
Update to scp from OpenSSH portable 4.3p2
Matt Johnston
2006-03-08
some minor cleanups to the uClinux parts
Matt Johnston
2006-02-28
Merge of the uClinux-dist patch, should work in inetd mode
Matt Johnston
2005-03-13
* fix longstanding bug with connections being closed on failure to
Matt Johnston
2004-08-24
Fix for "-l" scp option
Matt Johnston
2004-07-27
Progressing client support
Matt Johnston
2004-06-01
Makefile.in contains updated files required
Matt Johnston