summaryrefslogtreecommitdiffhomepage
path: root/default_options.h
AgeCommit message (Collapse)Author
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"