summaryrefslogtreecommitdiff
path: root/bin/md5/md5.1
AgeCommit message (Collapse)Author
2004-08-24Note that collisions have been found for MD5, so SHA-1 is preferred.Tom Cosgrove
Also fix the reference to RFC 1321, which describes MD5 alone (not MD2 or MD4). ok jmc@, millert@
2004-05-04- simplify synopsesJason McIntyre
- correct macros - various grammatical fixes ok millert@
2004-05-02Add 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-17Sync with share/misc/license.template and add missing DARPA creditTodd C. Miller
where applicable.
2003-06-03Use an ISC-tyle license for all my code; it is simpler and more permissive.Todd C. Miller
2003-03-14tweaks;Jason McIntyre
echos -> echoes from millert@ ok millert@
2003-03-12Add -c option similar to GNU md5sum.Todd C. Miller
Original patch from zyrnix but significantly modified by me. deraadt@ OK
2003-02-19Back out documentation for (currently) non-existent -c option thatTodd C. Miller
got committed by accident in the license update.
2003-02-14Add a 2-clause BSD license. These files are based on the md5.1Todd C. Miller
from FreeBSD which says it is public domain so there should be no license conflict.
2001-06-03sync man page with new usage restrictionsTodd C. Miller
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron 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-10-18Properly introduce options.Aaron Campbell
2000-03-17Remove hard sentence breaks.Aaron Campbell
1998-12-15always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netAaron Campbell
1998-09-23alphabetize SEE ALSO entries and numerically order according to sectionAaron Campbell
1998-09-14First complete sweep of man pages, bin/. Command/function names previouslyAaron Campbell
(incorrectly) capatilized are fixed. Comma splices, hyphenations, SYNOPSIS cleanups, other miscellaneous typos.
1998-01-02use getopt; mph@pobox.comTheo de Raadt
1997-11-12correct references.Niels Provos
1997-07-12Use new-style man macros.Todd C. Miller
1996-06-11move to bin/md5 for `greater accessibility'Theo de Raadt