| Age | Commit message (Expand) | Author |
| 2003-10-27 | Overhaul how `build.sh tools' are used: | lukem |
| 2003-09-21 | Bring back previous sparc64 hack, but only #ifdef old gcc. | martin |
| 2003-09-19 | No more sparc64 compiler workarounds | martin |
| 2003-04-16 | Use | wiz |
| 2003-03-30 | VAX, not vax. Igor Sobrado in PR 19678. | wiz |
| 2002-10-01 | New sentence, new line. From Robert Elz. | wiz |
| 2002-03-31 | In userland, use <sha1.h>, not <sys/sha1.h>. | bjh21 |
| 2002-03-31 | Shuffle config.h #iffery so as to wrap the __RCSID, as is done in several | bjh21 |
| 2002-03-31 | Add the md[245], sha1 and rmd160 functions to libnbcompat, conditional on their | bjh21 |
| 2002-02-07 | generate & symbolically | ross |
| 2002-02-07 | Generate <>& symbolically. | ross |
| 2001-09-16 | Standardize and sort sections, remove some whitespace. | wiz |
| 2001-03-29 | Fix printf format used in example; from Jim Bernard in PR lib/12496. | kleink |
| 2001-03-19 | Don't use a u_char array for a workspace that will be cast then accessed | simonb |
| 2001-01-04 | sprinkle _DIAGASSERT() around | lukem |
| 2001-01-02 | Note that sha1 has been there since 1.4. | wiz |
| 2000-12-11 | Argh. Use __weak_alias on the RMD160 functions. | ad |
| 2000-12-11 | The second argument to xxData() is a size_t. | ad |
| 2000-09-21 | Use .{B,Bs,F,N,O}x and fix miscellaneous errors. | ad |
| 2000-09-17 | Prevent the compiler from blowing up on sparc64. From mrg. | eeh |
| 2000-07-06 | fix non-portable shift. | christos |
| 2000-07-06 | explicitly cast to u_char | christos |
| 2000-07-05 | fix typo: rmd160l.c -> rmd160hl.c | cyber |
| 2000-07-05 | - Need to #include <sys/endian.h>. | ad |
| 2000-07-05 | - No need to include <sys/uio.h>. | ad |
| 2000-07-05 | Pull in RIPEMD-160 functions from OpenBSD - this has the same API as our MD4, | ad |
| 2000-07-05 | Insert newline after RCS ID line. | ad |
| 2000-01-22 | Delint. | mycroft |
| 1999-09-20 | back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. | lukem |
| 1999-09-16 | * use _DIAGASSERT() to check pointer arguments against NULL and file | lukem |
| 1999-05-03 | Avoid non portable shifts. | christos |
| 1999-05-03 | fix unaligned access lint warning. | christos |
| 1999-02-28 | Urk, .Nx doesn't DTRT either. | ross |
| 1999-02-27 | Don't .Xr sha1(1) until we get such a thing, but do .Xr md5(1). | ross |
| 1999-02-24 | use ${ARCHDIR} instead of ${.CURDIR}/arch/${MACHINE_ARCH} where appropriate | drochner |
| 1999-02-04 | add sha1 functions, like md5/4 | explorer |