aboutsummaryrefslogtreecommitdiff
path: root/sbin/md5
Commit message (Expand)AuthorAgeFilesLines
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Fix date.Dag-Erling Smørgrav2017-03-021-1/+1
* Update to reflect that SHA-1 has now been broken.Dag-Erling Smørgrav2017-03-021-14/+12
* Add skein(3) front ends to the md5 manpageAllan Jude2017-01-071-9/+28
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2016-11-131-0/+1
* md5: enter capability on last fd or when acting as a filterEd Maste2016-10-191-15/+42
* Import the skein hashing algorithm, based on the threefish block cipherAllan Jude2016-05-292-7/+62
* Implement SHA-512 truncated (224 and 256 bits)Allan Jude2016-05-283-7/+39
* Explicitly add more files to the 'runtime' package.Glen Barber2016-02-091-0/+1
* Replace sys/crypto/sha2/sha2.c with lib/libmd/sha512c.cAllan Jude2015-12-273-4/+29
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+19
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-272-22/+18
| |\ | |/ |/|
| * Merge head from 7/28Simon J. Gerraty2014-08-191-8/+10
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | Merge from headSimon J. Gerraty2013-09-051-0/+1
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | Sync from headSimon J. Gerraty2012-11-043-10/+36
| |\ \ \
| * | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+20
* | | | | Constify.Xin LI2015-03-311-11/+11
* | | | | Fix remaining warnings.Xin LI2015-03-272-5/+2
* | | | | - Correct type for checkAgainst.Xin LI2015-03-261-5/+5
* | | | | Convert sbin/ to LIBADDBaptiste Daroussin2014-11-251-2/+1
| |_|_|/ |/| | |
* | | | use .Mt to mark up email addresses consistently (part1)Baptiste Daroussin2014-06-201-1/+1
* | | | Assorted updates to md5.1Benjamin Kaduk2014-05-181-7/+9
| |_|/ |/| |
* | | Add the Clang specific -Wmissing-variable-declarations to WARNS=6.Ed Schouten2013-04-191-0/+1
| |/ |/|
* | Teach md5(1) about sha512.Xin LI2012-08-013-10/+36
|/
* General mdoc(7) and typo fixes.Glen Barber2012-05-101-1/+1
* Document the -c option in --help outputEitan Adler2012-05-091-1/+1
* - new sentence should start on new line.Eitan Adler2011-11-131-2/+2
* - add "check" option to MD5 and friends to compare files against known hash.Eitan Adler2011-11-132-8/+40
* Switch the default WARNS level for sbin/ to 6.Ruslan Ermilov2009-10-191-1/+0
* Minor markup fix for the r186836 update.Simon L. B. Nielsen2009-01-061-1/+2
* 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