aboutsummaryrefslogtreecommitdiff
path: root/sbin/md5
Commit message (Collapse)AuthorAgeFilesLines
* Correct use of .Nm. Spelling. Add rcsid, remove unused #includes, use err(3).Philippe Charnier1998-07-062-20/+18
| | | | Notes: svn path=/head/; revision=37421
* Fix a few style nits from previous commit.Steve Price1997-12-291-11/+10
| | | | | | | Submitted by: Bruce Evans <bde@zeta.org.au> Notes: svn path=/head/; revision=32086
* Get md5(1) to use getopt(3). Also some minor -Wall cleaningSteve Price1997-12-292-33/+50
| | | | | | | | | | while here. PR: 5387 Submitted by: Matthew Hunt <mph@pobox.com> Notes: svn path=/head/; revision=32074
* Fix bad assumptions about types.Poul-Henning Kamp1997-09-181-0/+10
| | | | | | | | | PR: 1649 Reviewed by: phk Submitted by: Jason Thorpe <thorpej@nas.nasa.gov> Notes: svn path=/head/; revision=29582
* fix a few spelling changesJohn-Mark Gurney1997-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. Notes: svn path=/head/; revision=28935
* mdoc'ify man pageJohn-Mark Gurney1997-03-021-35/+49
| | | | Notes: svn path=/head/; revision=23301
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22990
* /usr/lib/libmd.a -> ${LIBMD}Wolfram Schneider1997-02-081-1/+1
| | | | Notes: svn path=/head/; revision=22441
* Trivial fix for braino.Poul-Henning Kamp1997-01-161-1/+1
| | | | | | | | Reviewed by: phk Submitted by: Martin Ibert <mib@ppe.bb-data.de> Notes: svn path=/head/; revision=21763
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-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. Notes: svn path=/head/; revision=21673
* Moved #include of <sys/types.h> earlier so that this compiles whenBruce Evans1996-10-251-3/+6
| | | | | | | | | <stdio.h> doesn't (bogusly) include <sys/types.h>. Cleaned up #includes. Notes: svn path=/head/; revision=19168
* Fix to match new API. Fixes memory leak, faster.Poul-Henning Kamp1995-07-121-6/+9
| | | | Notes: svn path=/head/; revision=9489
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
| | | | Notes: svn path=/head/; revision=8871
* oops.Poul-Henning Kamp1995-02-261-4/+6
| | | | Notes: svn path=/head/; revision=6726
* Add a '-p' option to md5. This will save some time in generation of thePoul-Henning Kamp1995-02-262-7/+15
| | | | | | | ctm deltas. Notes: svn path=/head/; revision=6725
* Clean this file up so it is readable...Poul-Henning Kamp1995-02-201-188/+121
| | | | Notes: svn path=/head/; revision=6562
* Changed a sum(1) to a cksum(1).Andreas Schulz1994-12-111-1/+1
| | | | Notes: svn path=/head/; revision=5054
* Incorproate version of md5 placed into public domain by RSA.Paul Traina1994-10-294-0/+313
Notes: svn path=/cvs2svn/branches/PD/; revision=3995