summaryrefslogtreecommitdiff
path: root/include/apr_md5.h
Commit message (Collapse)AuthorAgeFilesLines
* * crypto/apr_md5.c, include/apr_md5.h: Update to current jorton2007-11-151-6/+6
| | | | | | | copyright notice. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@595262 13f79535-47bb-0310-9956-ffa450edef68
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@151413 13f79535-47bb-0310-9956-ffa450edef68
* Clarify apr_md5_encode docco.jorton2004-09-231-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@59140 13f79535-47bb-0310-9956-ffa450edef68
* This should have been sha1, not base64rbb2004-05-281-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@59040 13f79535-47bb-0310-9956-ffa450edef68
* Add a note about the clear text check for platforms that don't supportrbb2004-05-281-1/+6
| | | | | | | | | crypt(3) Submitted by: Stas Bekman <stas@stason.org> git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@59039 13f79535-47bb-0310-9956-ffa450edef68
* Relicense some more files.jorton2004-02-261-49/+10
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58995 13f79535-47bb-0310-9956-ffa450edef68
* Axe deprecated functions, #defines, etc. in apr-util.jerenkrantz2003-11-161-1/+0
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58953 13f79535-47bb-0310-9956-ffa450edef68
* Reflect the deprecatation of MD5_DIGESTSIZEwrowe2003-03-121-2/+2
| | | | | | | for APR_MD5_DIGESTSIZE git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58870 13f79535-47bb-0310-9956-ffa450edef68
* One fewer namespace collisions (effective with 1.0 of APR)wrowe2003-03-071-1/+2
| | | | | | | Submitted by: Craig Rodrigues <rodrigc@attbi.com> git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58865 13f79535-47bb-0310-9956-ffa450edef68
* Callers just have blocks of bytes specified by a ptr/len pair.gstein2003-01-211-2/+2
| | | | | | | | Invariably, they will not be "unsigned char" buffers, so let's fix the typing here. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58833 13f79535-47bb-0310-9956-ffa450edef68
* Update copyright notifications to 2003.thommay2003-01-011-1/+1
| | | | | | | No Functional changes. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58816 13f79535-47bb-0310-9956-ffa450edef68
* Go through doxygen output and remove as many errors and warnings as I could.jerenkrantz2002-11-101-0/+2
| | | | | | | No code changes. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58787 13f79535-47bb-0310-9956-ffa450edef68
* MD5 is crypto. It belongs in crypto. And as far as I can tell, thiswrowe2002-07-171-0/+193
didn't even cause any hassles. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58690 13f79535-47bb-0310-9956-ffa450edef68