summaryrefslogtreecommitdiffstats
path: root/common/passwd.c
Commit message (Expand)AuthorAgeFilesLines
* BUGFIX: saltlen was set to 0 when a buffer for a new salt was generatedDavid Sommerseth2009-09-151-12/+12
* Added debug logging of free_nullsafe() calls as wellDavid Sommerseth2009-09-071-2/+2
* Moved all malloc() operations over to a calloc wrapper, malloc_nullsafe()David Sommerseth2009-09-071-8/+4
* More comments in common/David Sommerseth2009-09-041-22/+30
* Added more comments to the common filesDavid Sommerseth2009-09-021-6/+88
* Rewritten common/passwd.c and utils/benchmark.cDavid Sommerseth2009-04-101-42/+1
* Fixed a "hang" when wrong password was usedDavid Sommerseth2009-03-281-10/+36
* Made the licence explicit GPLv2 onlyDavid Sommerseth2009-03-261-1/+1
* Cleaned up the code a little bitDavid Sommerseth2009-03-261-2/+2
* Added benchmarking to suggest minimum and maximum rounds for hashesDavid Sommerseth2009-03-221-0/+41
* Renamed passwdhash(...) function to eurephia_quick_hash(...)David Sommerseth2009-03-211-33/+30
* Added new password hashing function with proper SHA512 hashingDavid Sommerseth2009-03-211-0/+400
* Prepared passwdhash function to allow salting and be prepared for other hashi...David Sommerseth2009-01-021-25/+34
* Reorganised the source codeDavid Sommerseth2008-10-151-0/+67