summaryrefslogtreecommitdiff
path: root/svr-runopts.c
Commit message (Expand)AuthorAgeFilesLines
* Fix IPv6 address parsing for dbclient -bMatt Johnston2022-04-011-44/+22
* Allow user space file locations (rootless support)Begley Brothers Inc2020-07-091-3/+5
* Add -v variable debug levels for server tooMatt Johnston2022-03-241-2/+2
* Revert "Don't include sk keys at all in KEX list"Matt Johnston2022-03-241-0/+6
* Add re-exec for serverMatt Johnston2022-01-301-0/+19
* Don't include sk keys at all in KEX listMatt Johnston2022-01-231-6/+0
* Implement server-side support for sk-ecdsa U2F-backed keys (#142)egor-duda2022-01-221-0/+6
* Increase max window size to 10MB, fallback rather thanMatt Johnston2021-10-121-7/+4
* pass on sever process environment to child processes (option -e) (#118)Roland Vollgraf2021-08-191-0/+6
* send and handle SSH_MSG_EXT_INFO only at the correct pointMatt Johnston2020-05-241-1/+1
* Make server send SSH_MSG_EXT_INFOMatt Johnston2020-05-211-3/+3
* Add Ed25519 support (#91)Vladislav Grishenko2020-03-111-0/+24
* Rename EPKA -> PluginMatt Johnston2019-05-151-5/+5
* External Public-Key Authentication API (#72)fabriziobertocci2019-05-151-4/+31
* Only advertise a single server ecdsa key when -R (generate as required) isMatt Johnston2018-03-081-24/+35
* merge from mainMatt Johnston2018-02-281-1/+8
|\
| * add guard HAVE_GETGROUPLISTMatt Johnston2018-02-271-1/+8
* | merge from mainMatt Johnston2018-02-261-0/+1
|\ \ | |/ |/|
| * merge from mainMatt Johnston2018-02-171-0/+1
| |\
| | * merge up to dateMatt Johnston2018-01-231-0/+1
| | |\
| | | * merge from mainMatt Johnston2017-06-141-0/+1
| | | |\
| | | | * merge main to fuzzMatt Johnston2017-05-181-0/+1
| | | | |\
| | | | | * fuzz harnessMatt Johnston2017-05-131-58/+0
| | | | | * copy over some fuzzing code from AFL branchMatt Johnston2017-05-121-0/+59
* | | | | | more linting (#58)Fran?ois Perrad2018-02-261-1/+1
* | | | | | Fix restricted group code for BSDs, move to separate functionMatt Johnston2018-02-261-17/+14
* | | | | | Merge branch 'master' of git://github.com/stellarpower/dropbear into stellarp...Matt Johnston2018-02-221-3/+6
|\ \ \ \ \ \
| * | | | | | Only load dropbear default host keys if a key is not specifiedCamVan Nguyen2018-02-221-3/+6
| |/ / / / /
* | | | | | Added the -G option to allow logins only for users that are members of a cert...stellarpower2018-02-201-0/+22
|/ / / / /
* | | | | options: Complete the transition to numeric toggles (`#if')Michael Witten2017-07-201-5/+5
|/ / / /
* | | | Use MAX_AUTH_TRIES rather than DEFAULT_AUTH_TRIES, don't limit argument rangeMatt Johnston2017-06-271-5/+5
* | | | dropbear server: support -T max auth triesKevin Darbyshire-Bryant2017-05-291-0/+17
|/ / /
* | | when pointer, use NULL instead of 0Francois Perrad2017-06-021-2/+2
|/ /
* | Convert #ifdef to #if, other build changesMatt Johnston2016-05-041-38/+34
* | Add manpage and log for forced_commandMatt Johnston2016-04-121-0/+4
* | Add -c <command> option to force a specific commandJeremy Kerr2016-04-121-0/+5
|/
* Moved usingsyslog from svr_runopts to runopts.Konstantin Tokarev2015-12-011-2/+2
* ports and addresses must be malloced to avoid segfault on exitMatt Johnston2015-12-021-20/+22
* mention dropbearkey tooMatt Johnston2015-11-251-1/+1
* Mention "dropbear -R" if no hostkeysMatt Johnston2015-11-251-1/+1
* Enable bundlingGuilhem Moulin2015-11-061-28/+33
* Warn rather than fail if flags have trailing partsMatt Johnston2015-10-281-2/+3
* don't silently ignore extra flag argumentsMatt Johnston2015-10-211-1/+6
* Disable non-delayed zlib for serverMatt Johnston2015-01-281-1/+7
* Don't print "Failed loading hostkey" when -R delayed hostkey option is enabledSteven Honeyman2014-10-221-1/+3
* - Don't use multichar constants since recent gcc complainsMatt Johnston2014-07-271-1/+1
* Add '-V' for versionMatt Johnston2014-07-271-1/+6
* Fix disabling DSS keyMatt Johnston2013-12-031-21/+8
* Exit if we don't have keys and -R wasn't specifiedMatt Johnston2013-12-031-0/+26
* use oldstyle commentsMatt Johnston2013-11-141-1/+1