summaryrefslogtreecommitdiff
path: root/crypto/apr_md5.c
Commit message (Expand)AuthorAgeFilesLines
* * crypto/apr_md5.c: Mark PADDING array as const.jorton2007-11-151-1/+1
* * crypto/apr_md5.c (md5_update_buffer, apr_md5_update): Fix code stylejorton2007-11-151-6/+6
* * crypto/apr_md5.c, include/apr_md5.h: Update to current jorton2007-11-151-6/+6
* Another explicitly-int length arg we can do nothing aboutwrowe2007-10-231-1/+1
* * Fix compiler warning by propagating return value back.rpluem2007-10-141-1/+1
* make md5 hash files portable between EBCDIC and ASCII platforms.gregames2007-10-031-11/+34
* Fix build failure with non-threaded APR on AIX. trawick2005-04-281-1/+1
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Remove unnecessary type casts that were casting away "const".jorton2004-11-171-11/+11
* Add a note about the clear text check for platforms that don't supportrbb2004-05-281-2/+2
* Synch with 0.9 (the times you forget to check for a bug in HEAD arejorton2004-04-041-1/+1
* Relicense some more files.jorton2004-02-261-49/+10
* Add SHA1 support to apr_password_validate().jerenkrantz2003-11-161-4/+8
* get rid of some warnings on platforms where no crypt_mutex_[un]lock()trawick2003-06-021-1/+2
* SECURITY [httpd incident CAN-2003-0189] Address a thread safety issue withjerenkrantz2003-05-281-5/+43
* Reflect the deprecatation of MD5_DIGESTSIZEwrowe2003-03-121-9/+9
* Callers just have blocks of bytes specified by a ptr/len pair.gstein2003-01-211-2/+4
* Update copyright notifications to 2003.thommay2003-01-011-1/+1
* remove apr_private.h from apr_md5.c (as it isn't required)ianh2002-07-171-3/+0
* MD5 is crypto. It belongs in crypto. And as far as I can tell, thiswrowe2002-07-171-0/+729