summaryrefslogtreecommitdiff
path: root/include/apr_md5.h
Commit message (Expand)AuthorAgeFilesLines
* Fix doxygen error + be consistent in parameter namingjailletc362015-03-251-3/+3
* Add support for bcrypt encoded passwords.sf2012-07-051-2/+16
* Convert various APU_DECLARE into APR_DECLARE.bojan2009-07-161-7/+7
* Merge APR-Util trunk into APR.pquerna2009-03-241-0/+162
* MD5 is crypto. It belongs in crypto. And as far as I can tell, thiswrowe2002-07-171-187/+0
* Leftovers from my size_t hunt before the weekend.wrowe2002-07-081-1/+1
* Update our copyright for this year.fielding2002-03-131-1/+1
* Add the rest of the doxygen changes for APR.rbb2001-08-121-7/+8
* - adds some trivial error checking. Maybe someonejerenkrantz2001-06-041-0/+11
* Code reformat and APRization of types.jerenkrantz2001-06-021-10/+8
* Byte counts are apr_size_t, win32 declares a goofy ptrdiff_t thatwrowe2001-05-151-2/+2
* Update copyright to 2001fielding2001-02-161-1/+1
* renaming various functions for consistency sakedougm2001-02-081-11/+11
* Add remaining APR_DECLARE()s to all headers. Conditionally addedwrowe2001-01-181-6/+6
* Make the APR headers sane.gstein2000-11-261-1/+1
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolswrowe2000-10-161-5/+5
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-061-13/+14
* Document all of the public APR structures with DocBook.rbb2000-08-051-8/+13
* prefix libapr functions and types with apr_dougm2000-08-021-11/+11
* Update apr_md5.h to use ScanDocrbb2000-07-231-52/+34
* Document the MD5 functions in APR.rbb2000-07-051-0/+61
* Mass update of API_IMPORT/EXPORT symbols TO APR_ symbols.wrowe2000-05-261-5/+5
* Provide a dummy implementation of ap_MD5SetXlate() ontrawick2000-05-181-0/+2
* serious bug fix:trawick2000-05-061-3/+10
* Finished move of ap_md5 routines to apr_md5. Removed ap_md5.h.fielding2000-04-231-6/+6
* Replace APR_MD5_CTX with ap_MD5_ctx_t, as suggested by Bill Rowe.fielding2000-04-231-6/+8
* Update to Apache Software License version 1.1fielding2000-03-311-34/+31
* Fix all the License issues. Including:rbb2000-03-101-9/+9
* The next step in removing the APR HAVE_*_H leak. This removes all of thoserbb1999-12-011-7/+0
* Update some dependancies. Move the final two files out of apr/inc and intorbb1999-11-231-1/+0
* Begin to update apr/lib files to follow the standard APR function format.rbb1999-11-221-5/+5
* Changed pools to contexts. Tested with prefork and pthread mpm's. I'llrbb1999-08-311-5/+5
* Initial revisionrbb1999-08-171-0/+128