summaryrefslogtreecommitdiffstats
path: root/passwd.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed failing password authentication due to len variable not being set ↵David Sommerseth2008-08-251-1/+2
| | | | correctly
* Changed from SHA1 hash to SHA512.David Sommerseth2008-08-211-25/+30
| | | | | | | | | | | Using code from the SourceForge.net project: sha https://sourceforge.net/projects/sha/ Written by Allan Saddi. Wrote today to the developer and asked for permission to include sha512.[ch] under the BSD licence in this GPLv2 project. If it is denied, I'll need to find another SHA512 implementation.
* Added GPLv2 licence, updated *.[ch] files to include license, with exception ↵David Sommerseth2008-08-081-3/+16
| | | | of memwatch and sha1
* Imported eurephia into gitDavid Sommerseth2008-08-061-0/+48