aboutsummaryrefslogtreecommitdiff
path: root/sbin/md5
Commit message (Expand)AuthorAgeFilesLines
* md5: Consistently use item count as the first argument to callocJohn Baldwin2024-11-291-1/+1
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-231-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-233-3/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* md5: fix *sum -c with missing filesKyle Evans2023-02-167-1/+93
* libmd / md5: Add SHA-512/224.Dag-Erling Smørgrav2023-02-097-9/+59
* sbin/md5.c: fix -q -c for BSD style versionsStefan Eßer2023-02-092-4/+9
* update external URLsWolfram Schneider2023-02-091-3/+3
* md5/tests: extend md5 testStefan Eßer2023-02-091-2/+2
* md5(1): Fix a typo in the manual pageGordon Bergling2021-08-191-1/+1
* md5: Improve compatibility with coreutils and format fixStefan Eßer2021-07-062-10/+25
* md5: Fix cross-build after c2870e576bd2Jessica Clarke2021-06-281-0/+1
* sbin/md5: improve compatibility with coreutils -c optionStefan Eßer2021-06-284-34/+214
* md5: portability fix -- include stdbool.h explicitlyWarner Losh2021-06-281-0/+1
* md5: Create md5sum, etc compatible programsWarner Losh2021-06-283-11/+88
* sbin/md5: add testsStefan Eßer2021-06-2865-0/+448
* 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