Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-01 | mention localoptions.h being build directory, fix underscore in CHANGES | Matt Johnston | |
2018-02-26 | make group1 client-only | Matt Johnston | |
2018-02-26 | disable group1 in default config | Matt Johnston | |
2018-02-19 | - Fix dependencies and remove old default_options.h from version control | Matt Johnston | |
- Rename default_options.h.in -> default_options.h, and default_options.h -> default_options_guard.h - Fix newlines in default_options.h | |||
2018-02-18 | missed regenerating | Matt Johnston | |
2018-02-18 | rename some options and move some to sysoptions.h | Matt Johnston | |
2018-02-14 | update default_options.h | 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 | |
Add support for '-T n' for a run-time specification for maximum number of authentication attempts where 'n' is between 1 and compile time option MAX_AUTH_TRIES. A default number of tries can be specified at compile time using 'DEFAULT_AUTH_TRIES' which itself defaults to MAX_AUTH_TRIES for backwards compatibility. Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk> | |||
2017-06-24 | add configuration option for default RSA size. | Matt Johnston | |
print key size with dropbearkey | |||
2016-05-04 | Add generated header default_options.h to version control. | Matt Johnston | |
This is a workaround since I cannot figure how to get dependencies to work properly with "make -j" |