Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Modernize my email address. | phk | 2002-03-25 | 1 | -2/+2 |
| | |||||
* | mdoc(7) police: Use the new .In macro for #include statements. | ru | 2001-10-01 | 1 | -2/+2 |
| | |||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -5/+5 |
| | |||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: use proper markup for function arguments. | ru | 2001-04-04 | 1 | -6/+6 |
| | |||||
* | Add a new entrypoint to the hashes in libmd: | phk | 2001-03-17 | 1 | -0/+20 |
| | | | | | | | | | 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 | ||||
* | mdoc(7) police: removed history info from the .Os FreeBSD call. | ru | 2000-12-14 | 1 | -2/+1 |
| | |||||
* | Introduce .Lb macro to libmd manpages | phantom | 2000-04-22 | 1 | -0/+2 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Fix bug in MDx test suite. | wollman | 1999-02-26 | 1 | -2/+3 |
| | | | | Add Eric Young's SHA-[01] implementations. | ||||
* | Add a note about the insecurity of MD4 and potential vulnerability of | wollman | 1999-02-11 | 1 | -4/+24 |
| | | | | MD5 to similar attacks. | ||||
* | Split the padding out into a separate function. | phk | 1998-03-27 | 1 | -1/+10 |
| | | | | | | | | Synchronize the kernel and libmd versions of md5c.c PR: misc/6127 Reviewed by: phk Submitted by: Ari Suutari <ari@suutari.iki.fi> | ||||
* | .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq | charnier | 1998-03-19 | 1 | -4/+4 |
| | |||||
* | 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) | ||||
* | FIxed arg types (mostly missing consts) in synopsis. | bde | 1997-03-19 | 1 | -3/+3 |
| | |||||
* | 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. | ||||
* | Add #include <sys/types> | phk | 1996-10-22 | 1 | -1/+2 |
| | |||||
* | Use -mdoc macros properly. | wollman | 1996-10-09 | 1 | -39/+50 |
| | | | | | | Translate from Danglish into English. Refer to the alogrithms as ``RSA Data Security MDX message digest'' as required by the license. | ||||
* | Some minor man page cleanup. | mpp | 1996-08-23 | 1 | -1/+1 |
| | |||||
* | Correct two errors in the manual page. | jdp | 1996-05-28 | 1 | -2/+2 |
| | |||||
* | Added some missing MLINKS for section 3 man pages. | mpp | 1996-02-09 | 1 | -1/+1 |
| | | | | | | | Also corrected a few minor formatting errors, file location and cross references in some of the section 3 man pages. This shuts up a lot of the output from "manck" for section 3. | ||||
* | Change this to do what it should have done from the start. | phk | 1995-07-12 | 1 | -13/+22 |
| | | | | | Add argument for buffer for output. Fix manuals. | ||||
* | Reviewed by: phk | phk | 1994-07-24 | 1 | -0/+116 |
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. |