Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-04-13 | allow multiple -t to increase the test count. cpus are getting too fast. | Ted Unangst | |
ok grunk. with manpage from grunk and jmc | |||
2007-03-27 | Fix spelling of hexadecimal. Noted by jmc@ and Steven Mestdagh. | Todd C. Miller | |
2007-03-27 | Add base64 support to cksum and friends. Output encoding can | Todd C. Miller | |
be set globally or on a per-algorithm basis when using multiple hash functions. OK espie@ simon@ deraadt@; man help from jmc@ | |||
2006-11-17 | .Ex these pages; ok millert | Jason McIntyre | |
2006-11-17 | simplify synopsis and usage(); ok millert | Jason McIntyre | |
2006-11-16 | Add -r and -q options similar to what is supported by FreeBSD's md5 | Todd C. Miller | |
OK deraadt@ ckuethe@ | |||
2004-05-04 | - simplify synopses | Jason McIntyre | |
- correct macros - various grammatical fixes ok millert@ | |||
2004-05-02 | Add support for cksum (3 varieties), md4, sha256, sha384, and sha512. | Todd C. Miller | |
Consequently, cksum moves becomes a link to md5 and moves to /bin. The cksum man page could use some polishing. | |||
2003-06-17 | Sync with share/misc/license.template and add missing DARPA credit | Todd C. Miller | |
where applicable. | |||
2003-06-03 | Use an ISC-tyle license for all my code; it is simpler and more permissive. | Todd C. Miller | |
2003-03-14 | tweaks; | Jason McIntyre | |
echos -> echoes from millert@ ok millert@ | |||
2003-03-12 | Add -c option similar to GNU md5sum. | Todd C. Miller | |
Original patch from zyrnix but significantly modified by me. deraadt@ OK | |||
2003-02-19 | Back out documentation for (currently) non-existent -c option that | Todd C. Miller | |
got committed by accident in the license update. | |||
2003-02-14 | Add a 2-clause BSD license. These files are based on the md5.1 | Todd C. Miller | |
from FreeBSD which says it is public domain so there should be no license conflict. | |||
2001-09-06 | o) fix bogus .St usage; | Mike Pechkin | |
millert@ ok | |||
2001-06-03 | sync man page with new usage restrictions | Todd C. Miller | |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell | |
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything. | |||
2000-03-23 | Fix some formatting problems I missed before. | Aaron Campbell | |
1998-12-15 | always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net | Aaron Campbell | |
1998-09-23 | alphabetize SEE ALSO entries and numerically order according to section | Aaron Campbell | |
1998-01-02 | use getopt; mph@pobox.com | Theo de Raadt | |
1997-11-12 | correct references. | Niels Provos | |
1997-07-17 | Adds rmd160 functionality. | Todd C. Miller | |