index
:
dropbear
bindtodevice
master
Smallish SSH server and client
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
svr-runopts.c
Age
Commit message (
Expand
)
Author
2020-05-24
send and handle SSH_MSG_EXT_INFO only at the correct point
Matt Johnston
2020-05-21
Make server send SSH_MSG_EXT_INFO
Matt Johnston
2020-03-12
Add Ed25519 support (#91)
Vladislav Grishenko
2019-05-15
Rename EPKA -> Plugin
Matt Johnston
2019-05-15
External Public-Key Authentication API (#72)
fabriziobertocci
2018-03-08
Only advertise a single server ecdsa key when -R (generate as required) is
Matt Johnston
2018-02-28
merge from main
Matt Johnston
2018-02-27
add guard HAVE_GETGROUPLIST
Matt Johnston
2018-02-26
merge from main
Matt Johnston
2018-02-26
more linting (#58)
François Perrad
2018-02-26
Fix restricted group code for BSDs, move to separate function
Matt Johnston
2018-02-22
Merge branch 'master' of git://github.com/stellarpower/dropbear into stellarp...
Matt Johnston
2018-02-22
Only load dropbear default host keys if a key is not specified
CamVan Nguyen
2018-02-20
Added the -G option to allow logins only for users that are members of a cert...
stellarpower
2018-02-17
merge from main
Matt Johnston
2018-02-16
options: Complete the transition to numeric toggles (`#if')
Michael Witten
2018-01-23
merge up to date
Matt Johnston
2017-06-27
Use MAX_AUTH_TRIES rather than DEFAULT_AUTH_TRIES, don't limit argument range
Matt Johnston
2017-06-25
dropbear server: support -T max auth tries
Kevin Darbyshire-Bryant
2017-06-14
merge from main
Matt Johnston
2017-06-02
when pointer, use NULL instead of 0
Francois Perrad
2017-05-18
merge main to fuzz
Matt Johnston
2017-05-13
fuzz harness
Matt Johnston
2017-05-12
copy over some fuzzing code from AFL branch
Matt Johnston
2016-05-04
Convert #ifdef to #if, other build changes
Matt Johnston
2016-04-12
Add manpage and log for forced_command
Matt Johnston
2016-04-12
Add -c <command> option to force a specific command
Jeremy Kerr
2015-12-15
Moved usingsyslog from svr_runopts to runopts.
Konstantin Tokarev
2015-12-02
ports and addresses must be malloced to avoid segfault on exit
Matt Johnston
2015-11-25
mention dropbearkey too
Matt Johnston
2015-11-25
Mention "dropbear -R" if no hostkeys
Matt Johnston
2015-11-06
Enable bundling
Guilhem Moulin
2015-10-28
Warn rather than fail if flags have trailing parts
Matt Johnston
2015-10-21
don't silently ignore extra flag arguments
Matt Johnston
2015-01-28
Disable non-delayed zlib for server
Matt Johnston
2014-10-22
Don't print "Failed loading hostkey" when -R delayed hostkey option is enabled
Steven Honeyman
2014-07-27
- Don't use multichar constants since recent gcc complains
Matt Johnston
2014-07-27
Add '-V' for version
Matt Johnston
2013-12-03
Fix disabling DSS key
Matt Johnston
2013-12-03
Exit if we don't have keys and -R wasn't specified
Matt Johnston
2013-11-14
use oldstyle comments
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
2013-05-25
have separate ecdsa keys for each size
Matt Johnston
2013-05-21
Fix broken disablekey()
Matt Johnston
2013-05-03
ecdsa is working
Matt Johnston
2013-03-21
Add URL to usage text
Matt Johnston
2013-03-19
Allow specifying server "-p" options with ipv6 bracket notation,
Matt Johnston
2013-02-12
Allow configuring "allow blank password option" at runtime
Paul Eggleton
[next]