index
:
dropbear
bindtodevice
master
Smallish SSH server and client
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
dropbearkey.c
Age
Commit message (
Expand
)
Author
2016-01-01
more hard tab
Francois Perrad
2015-12-31
refactor indentation with hard tab
Francois Perrad
2015-01-24
Default client key path ~/.ssh/id_dropbear
Matt Johnston
2013-11-14
rename random.h to dbrandom.h since some OSes have a system random.h
Matt Johnston
2013-11-07
Add '-R' for delayed hostkey option
Matt Johnston
2013-11-07
refactor key generation, make it generate as required.
Matt Johnston
2013-11-01
Fix specifying a keysize for key generation, fix key name arguments
Matt Johnston
2013-10-31
Default to some larger key sizes
Matt Johnston
2013-05-25
have separate ecdsa keys for each size
Matt Johnston
2013-05-09
quieten the compiler
Matt Johnston
2013-05-09
Fix build for dropbearkey and ecdsa with certain options
Matt Johnston
2013-05-03
ecdsa is working
Matt Johnston
2013-04-28
more ecdsa signkey work, not correct
Matt Johnston
2013-04-09
start on ecdsa keys
Matt Johnston
2013-03-21
Add URL to usage text
Matt Johnston
2011-02-27
Refer to RFCs rather than drafts, update some section references
Matt Johnston
2007-08-08
Make dropbearkey only generate 1024 bit keys
Matt Johnston
2006-07-07
Fixes from Erik Hovland:
Matt Johnston
2006-06-07
Add -N "no remote command" dbclient option.
Matt Johnston
2006-06-07
Include user@host in the pubkey line, since it's sometimes very useful
Matt Johnston
2005-01-02
Fixed DEBUG_TRACE macro so that we don't get semicolons left about the place
Matt Johnston
2004-08-18
DEBUG_TRACE now only triggers with -v on the cmdline
Matt Johnston
2004-08-14
Dropbearkey can now print out pubkey portions
Matt Johnston
2004-08-12
Merging in the changes from 0.41-0.43 main Dropbear tree
Matt Johnston
2004-07-27
Switching to the magical new Makefile, and new dbmulti style
Matt Johnston
2004-06-01
Makefile.in contains updated files required
Matt Johnston