index
:
dropbear
bindtodevice
master
Smallish SSH server and client
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
gensignkey.c
Age
Commit message (
Expand
)
Author
2020-03-14
Fallback for key gen without hard link support (#89)
Matt Robinson
2020-03-12
Add Ed25519 support (#91)
Vladislav Grishenko
2019-10-18
bring back fsync_parent_dir
Matt Johnston
2017-06-24
add configuration option for default RSA size.
Matt Johnston
2017-05-18
merge 2017.75
Matt Johnston
2016-11-19
Use atomic key generation in all cases
Matt Johnston
2016-05-04
Convert #ifdef to #if, other build changes
Matt Johnston
2016-01-01
more hard tab
Francois Perrad
2015-01-04
Open directories O_RDONLY for fsync, add debugging if it fails
Matt Johnston
2014-11-08
Make sure hostkeys are flushed to disk to avoid empty files if the power
Matt Johnston
2014-01-28
Fix check for EINTR
Matt Johnston
2013-11-14
rename random.h to dbrandom.h since some OSes have a system random.h
Matt Johnston
2013-11-14
use oldstyle comments
Matt Johnston
2013-11-14
- Some fixes for old compilers like tru64 v4 from Daniel Richard G.
Matt Johnston
2013-11-12
Various cleanups and fixes for warnings
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