aboutsummaryrefslogtreecommitdiff
path: root/lib/libmd/mdX.3
Commit message (Collapse)AuthorAgeFilesLines
* Modernize my email address.Poul-Henning Kamp2002-03-251-2/+2
| | | | Notes: svn path=/head/; revision=93151
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-2/+2
| | | | Notes: svn path=/head/; revision=84306
* Remove whitespace at EOL.Dima Dorfman2001-07-151-5/+5
| | | | Notes: svn path=/head/; revision=79754
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79531
* mdoc(7) police: use proper markup for function arguments.Ruslan Ermilov2001-04-041-6/+6
| | | | Notes: svn path=/head/; revision=75161
* Add a new entrypoint to the hashes in libmd:Poul-Henning Kamp2001-03-171-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 Notes: svn path=/head/; revision=74385
* mdoc(7) police: removed history info from the .Os FreeBSD call.Ruslan Ermilov2000-12-141-2/+1
| | | | Notes: svn path=/head/; revision=70015
* Introduce .Lb macro to libmd manpagesAlexey Zelkin2000-04-221-0/+2
| | | | Notes: svn path=/head/; revision=59512
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Fix bug in MDx test suite.Garrett Wollman1999-02-261-2/+3
| | | | | | | Add Eric Young's SHA-[01] implementations. Notes: svn path=/head/; revision=44290
* Add a note about the insecurity of MD4 and potential vulnerability ofGarrett Wollman1999-02-111-4/+24
| | | | | | | MD5 to similar attacks. Notes: svn path=/head/; revision=43911
* Split the padding out into a separate function.Poul-Henning Kamp1998-03-271-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> Notes: svn path=/head/; revision=34909
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.AqPhilippe Charnier1998-03-191-4/+4
| | | | Notes: svn path=/head/; revision=34669
* Make the MD* header files C++-aware. Also, string arguments are supposedJoerg Wunsch1997-08-251-2/+2
| | | | | | | | | | to be of type `const char *'. PR: 3291 Submitted by: dima@tejblum.dnttm.rssi.ru (Dmitrij Tejblum) Notes: svn path=/head/; revision=28688
* FIxed arg types (mostly missing consts) in synopsis.Bruce Evans1997-03-191-3/+3
| | | | Notes: svn path=/head/; revision=24008
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22993
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-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. Notes: svn path=/head/; revision=21673
* Add #include <sys/types>Poul-Henning Kamp1996-10-221-1/+2
| | | | Notes: svn path=/head/; revision=19100
* Use -mdoc macros properly.Garrett Wollman1996-10-091-39/+50
| | | | | | | | | Translate from Danglish into English. Refer to the alogrithms as ``RSA Data Security MDX message digest'' as required by the license. Notes: svn path=/head/; revision=18845
* Some minor man page cleanup.Mike Pritchard1996-08-231-1/+1
| | | | Notes: svn path=/head/; revision=17798
* Correct two errors in the manual page.John Polstra1996-05-281-2/+2
| | | | Notes: svn path=/head/; revision=15963
* Added some missing MLINKS for section 3 man pages.Mike Pritchard1996-02-091-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. Notes: svn path=/head/; revision=13987
* Change this to do what it should have done from the start.Poul-Henning Kamp1995-07-121-13/+22
| | | | | | | | Add argument for buffer for output. Fix manuals. Notes: svn path=/head/; revision=9488
* Reviewed by: phkPoul-Henning Kamp1994-07-241-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. Notes: svn path=/cvs2svn/branches/ORIG/; revision=1802