summaryrefslogtreecommitdiff
path: root/crypto/apr_passwd.c
Commit message (Expand)AuthorAgeFilesLines
* Fix Android compile error caused by assumption that crypt is available.Jeff Trawick2014-08-191-2/+8
* use heap memory for crypt in apr_password_validate, to reduce stack usageStefan Fritsch2013-03-231-15/+29
* Fix password validation failure for all cryptRainer Jung2013-02-231-13/+12
* Fixup r1422413 so that memset is used on non-glibc platformsStefan Fritsch2012-12-281-5/+10
* Split glibc version detection in two #if directives.Stefan Fritsch2012-12-151-1/+4
* apr_password_validate(): Fix intermittent errors on systemsJeff Trawick2012-08-081-9/+14
* Avoid copying the hashed password to a temp buffer, if possible.Stefan Fritsch2012-07-161-4/+4
* Increase the buffer size for the hashed stringStefan Fritsch2012-07-151-1/+1
* Fix NetWare build with picky Metrowerks compiler.Guenter Knauf2012-07-071-2/+2
* fix breakageStefan Fritsch2012-07-051-3/+1
* Add support for bcrypt encoded passwords.Stefan Fritsch2012-07-051-5/+32
* Move non-MD5-related things from apr_md5.c to new file apr_passwd.cStefan Fritsch2012-07-051-0/+169