Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix an 11 year old mistake: Let the hash functions take a void* instead | phk | 2006-01-17 | 1 | -1/+1 |
| | | | | of unsigned char* argument. | ||||
* | Get this file closer to style(9). | phk | 2002-09-08 | 1 | -51/+55 |
| | |||||
* | Fix a bug where calling MD5File(3) with a zero-length file generated an | bmah | 2002-09-06 | 1 | -0/+1 |
| | | | | | | error, due to an uninitialized variable. Reviewed by: phk, archie | ||||
* | Modernize my email address. | phk | 2002-03-25 | 1 | -1/+1 |
| | |||||
* | add __FBSDID()s to libmd | dillon | 2001-09-30 | 1 | -3/+3 |
| | |||||
* | Add a new entrypoint to the hashes in libmd: | phk | 2001-03-17 | 1 | -7/+29 |
| | | | | | | | | | 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$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Fix bug in MDx test suite. | wollman | 1999-02-26 | 1 | -6/+6 |
| | | | | Add Eric Young's SHA-[01] implementations. | ||||
* | Make the MD* header files C++-aware. Also, string arguments are supposed | joerg | 1997-08-25 | 1 | -2/+2 |
| | | | | | | | to be of type `const char *'. PR: 3291 Submitted by: dima@tejblum.dnttm.rssi.ru (Dmitrij Tejblum) | ||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
| | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. | ||||
* | Moved #include of <sys/types.h> earlier so that this compiles when | bde | 1996-10-25 | 1 | -7/+8 |
| | | | | | | <stdio.h> doesn't (bogusly) include <sys/types.h>. Cleaned up #includes. | ||||
* | Fix a memory leak in MD[245]End() | phk | 1996-07-24 | 1 | -9/+8 |
| | | | | | Submitted by: Ikuo Nakagawa <ikuo@isl.intec.co.jp> PR: misc/1424 | ||||
* | Change this to do what it should have done from the start. | phk | 1995-07-12 | 1 | -11/+14 |
| | | | | | Add argument for buffer for output. Fix manuals. | ||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -2/+2 |
| | |||||
* | No sense in copying the hex[] array in each call to MDXEnd(), it's a | wollman | 1995-04-27 | 1 | -2/+2 |
| | | | | constant. (There probably ought to be a single libc version of it.) | ||||
* | Clean a bunch of -Wall warnings. | phk | 1995-02-24 | 1 | -4/+4 |
| | |||||
* | Added "const" to the arguments here and there. | phk | 1994-11-07 | 1 | -1/+1 |
| | |||||
* | Reviewed by: phk | phk | 1994-07-24 | 1 | -0/+68 |
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. |