Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-21 | limit password length to 100 | Matt Johnston | |
2018-08-23 | Wait to fail invalid usernames | Matt Johnston | |
2016-05-04 | Convert #ifdef to #if, other build changes | Matt Johnston | |
2015-06-04 | buf_getstring and buf_putstring now use non-unsigned char* | Matt Johnston | |
2015-06-03 | note about constant_time_strcmp and lengths | Matt Johnston | |
2013-10-03 | Constant time memcmp for the hmac and password crypt | Matt Johnston | |
2013-04-29 | Avoid segfault for locked accounts (invalid salt to crypt()) | Matt Johnston | |
2013-02-12 | Allow configuring "allow blank password option" at runtime | Paul Eggleton | |
Changes this from a compile-time switch to a command-line option. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> | |||
2012-05-09 | Fix empty password immediate login | Matt Johnston | |
2012-05-09 | Return immediate success for blank passwords if allowed | Matt Johnston | |
2011-10-26 | - Add ALLOW_BLANK_PASSWORD option | Matt Johnston | |
- Don't reject blank-password logins via public key --HG-- extra : convert_revision : 2d4bb3ecb013a7be47a7b470fc6b23e653a43dfb | |||
2011-02-23 | Improve capitalisation for all logged strings | Matt Johnston | |
--HG-- extra : convert_revision : 997e53cec7a9efb7413ac6e17b6be60a5597bd2e | |||
2008-01-13 | Make a copy of passwd fields since getpwnam()'s retval isn't safe to keep | Matt Johnston | |
--HG-- extra : convert_revision : 295b11312e327fe6c4f33512674ea4a1a9790344 | |||
2005-03-13 | * fix longstanding bug with connections being closed on failure to | Matt Johnston | |
connect to auth socket (server) * differentiate between get_byte and get_bool * get rid of some // comments * general tidying --HG-- extra : convert_revision : fb8d188ce33b6b45804a5ce51b9f601f83bdf3d7 | |||
2004-12-23 | Log the IP along with auth success/fail attempts | Matt Johnston | |
--HG-- extra : convert_revision : 25eab43bd46e931fd4afecec49c22b9311062099 | |||
2004-09-12 | Don't need to burn the payload buffer since process-packet.c does it | Matt Johnston | |
--HG-- extra : convert_revision : 12619953d6d88a1b8b0afc4dd5f6e0e2f8b324a0 | |||
2004-08-12 | Merging in the changes from 0.41-0.43 main Dropbear tree | Matt Johnston | |
--HG-- extra : convert_revision : 4c3428781bc8faf0fd7cadd7099fbd7f4ea386e7 | |||
2004-08-12 | cleaning up the pubkey defines | Matt Johnston | |
--HG-- extra : convert_revision : 149ce7a9a9cc5fe670994d6789b40be49895c595 | |||
2004-08-08 | burn the buffer a bit earlier | Matt Johnston | |
--HG-- extra : convert_revision : 1f069f6a8a2ecee6f2e22b51751b73982606accb | |||
2004-08-08 | Be a bit safer with reentrant pw_name | Matt Johnston | |
--HG-- extra : convert_revision : 6fa26817a93baeff5beb430be4e7e8127e1fd491 | |||
2004-07-27 | Progressing client support | Matt Johnston | |
--HG-- extra : convert_revision : 48946be1cef774d1c33b0f78689962b18720c627 | |||
2004-06-01 | Makefile.in contains updated files required | Matt Johnston | |
--HG-- extra : convert_revision : cc8a8c49dc70e632c352853a39801089b08149be |