| Commit message (Expand) | Author | Age | Files | Lines |
* | Teach md5(1) about sha512. | delphij | 2012-08-01 | 3 | -10/+36 |
* | General mdoc(7) and typo fixes. | gjb | 2012-05-10 | 1 | -1/+1 |
* | Document the -c option in --help output | eadler | 2012-05-09 | 1 | -1/+1 |
* | - new sentence should start on new line. | eadler | 2011-11-13 | 1 | -2/+2 |
* | - add "check" option to MD5 and friends to compare files against known hash. | eadler | 2011-11-13 | 2 | -8/+40 |
* | Switch the default WARNS level for sbin/ to 6. | ru | 2009-10-19 | 1 | -1/+0 |
* | 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 |
* | Bring a paragraph in this manual page a bit closer to the present date. | trhodes | 2008-09-07 | 1 | -2/+2 |
* | 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 |
* | 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 |
* | 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 |
* | Add sha1 and rmd160 checksum tools. | eik | 2004-06-11 | 3 | -67/+206 |
* | 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 |
* | 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 |
* | Change the -x option so that it does an actual REAL test of | silby | 2003-01-26 | 1 | -11/+35 |
* | Use `The .Nm utility' | charnier | 2002-04-19 | 1 | -2/+3 |
* | Fix | phk | 2001-12-19 | 1 | -1/+3 |
* | Default to WARNS=2. | obrien | 2001-12-04 | 1 | -2/+0 |
* | 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 |
* | mdoc(7) police: | ru | 2001-08-07 | 1 | -1/+1 |
* | 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 |
* | Only checksum stdin if nothing has been checksummed yet. | ru | 2001-06-25 | 1 | -2/+2 |
* | Include missing header files which define functions for which gcc has | dd | 2001-06-24 | 1 | -0/+1 |
* | WARNS= -> WARNS?= | dd | 2001-06-22 | 1 | -1/+1 |
* | This command has more than four options. | dd | 2001-06-19 | 1 | -1/+1 |
* | Fix argument processing. | ru | 2001-05-22 | 3 | -91/+47 |
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 1 | -1/+0 |
* | 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 |
* | 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 |
* | $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 |
* | Fixes for -t option: | kris | 1999-05-01 | 1 | -3/+4 |