Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-12-28 | credentials: Always honour the return value of E_deshash() | Andrew Bartlett | 1 | -4/+2 | |
When this returns false, the hash value is not correct as the password could not be converted into an uppercase, 14 char or less ASCII string. Andrew Bartlett | |||||
2011-10-11 | auth: move credentials layer to the top level | Andrew Bartlett | 1 | -0/+256 | |
This will allow gensec_start.c to move to the top level. This does not change what code uses the cli_credentials code, but allows the gensec code to be more broadly. Andrew Bartlett |