Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch the default WARNS level for sbin/ to 6. | ru | 2009-10-19 | 1 | -1/+0 |
| | | | | Submitted by: Ulrich Spörlein | ||||
* | Minor markup fix for the r186836 update. | simon | 2009-01-06 | 1 | -1/+2 |
| | |||||
* | Strengthen some of the language concerning attacks on MD5, in light of the | cperciva | 2009-01-06 | 1 | -8/+16 |
| | | | | | | | | recent demonstration of a forged SSL certificate. Add text pointing out that SHA-1 is at least theoretically broken. Add a recommendation that new applications use SHA-256. MFC after: 1 month | ||||
* | Bring a paragraph in this manual page a bit closer to the present date. | trhodes | 2008-09-07 | 1 | -2/+2 |
| | | | | Discussed with: des | ||||
* | Use RUSAGE_SELF for the current process instead of hardcoded value | kevlo | 2008-09-02 | 1 | -2/+2 |
| | |||||
* | style(9) (verifed no-change in .o's) | obrien | 2008-02-07 | 1 | -14/+13 |
| | |||||
* | Fix an 11 year old mistake: Let the hash functions take a void* instead | phk | 2006-01-17 | 1 | -1/+1 |
| | | | | of unsigned char* argument. | ||||
* | Belatedly update the md5(1) man page to reflect the addition of sha256. | cperciva | 2005-03-10 | 1 | -6/+11 |
| | |||||
* | In light of the recent 2^69 operation collision-finding attack on SHA1, | cperciva | 2005-03-09 | 2 | -4/+24 |
| | | | | | | | | add support for SHA256. Tested on: i386, sparc64 Tested using: NIST test vectors, built-in tests X-MFC-after: 5.4-RELEASE | ||||
* | Added the EXIT STATUS section where appropriate. | ru | 2005-01-17 | 1 | -1/+1 |
| | |||||
* | mdoc(7) fixes. | ru | 2004-07-07 | 1 | -1/+1 |
| | |||||
* | fix handling of an unknown progeam name | eik | 2004-06-22 | 1 | -1/+1 |
| | | | | | Noticed by: Joshua Goodall <joshua@roughtrade.net> Approved by: ru | ||||
* | Add sha1 and rmd160 checksum tools. | eik | 2004-06-11 | 3 | -67/+206 |
| | | | | | | | | Since the algorithms are already supported in libmd, the size increase is small when a dynamic root is used. Approved by: joerg, ru MFC after: 2 weeks | ||||
* | 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. |