summaryrefslogtreecommitdiffstats
path: root/lib/libmd/md2c.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename local variables to not mask global names of same name. Thismarkm2003-06-051-10/+10
| | | | fixes lots of lint(1) warnings.
* add __FBSDID()s to libmddillon2001-09-301-1/+3
|
* Add a new entrypoint to the hashes in libmd:phk2001-03-171-2/+2
| | | | | | | | | char * FooFileChunk(const char *filename, char *buf, off_t offset, off_t length) Which only hashes part of a file. Implement FooFile() in terms of this function. Submitted by: roam
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Split the padding out into a separate function.phk1998-03-271-5/+14
| | | | | | | | Synchronize the kernel and libmd versions of md5c.c PR: misc/6127 Reviewed by: phk Submitted by: Ari Suutari <ari@suutari.iki.fi>
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* close bin/1648 libmd not 64bit safe.phk1996-10-221-2/+3
| | | | | | if something fails to compile now, you need to add #include <sys/types.h> Partially Submitted by: Jason Thorpe <thorpej@nas.nasa.gov>
* Clean a bunch of -Wall warnings.phk1995-02-241-0/+1
|
* Added "const" to the arguments here and there.phk1994-11-071-3/+3
|
* Reviewed by: phkphk1994-07-241-0/+197
Imported libmd. This library contains MD2, MD4 and MD5. These three boggers pop up all over the place all of the time, so I decided we needed a library with them. In general they are used for security checks, so if you use them you want to link them static.
OpenPOWER on IntegriCloud