aboutsummaryrefslogtreecommitdiff
path: root/sbin/md5
Commit message (Expand)AuthorAgeFilesLines
* md5: return non-zero if built-in tests (-x) failEd Maste2020-07-231-2/+4
* md5(1): fix -c flag to work with input on stdinAllan Jude2020-06-191-49/+52
* md5(1): Add EXAMPLES sectionFernando Apesteguía2020-06-191-1/+43
* md5(1): fix style in man pageFernando Apesteguía2020-06-151-29/+14
* Close filedescriptors when done with them.Poul-Henning Kamp2019-04-191-1/+3
* capsicum: use a new capsicum helpers in toolsMariusz Zaborski2018-11-041-2/+2
* Allow bootstrapping md5 on Linux, MacOS and FreeBSD < 12Alex Richardson2018-08-232-2/+22
* Integrate SHA2-224 with userspace componentsConrad Meyer2018-07-093-54/+31
* Convert `cap_enter() < 0 && errno != ENOSYS` to `caph_enter() < 0`.Mariusz Zaborski2018-06-191-4/+2
* md5: perform compare case-insenstiveEitan Adler2018-05-231-2/+2
* 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