aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/dropbear/patches/010-runtime-maxauthtries.patch
Commit message (Collapse)AuthorAgeFilesLines
* dropbear: server support option '-T' max auth triesKevin Darbyshire-Bryant2017-06-281-0/+130
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>