| Commit message (Expand) | Author | Age | Files | Lines |
* | add more MLINKS | Andrey A. Chernov | 1999-03-02 | 1 | -1/+8 |
* | Don't even attempt to build the assembly-language versions of RIPEMD160 | Garrett Wollman | 1999-03-01 | 2 | -2/+16 |
* | fix for incorrect specification of alignment (it worked for the elf | Chuck Robey | 1999-02-28 | 2 | -4/+4 |
* | No, this isn't what I submitted. Seems like the patch I sent | Matt Jacob | 1999-02-27 | 1 | -2/+2 |
* | Fixes for Alpha. | Garrett Wollman | 1999-02-26 | 2 | -3/+4 |
* | Don't build the assembly for shared linkage, PIC isn't implemented. | Garrett Wollman | 1999-02-26 | 1 | -0/+2 |
* | Add Eric Young's RIPEMD160 implementation as well, in case SHA-1 | Garrett Wollman | 1999-02-26 | 11 | -15/+3468 |
* | Fix bug in MDx test suite. | Garrett Wollman | 1999-02-26 | 11 | -18/+3503 |
* | Add a note about the insecurity of MD4 and potential vulnerability of | Garrett Wollman | 1999-02-11 | 1 | -4/+24 |
* | Build libmd shared for a.out too. Required for some PAM modules. | John Polstra | 1998-11-12 | 1 | -4/+1 |
* | $@ -> ${.TARGET} | Warner Losh | 1998-09-11 | 1 | -34/+34 |
* | BINFORMAT -> OBJFORMAT ready for E-day. | John Birrell | 1998-08-30 | 1 | -2/+2 |
* | Split the padding out into a separate function. | Poul-Henning Kamp | 1998-03-27 | 6 | -22/+62 |
* | Don't use the beforedepend target. It was a no-op here except for | Bruce Evans | 1998-03-19 | 1 | -3/+1 |
* | .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq | Philippe Charnier | 1998-03-19 | 1 | -4/+4 |
* | If not building a.out, still build a pic version of libmd. This allows | Peter Wemm | 1997-09-05 | 1 | -1/+3 |
* | Make the MD* header files C++-aware. Also, string arguments are supposed | Joerg Wunsch | 1997-08-25 | 5 | -10/+20 |
* | FIxed arg types (mostly missing consts) in synopsis. | Bruce Evans | 1997-03-19 | 1 | -3/+3 |
* | Revert $FreeBSD$ to $Id$ | Peter Wemm | 1997-02-22 | 12 | -12/+12 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 7 | -7/+7 |
* | Just pick up the real thing from <sys/md5.h> | Poul-Henning Kamp | 1996-12-22 | 1 | -39/+1 |
* | Make this compile in the kernel too, major cosmetic cleanup. | Poul-Henning Kamp | 1996-12-22 | 1 | -260/+277 |
* | Moved #include of <sys/types.h> earlier so that this compiles when | Bruce Evans | 1996-10-25 | 1 | -7/+8 |
* | Add #include <sys/types> | Poul-Henning Kamp | 1996-10-22 | 1 | -1/+2 |
* | close bin/1648 libmd not 64bit safe. | Poul-Henning Kamp | 1996-10-22 | 5 | -12/+15 |
* | Use -mdoc macros properly. | Garrett Wollman | 1996-10-09 | 4 | -52/+63 |
* | cmp -s || install -c ==> install -C, use a .for loop | Peter Wemm | 1996-08-30 | 1 | -10/+5 |
* | Some minor man page cleanup. | Mike Pritchard | 1996-08-23 | 1 | -1/+1 |
* | Fix a memory leak in MD[245]End() | Poul-Henning Kamp | 1996-07-24 | 1 | -9/+8 |
* | Correct two errors in the manual page. | John Polstra | 1996-05-28 | 1 | -2/+2 |
* | Don't install mdX.3, it's the template used to build the other pages. | Poul-Henning Kamp | 1996-02-09 | 1 | -2/+2 |
* | Bill was a little to fast here... | Poul-Henning Kamp | 1996-02-09 | 1 | -3/+1 |
* | Add some missing MLINKS, correct some cross references, correct some | Mike Pritchard | 1996-02-09 | 1 | -6/+2 |
* | Added some missing MLINKS for section 3 man pages. | Mike Pritchard | 1996-02-09 | 2 | -1/+3 |
* | Add a structure definition to the MD* Contexts, so that cvs can use | Peter Wemm | 1995-12-11 | 3 | -3/+3 |
* | Back out that last change; we don't build this shared. | David Greenman | 1995-09-06 | 1 | -2/+0 |
* | Bumped shared lib rev to 2.1. | David Greenman | 1995-09-06 | 1 | -0/+2 |
* | Change `install' to `${INSTALL}' so that default install flags can be | Bruce Evans | 1995-08-06 | 1 | -3/+3 |
* | Change this to do what it should have done from the start. | Poul-Henning Kamp | 1995-07-12 | 7 | -41/+59 |
* | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 2 | -5/+5 |
* | No sense in copying the hex[] array in each call to MDXEnd(), it's a | Garrett Wollman | 1995-04-27 | 1 | -2/+2 |
* | Clean a bunch of -Wall warnings. | Poul-Henning Kamp | 1995-02-24 | 4 | -4/+7 |
* | Speed md5 up around 30% by shorting out a couple of cumbersome | Poul-Henning Kamp | 1995-02-21 | 1 | -36/+38 |
* | Eliminate a bogus tab. | Jordan K. Hubbard | 1995-01-24 | 1 | -1/+1 |
* | Added "const" to the arguments here and there. | Poul-Henning Kamp | 1994-11-07 | 7 | -20/+20 |
* | Clean up beforeinstall | Paul Traina | 1994-11-01 | 1 | -6/+3 |
* | Added beforeinstall rule to install .h files. We might need some .mk | Poul-Henning Kamp | 1994-09-19 | 1 | -0/+14 |
* | libmd no longer built as shared-lib, only static. | Poul-Henning Kamp | 1994-09-18 | 1 | -2/+3 |
* | Build *.3 and *.ref at build time, not at install time. | Bruce Evans | 1994-09-08 | 1 | -1/+3 |
* | Make mddriver static. | Jordan K. Hubbard | 1994-09-04 | 1 | -3/+3 |