aboutsummaryrefslogtreecommitdiff
path: root/sbin/md5
Commit message (Expand)AuthorAgeFilesLines
* Strengthen some of the language concerning attacks on MD5, in light of theColin Percival2009-01-061-8/+16
* Bring a paragraph in this manual page a bit closer to the present date.Tom Rhodes2008-09-071-2/+2
* Use RUSAGE_SELF for the current process instead of hardcoded valueKevin Lo2008-09-021-2/+2
* style(9) (verifed no-change in .o's)David E. O'Brien2008-02-071-14/+13
* Fix an 11 year old mistake: Let the hash functions take a void* insteadPoul-Henning Kamp2006-01-171-1/+1
* Belatedly update the md5(1) man page to reflect the addition of sha256.Colin Percival2005-03-101-6/+11
* In light of the recent 2^69 operation collision-finding attack on SHA1,Colin Percival2005-03-092-4/+24
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1
* mdoc(7) fixes.Ruslan Ermilov2004-07-071-1/+1
* fix handling of an unknown progeam nameOliver Eikemeier2004-06-221-1/+1
* Add sha1 and rmd160 checksum tools.Oliver Eikemeier2004-06-113-67/+206
* Assorted markup, grammar, and spelling fixes.Ruslan Ermilov2004-05-171-1/+2
* Fixed style of DPADD and LDADD assignments as per style.Makefile(5).Ruslan Ermilov2004-02-051-2/+2
* Set exit code to 1 in case at least one of the input filesStefan Eßer2003-11-022-2/+13
* Use __FBSDID() to quiet GCC 3.3 warnings.David E. O'Brien2003-05-031-4/+2
* Improvements to md5.c so that it uses getrusage to timeMike Silbersack2003-02-141-8/+12
* Change the -x option so that it does an actual REAL test ofMike Silbersack2003-01-261-11/+35
* Use `The .Nm utility'Philippe Charnier2002-04-191-2/+3
* FixPoul-Henning Kamp2001-12-191-1/+3
* Default to WARNS=2.David E. O'Brien2001-12-041-2/+0
* Add missing cast for improper time_t use in computation.Matthew Dillon2001-10-281-1/+1
* mdoc(7) police: removed hard sentence breaks.Ruslan Ermilov2001-09-041-6/+14
* Mention collision attacks on MD5. From the md5(3) man page.Murray Stokely2001-09-041-0/+6
* mdoc(7) police:Ruslan Ermilov2001-08-071-1/+1
* Remove whitespace at EOL.Dima Dorfman2001-07-151-1/+1
* Fix include ordering breakage from rev. 1.23.Dag-Erling Smørgrav2001-06-291-2/+2
* Only checksum stdin if nothing has been checksummed yet.Ruslan Ermilov2001-06-251-2/+2
* Include missing header files which define functions for which gcc hasDima Dorfman2001-06-241-0/+1
* WARNS= -> WARNS?=Dima Dorfman2001-06-221-1/+1
* This command has more than four options.Dima Dorfman2001-06-191-1/+1
* Fix argument processing.Ruslan Ermilov2001-05-223-91/+47
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-1/+0
* Set the default manual section for sbin/ to 8.Ruslan Ermilov2001-03-201-1/+2
* mdoc(7) police: use the default ``file ...'' feature of the .Ar macro.Ruslan Ermilov2001-02-131-1/+1
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
* Update usage().David E. O'Brien2000-11-081-1/+1
* Add -q quite mode.David E. O'Brien1999-12-042-4/+16
* Make `-r -s' also match the BSDI output.David E. O'Brien1999-11-112-2/+2
* Change the "-r" output format to match BSDI's default output format.David E. O'Brien1999-11-091-2/+2
* Add a new "-r" (right) option that reverses the order a filename and theDavid E. O'Brien1999-11-072-4/+22
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Since we are using strlen() let's assign it to the correct type andBill Fumerola1999-07-211-2/+3
* Fixes for -t option:Kris Kennaway1999-05-011-3/+4
* Correct use of .Nm. Spelling. Add rcsid, remove unused #includes, use err(3).Philippe Charnier1998-07-062-20/+18
* Fix a few style nits from previous commit.Steve Price1997-12-291-11/+10
* Get md5(1) to use getopt(3). Also some minor -Wall cleaningSteve Price1997-12-292-33/+50
* Fix bad assumptions about types.Poul-Henning Kamp1997-09-181-0/+10
* fix a few spelling changesJohn-Mark Gurney1997-08-301-1/+1
* mdoc'ify man pageJohn-Mark Gurney1997-03-021-35/+49
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1