summaryrefslogtreecommitdiff
path: root/svr-runopts.c
Commit message (Expand)AuthorAgeFilesLines
* Add manpage entry for -z, change help textMatt Johnston2022-11-101-1/+1
* Make IP Type-Of-Service feature optionalPetr Štetiar2022-11-101-0/+5
* Merge pull request #160 from Jackkal/two-factor-authenticationMatt Johnston2022-11-091-0/+9
|\
| * Add check for -t -s clashMatt Johnston2022-11-091-0/+4
| * Two-factor authentication support (pubkey and password)Jackkal2022-04-291-0/+5
* | Fix plugin argumentMatt Johnston2022-11-091-9/+9
* | Fix MAX_UNAUTH_CLIENTS regressionMatt Johnston2022-06-081-3/+12
|/
* Fix IPv6 address parsing for dbclient -bMatt Johnston2022-04-011-44/+22
* Allow user space file locations (rootless support)Begley Brothers Inc2022-03-301-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-121-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-3/+25
|\ \ | |/
| * 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-0/+22
| |\
| | * Added the -G option to allow logins only for users that are members of a cert...stellarpower2018-02-201-0/+22
| * | Only load dropbear default host keys if a key is not specifiedCamVan Nguyen2018-02-221-3/+6
| |/
* | merge from mainMatt Johnston2018-02-171-5/+5
|\ \ | |/
| * options: Complete the transition to numeric toggles (`#if')Michael Witten2018-02-161-5/+5
* | merge up to dateMatt Johnston2018-01-231-0/+17
|\ \ | |/
| * 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-06-251-0/+17
* | merge from mainMatt Johnston2017-06-141-2/+2
|\ \ | |/
| * when pointer, use NULL instead of 0Francois Perrad2017-06-021-2/+2
* | merge main to fuzzMatt Johnston2017-05-181-38/+43
|\ \ | |/
| * 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
* | fuzz harnessMatt Johnston2017-05-131-58/+0
* | copy over some fuzzing code from AFL branchMatt Johnston2017-05-121-0/+59
|/
* Moved usingsyslog from svr_runopts to runopts.Konstantin Tokarev2015-12-151-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