summaryrefslogtreecommitdiffhomepage
path: root/src/core/ngx_crypt.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2012-08-06Merge of r4760, r4761: -Wmissing-prototypes.Maxim Dounin1-0/+1
Fixed compilation with -Wmissing-prototypes. Added a commented out -Wmissing-prototypes to CFLAGS. It is commented out to not break builds with 3rd party modules.
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
the bug has been introduced in r3923
2011-05-16"$apr1", "{PLAIN}", and "{SSHA}" password methods in auth basic moduleIgor Sysoev1-0/+234
patch by Maxim Dounin