summaryrefslogtreecommitdiff
path: root/crypto/apr_md5.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.ivan2022-11-201-15/+15
* speed-up md5 by avoiding some memcopiessf2013-03-231-4/+18
* Fix NetWare build with picky Metrowerks compiler.fuankg2012-07-071-1/+1
* Move non-MD5-related things from apr_md5.c to new file apr_passwd.csf2012-07-051-144/+1
* No need to clear 128k of memory because of bugs that have been fixedsf2010-09-181-4/+7
* OS/2: Make apr_password_validate() thread safe.bjh2010-03-301-0/+26
* Two missed APU_MODULE_DECLARE_DATA fixeswrowe2009-12-171-1/+1
* Convert various APU_DECLARE into APR_DECLARE.bojan2009-07-161-8/+8
* * Failing crypt can cause a segfault. Check for result of crypt to avoid this.rpluem2009-05-281-0/+10
* Merge strmatch, xlate, crypto and xml directories from apr-util.jorton2009-03-241-0/+756