summaryrefslogtreecommitdiffstats
path: root/common/passwd.c
Commit message (Expand)AuthorAgeFilesLines
* Updated copyright datesDavid Sommerseth2012-10-081-1/+1
* Look for endian.h in include/sys as well.David Sommerseth2010-12-311-1/+5
* Make use of more cross-platform friendly libc functionsDavid Sommerseth2010-12-311-3/+5
* Discovered a failing loop checkDavid Sommerseth2010-09-271-1/+1
* Harden memory management in passwd.cDavid Sommerseth2010-09-271-0/+18
* Updated Copyright dates to include 2010David Sommerseth2010-07-301-1/+1
* Removed not needed memset()'sDavid Sommerseth2009-10-021-2/+0
* Fixed some memory issues and a memory leak in passwd.cDavid Sommerseth2009-10-021-2/+5
* 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