aboutsummaryrefslogtreecommitdiff
path: root/lib/libmd
Commit message (Expand)AuthorAgeFilesLines
* Use unsigned comparisons. Prior to this commit, SHA1_Update andColin Percival2007-05-142-2/+4
* Fix an 11 year old mistake: Let the hash functions take a void* insteadPoul-Henning Kamp2006-01-1714-28/+35
* -mdoc sweep.Ruslan Ermilov2005-11-171-1/+1
* Correct type.Pawel Jakub Dawidek2005-09-141-4/+4
* Removed redundnt empty line.Ruslan Ermilov2005-06-161-1/+0
* Markup fixes.Ruslan Ermilov2005-06-161-1/+2
* In light of the recent 2^69 operation collision-finding attack on SHA1,Colin Percival2005-03-095-6/+522
* The third parameter to SHA_Update and SHA1_Update is a "size_t", not aColin Percival2005-03-091-2/+2
* Expand contractions.Ruslan Ermilov2005-02-151-1/+1
* Expand *n't contractions.Ruslan Ermilov2005-02-133-7/+7
* Sort sections.Ruslan Ermilov2005-01-203-9/+9
* Eliminate double whitespace.Ruslan Ermilov2004-07-032-2/+2
* Backed out rev.1.6 and subsequent copying of it (bogus addition ofBruce Evans2004-02-261-6/+6
* Assorted mdoc(7) fixes:Hiten Pandya2003-10-093-20/+41
* style.Makefile(5)David E. O'Brien2003-08-181-1/+1
* Stage 3 of dynamic root support. Make all the libraries needed to runGordon Tetlow2003-08-171-0/+1
* Rename local variables to not mask global names of same name. ThisMark Murray2003-06-053-28/+29
* The .Fn functionPhilippe Charnier2003-03-242-9/+18
* Initiate deorbit burn for the i386-only a.out related support. Moves arePeter Wemm2002-09-171-2/+0
* Get this file closer to style(9).Poul-Henning Kamp2002-09-081-51/+55
* Fix a bug where calling MD5File(3) with a zero-length file generated anBruce A. Mah2002-09-061-0/+1
* Add missing const's.Maxime Henrion2002-06-241-1/+1
* Improve the handling of Encode and Decode operations in MD5.Poul-Henning Kamp2002-06-221-22/+15
* Don't build manuals at inappropriate time.Ruslan Ermilov2002-04-101-13/+5
* Modernize my email address.Poul-Henning Kamp2002-03-253-4/+4
* Modernize my email address.Poul-Henning Kamp2002-03-251-1/+1
* Remove __P() usage.David E. O'Brien2002-03-211-1/+1
* Remove 'register' keyword.David E. O'Brien2002-03-213-15/+15
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-013-6/+6
* add __FBSDID()s to libmdMatthew Dillon2001-09-3010-14/+30
* mdoc(7) police:Ruslan Ermilov2001-08-071-1/+2
* Remove whitespace at EOL.Dima Dorfman2001-07-153-13/+13
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-103-3/+3
* mdoc(7) police: use proper markup for function arguments.Ruslan Ermilov2001-04-043-18/+18
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+1
* Add a new entrypoint to the hashes in libmd:Poul-Henning Kamp2001-03-1710-14/+114
* mdoc(7) police: removed history info from the .Os FreeBSD call.Ruslan Ermilov2000-12-143-4/+3
* Introduce .Lb macro to libmd manpagesAlexey Zelkin2000-04-223-0/+6
* Replace beforeinstall target with new variables used by .mk system.Rodney W. Grimes2000-01-141-6/+2
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2819-19/+19
* add more MLINKSAndrey A. Chernov1999-03-021-1/+8
* Don't even attempt to build the assembly-language versions of RIPEMD160Garrett Wollman1999-03-012-2/+16
* fix for incorrect specification of alignment (it worked for the elfChuck Robey1999-02-282-4/+4
* No, this isn't what I submitted. Seems like the patch I sentMatt Jacob1999-02-271-2/+2
* Fixes for Alpha.Garrett Wollman1999-02-262-3/+4
* Don't build the assembly for shared linkage, PIC isn't implemented.Garrett Wollman1999-02-261-0/+2
* Add Eric Young's RIPEMD160 implementation as well, in case SHA-1Garrett Wollman1999-02-2611-15/+3468
* Fix bug in MDx test suite.Garrett Wollman1999-02-2611-18/+3503
* Add a note about the insecurity of MD4 and potential vulnerability ofGarrett Wollman1999-02-111-4/+24