summaryrefslogtreecommitdiffhomepage
path: root/src/core/ngx_crypt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-20Core: fix misallocation at ngx_crypt_apr1 (ticket #412).Markus Linnala1-1/+1
2013-02-07Added support for {SHA} passwords (ticket #50).Maxim Dounin1-0/+37
2012-08-16Crypt: fixed handling of corrupted SSHA entries in password file.Maxim Dounin1-2/+9
2012-07-24Fixed compilation with -Wmissing-prototypes.Ruslan Ermilov1-0/+1
2011-05-27fix building on FreeBSD 6 or earlier against system md5Igor Sysoev1-1/+1
2011-05-26fix building --without-http_auth_basic_module,Igor Sysoev1-0/+4
2011-05-16"$apr1", "{PLAIN}", and "{SSHA}" password methods in auth basic moduleIgor Sysoev1-0/+234