summaryrefslogtreecommitdiffhomepage
path: root/default_options.h
AgeCommit message (Collapse)Author
2018-03-01mention localoptions.h being build directory, fix underscore in CHANGESMatt Johnston
2018-02-26make group1 client-onlyMatt Johnston
2018-02-26disable group1 in default configMatt Johnston
2018-02-19- Fix dependencies and remove old default_options.h from version controlMatt 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-18missed regeneratingMatt Johnston
2018-02-18rename some options and move some to sysoptions.hMatt Johnston
2018-02-14update default_options.hMatt 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
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-24add configuration option for default RSA size.Matt Johnston
print key size with dropbearkey
2016-05-04Add 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"