Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Assorted markup, grammar, and spelling fixes. | ru | 2004-05-17 | 1 | -1/+2 |
| | |||||
* | Fixed style of DPADD and LDADD assignments as per style.Makefile(5). | ru | 2004-02-05 | 1 | -2/+2 |
| | |||||
* | Set exit code to 1 in case at least one of the input files | se | 2003-11-02 | 2 | -2/+13 |
| | | | | could not be opened. | ||||
* | Use __FBSDID() to quiet GCC 3.3 warnings. | obrien | 2003-05-03 | 1 | -4/+2 |
| | |||||
* | Improvements to md5.c so that it uses getrusage to time | silby | 2003-02-14 | 1 | -8/+12 |
| | | | | benchmarks, and prints out results in float format. | ||||
* | Change the -x option so that it does an actual REAL test of | silby | 2003-01-26 | 1 | -11/+35 |
| | | | | | | the correctness of this program. Previously, it printed out the MD5 values of some test strings, but did not tell you if they were correct or not! | ||||
* | Use `The .Nm utility' | charnier | 2002-04-19 | 1 | -2/+3 |
| | |||||
* | Fix | phk | 2001-12-19 | 1 | -1/+3 |
| | | | | | | | md5 -q -s foo to not expect input on stdin after hashing the string. MFC after: 1 week | ||||
* | Default to WARNS=2. | obrien | 2001-12-04 | 1 | -2/+0 |
| | | | | | | Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike | ||||
* | Add missing cast for improper time_t use in computation. | dillon | 2001-10-28 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: removed hard sentence breaks. | ru | 2001-09-04 | 1 | -6/+14 |
| | |||||
* | Mention collision attacks on MD5. From the md5(3) man page. | murray | 2001-09-04 | 1 | -0/+6 |
| | | | | | | PR: docs/14158 Reviewed by: kris Submitted by: Eric Frias <efrias@sg505.net> | ||||
* | mdoc(7) police: | ru | 2001-08-07 | 1 | -1/+1 |
| | | | | | | | Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text. Not only this slows down the mdoc(7) processing significantly, but it also has an undesired (in this case) effect of disabling hyphenation within the entire enclosed block. | ||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -1/+1 |
| | |||||
* | Fix include ordering breakage from rev. 1.23. | des | 2001-06-29 | 1 | -2/+2 |
| | | | | Please-read-style(9): dd | ||||
* | Only checksum stdin if nothing has been checksummed yet. | ru | 2001-06-25 | 1 | -2/+2 |
| | | | | PR: bin/28386 | ||||
* | Include missing header files which define functions for which gcc has | dd | 2001-06-24 | 1 | -0/+1 |
| | | | | builtins (e.g., exit, strcmp). | ||||
* | WARNS= -> WARNS?= | dd | 2001-06-22 | 1 | -1/+1 |
| | | | | Submitted by: Mike Barcroft <mike@q9media.com> | ||||
* | This command has more than four options. | dd | 2001-06-19 | 1 | -1/+1 |
| | |||||
* | Fix argument processing. | ru | 2001-05-22 | 3 | -91/+47 |
| | | | | | | | Make this compile with WARNS=2. PR: bin/27524 MFC after: 3 days | ||||
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 1 | -1/+0 |
| | | | | - MAN[1-9] -> MAN. | ||||
* | Set the default manual section for sbin/ to 8. | ru | 2001-03-20 | 1 | -1/+2 |
| | |||||
* | mdoc(7) police: use the default ``file ...'' feature of the .Ar macro. | ru | 2001-02-13 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -1/+1 |
| | |||||
* | Update usage(). | obrien | 2000-11-08 | 1 | -1/+1 |
| | | | | Submitted by: nectar | ||||
* | Add -q quite mode. | obrien | 1999-12-04 | 2 | -4/+16 |
| | |||||
* | Make `-r -s' also match the BSDI output. | obrien | 1999-11-11 | 2 | -2/+2 |
| | |||||
* | Change the "-r" output format to match BSDI's default output format. | obrien | 1999-11-09 | 1 | -2/+2 |
| | |||||
* | Add a new "-r" (right) option that reverses the order a filename and the | obrien | 1999-11-07 | 2 | -4/+22 |
| | | | | hash is printed. This aids visual diffs. | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Since we are using strlen() let's assign it to the correct type and | billf | 1999-07-21 | 1 | -2/+3 |
| | | | | include the proper header. | ||||
* | Fixes for -t option: | kris | 1999-05-01 | 1 | -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). | charnier | 1998-07-06 | 2 | -20/+18 |
| | |||||
* | Fix a few style nits from previous commit. | steve | 1997-12-29 | 1 | -11/+10 |
| | | | | Submitted by: Bruce Evans <bde@zeta.org.au> | ||||
* | Get md5(1) to use getopt(3). Also some minor -Wall cleaning | steve | 1997-12-29 | 2 | -33/+50 |
| | | | | | | | while here. PR: 5387 Submitted by: Matthew Hunt <mph@pobox.com> | ||||
* | Fix bad assumptions about types. | phk | 1997-09-18 | 1 | -0/+10 |
| | | | | | | PR: 1649 Reviewed by: phk Submitted by: Jason Thorpe <thorpej@nas.nasa.gov> | ||||
* | fix a few spelling changes | jmg | 1997-08-30 | 1 | -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 page | jmg | 1997-03-02 | 1 | -35/+49 |
| | |||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
| | |||||
* | /usr/lib/libmd.a -> ${LIBMD} | wosch | 1997-02-08 | 1 | -1/+1 |
| | |||||
* | Trivial fix for braino. | phk | 1997-01-16 | 1 | -1/+1 |
| | | | | | Reviewed by: phk Submitted by: Martin Ibert <mib@ppe.bb-data.de> | ||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -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 when | bde | 1996-10-25 | 1 | -3/+6 |
| | | | | | | <stdio.h> doesn't (bogusly) include <sys/types.h>. Cleaned up #includes. | ||||
* | Fix to match new API. Fixes memory leak, faster. | phk | 1995-07-12 | 1 | -6/+9 |
| | |||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -2/+2 |
| | |||||
* | oops. | phk | 1995-02-26 | 1 | -4/+6 |
| | |||||
* | Add a '-p' option to md5. This will save some time in generation of the | phk | 1995-02-26 | 2 | -7/+15 |
| | | | | ctm deltas. | ||||
* | Clean this file up so it is readable... | phk | 1995-02-20 | 1 | -188/+121 |
| | |||||
* | Changed a sum(1) to a cksum(1). | ats | 1994-12-11 | 1 | -1/+1 |
| | |||||
* | Incorproate version of md5 placed into public domain by RSA. | pst | 1994-10-29 | 4 | -0/+313 |