summaryrefslogtreecommitdiffstats
path: root/sbin/md5
Commit message (Collapse)AuthorAgeFilesLines
* Add -q quite mode.obrien1999-12-042-4/+16
|
* Make `-r -s' also match the BSDI output.obrien1999-11-112-2/+2
|
* Change the "-r" output format to match BSDI's default output format.obrien1999-11-091-2/+2
|
* Add a new "-r" (right) option that reverses the order a filename and theobrien1999-11-072-4/+22
| | | | hash is printed. This aids visual diffs.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Since we are using strlen() let's assign it to the correct type andbillf1999-07-211-2/+3
| | | | include the proper header.
* Fixes for -t option:kris1999-05-011-3/+4
| | | | | | | | | | * Don't buffer "Digesting..." output - flush it immediately. * Increase the number of repetitions by a factor of 100, and the block size by a factor of 10 so as to give meaningful results on modern machines (108 seconds on my P120, and ~26 seconds on a P-II 350). PR: bin/10604 Submitted by: Stanislav Shalunov <shalunov@lynxhub.lz.att.com>
* Correct use of .Nm. Spelling. Add rcsid, remove unused #includes, use err(3).charnier1998-07-062-20/+18
|
* Fix a few style nits from previous commit.steve1997-12-291-11/+10
| | | | Submitted by: Bruce Evans <bde@zeta.org.au>
* Get md5(1) to use getopt(3). Also some minor -Wall cleaningsteve1997-12-292-33/+50
| | | | | | | while here. PR: 5387 Submitted by: Matthew Hunt <mph@pobox.com>
* Fix bad assumptions about types.phk1997-09-181-0/+10
| | | | | | PR: 1649 Reviewed by: phk Submitted by: Jason Thorpe <thorpej@nas.nasa.gov>
* fix a few spelling changesjmg1997-08-301-1/+1
| | | | | | | | Submitted by: Josh Gilliam Closes PR's: 4429, 4431-4438 PS: He has agreed to submit all contrib fixes back to the original author.
* mdoc'ify man pagejmg1997-03-021-35/+49
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* /usr/lib/libmd.a -> ${LIBMD}wosch1997-02-081-1/+1
|
* Trivial fix for braino.phk1997-01-161-1/+1
| | | | | Reviewed by: phk Submitted by: Martin Ibert <mib@ppe.bb-data.de>
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Moved #include of <sys/types.h> earlier so that this compiles whenbde1996-10-251-3/+6
| | | | | | <stdio.h> doesn't (bogusly) include <sys/types.h>. Cleaned up #includes.
* Fix to match new API. Fixes memory leak, faster.phk1995-07-121-6/+9
|
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
|
* oops.phk1995-02-261-4/+6
|
* Add a '-p' option to md5. This will save some time in generation of thephk1995-02-262-7/+15
| | | | ctm deltas.
* Clean this file up so it is readable...phk1995-02-201-188/+121
|
* Changed a sum(1) to a cksum(1).ats1994-12-111-1/+1
|
* Incorproate version of md5 placed into public domain by RSA.pst1994-10-294-0/+313
OpenPOWER on IntegriCloud