summaryrefslogtreecommitdiffhomepage
path: root/svr-runopts.c
AgeCommit message (Expand)Author
2020-05-24send and handle SSH_MSG_EXT_INFO only at the correct pointMatt Johnston
2020-05-21Make server send SSH_MSG_EXT_INFOMatt Johnston
2020-03-12Add Ed25519 support (#91)Vladislav Grishenko
2019-05-15Rename EPKA -> PluginMatt Johnston
2019-05-15External Public-Key Authentication API (#72)fabriziobertocci
2018-03-08Only advertise a single server ecdsa key when -R (generate as required) isMatt Johnston
2018-02-28merge from mainMatt Johnston
2018-02-27add guard HAVE_GETGROUPLISTMatt Johnston
2018-02-26merge from mainMatt Johnston
2018-02-26more linting (#58)François Perrad
2018-02-26Fix restricted group code for BSDs, move to separate functionMatt Johnston
2018-02-22Merge branch 'master' of git://github.com/stellarpower/dropbear into stellarp...Matt Johnston
2018-02-22Only load dropbear default host keys if a key is not specifiedCamVan Nguyen
2018-02-20Added the -G option to allow logins only for users that are members of a cert...stellarpower
2018-02-17merge from mainMatt Johnston
2018-02-16options: Complete the transition to numeric toggles (`#if')Michael Witten
2018-01-23merge up to dateMatt Johnston
2017-06-27Use MAX_AUTH_TRIES rather than DEFAULT_AUTH_TRIES, don't limit argument rangeMatt Johnston
2017-06-25dropbear server: support -T max auth triesKevin Darbyshire-Bryant
2017-06-14merge from mainMatt Johnston
2017-06-02when pointer, use NULL instead of 0Francois Perrad
2017-05-18merge main to fuzzMatt Johnston
2017-05-13fuzz harnessMatt Johnston
2017-05-12copy over some fuzzing code from AFL branchMatt Johnston
2016-05-04Convert #ifdef to #if, other build changesMatt Johnston
2016-04-12Add manpage and log for forced_commandMatt Johnston
2016-04-12Add -c <command> option to force a specific commandJeremy Kerr
2015-12-15Moved usingsyslog from svr_runopts to runopts.Konstantin Tokarev
2015-12-02ports and addresses must be malloced to avoid segfault on exitMatt Johnston
2015-11-25mention dropbearkey tooMatt Johnston
2015-11-25Mention "dropbear -R" if no hostkeysMatt Johnston
2015-11-06Enable bundlingGuilhem Moulin
2015-10-28Warn rather than fail if flags have trailing partsMatt Johnston
2015-10-21don't silently ignore extra flag argumentsMatt Johnston
2015-01-28Disable non-delayed zlib for serverMatt Johnston
2014-10-22Don't print "Failed loading hostkey" when -R delayed hostkey option is enabledSteven Honeyman
2014-07-27- Don't use multichar constants since recent gcc complainsMatt Johnston
2014-07-27Add '-V' for versionMatt Johnston
2013-12-03Fix disabling DSS keyMatt Johnston
2013-12-03Exit if we don't have keys and -R wasn't specifiedMatt Johnston
2013-11-14use oldstyle commentsMatt Johnston
2013-11-12Various cleanups and fixes for warningsMatt Johnston
2013-11-07Add '-R' for delayed hostkey optionMatt Johnston
2013-11-07refactor key generation, make it generate as required.Matt Johnston
2013-05-25have separate ecdsa keys for each sizeMatt Johnston
2013-05-21Fix broken disablekey()Matt Johnston
2013-05-03ecdsa is workingMatt Johnston
2013-03-21Add URL to usage textMatt Johnston
2013-03-19Allow specifying server "-p" options with ipv6 bracket notation,Matt Johnston
2013-02-12Allow configuring "allow blank password option" at runtimePaul Eggleton