summaryrefslogtreecommitdiff
path: root/svr-authpasswd.c
Commit message (Collapse)AuthorAgeFilesLines
* limit password length to 100Matt Johnston2019-03-211-1/+10
|
* Wait to fail invalid usernamesMatt Johnston2018-08-231-13/+14
|
* Convert #ifdef to #if, other build changesMatt Johnston2016-05-041-1/+1
|
* buf_getstring and buf_putstring now use non-unsigned char*Matt Johnston2015-06-041-2/+2
|
* note about constant_time_strcmp and lengthsMatt Johnston2015-06-031-0/+2
|
* Constant time memcmp for the hmac and password cryptMatt Johnston2013-10-031-1/+12
|
* Avoid segfault for locked accounts (invalid salt to crypt())Matt Johnston2013-04-291-0/+8
|
* Allow configuring "allow blank password option" at runtimePaul Eggleton2013-02-121-0/+1
| | | | | | Changes this from a compile-time switch to a command-line option. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* Fix empty password immediate loginMatt Johnston2012-05-091-8/+1
|
* Return immediate success for blank passwords if allowedMatt Johnston2012-05-091-10/+0
|
* - Add ALLOW_BLANK_PASSWORD optionMatt Johnston2011-10-261-12/+16
| | | | - Don't reject blank-password logins via public key
* Improve capitalisation for all logged stringsMatt Johnston2011-02-231-3/+3
|
* Make a copy of passwd fields since getpwnam()'s retval isn't safe to keepMatt Johnston2008-01-131-5/+5
|
* * fix longstanding bug with connections being closed on failure toMatt Johnston2005-03-131-1/+1
| | | | | | | connect to auth socket (server) * differentiate between get_byte and get_bool * get rid of some // comments * general tidying
* Log the IP along with auth success/fail attemptsMatt Johnston2004-12-231-4/+6
|
* propagate of 08347df3bca787bd3621602fe2b466c85c9dc3e2 and ↵Matt Johnston2004-09-121-4/+0
| | | | 717950f4061f1123659ee87c7c168805af920ab7 from branch 'matt.dbclient.rez' to 'matt.dbclient.authpam'
* Merging in the changes from 0.41-0.43 main Dropbear treeMatt Johnston2004-08-121-4/+4
|
* cleaning up the pubkey definesMatt Johnston2004-08-121-3/+2
|
* burn the buffer a bit earlierMatt Johnston2004-08-081-2/+2
|
* Be a bit safer with reentrant pw_nameMatt Johnston2004-08-081-1/+1
|
* Progressing client supportMatt Johnston2004-07-271-6/+6
|
* Makefile.in contains updated files requiredMatt Johnston2004-06-011-0/+108