aboutsummaryrefslogtreecommitdiff
path: root/sbin/md5
Commit message (Expand)AuthorAgeFilesLines
* Update Makefile.depend filesSimon J. Gerraty2024-10-142-0/+11
* md5: Consistently use item count as the first argument to callocJohn Baldwin2024-07-191-1/+1
* Remove residual blank line at start of MakefileWarner Losh2024-07-152-2/+0
* md5.1: Fix the GNU mode example when using a digest fileGordon Bergling2024-03-121-2/+2
* Revert "md5.1: Fix an example"Gordon Bergling2024-03-061-2/+2
* md5.1: Fix an exampleStefan Schlosser2024-02-281-2/+2
* md5: Untabify declarations.Dag-Erling Smørgrav2024-02-201-19/+19
* md5: Fix GNU check mode.Dag-Erling Smørgrav2024-02-201-16/+20
* md5: Fix Perl mode long options.Dag-Erling Smørgrav2024-02-201-1/+2
* md5: Add test case for GNU input modes.Dag-Erling Smørgrav2024-02-201-0/+23
* md5: Clean up input stream rights.Dag-Erling Smørgrav2024-02-161-9/+1
* md5: Ignore files in string and passthrough mode.Dag-Erling Smørgrav2024-02-163-1/+5
* md5: Accept "-" as alias for stdin.Dag-Erling Smørgrav2024-02-163-4/+25
* md5: Enter capability mode earlierRicardo Branco2024-01-162-28/+38
* sbin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sbin: Remove ancient SCCS tags.Warner Losh2023-11-271-1/+0
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-164-4/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* md5: extend capabilitesMariusz Zaborski2023-08-071-1/+1
* md5: Add missing <errno.h>.Dag-Erling Smørgrav2023-05-111-0/+1
* md5: Add missing references to sha384.Dag-Erling Smørgrav2023-05-101-3/+4
* md5: Don't increment a bool.Dag-Erling Smørgrav2023-05-101-3/+3
* md5: Include <osreldate.h> for __FreeBSD_version.Dag-Erling Smørgrav2023-05-101-0/+1
* md5: Fix input error check.Dag-Erling Smørgrav2023-05-101-2/+2
* md5: Improve compatibility.Dag-Erling Smørgrav2023-05-0875-747/+1061
* md5 Makefile.depend.hostSimon J. Gerraty2023-05-041-0/+12
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-1/+1
* md5: fix *sum -c with missing filesKyle Evans2023-02-137-1/+93
* md5/tests: extend md5 testStefan Eßer2023-02-061-2/+2
* libmd / md5: Add SHA-512/224.Dag-Erling Smørgrav2023-02-067-9/+59
* sbin/md5.c: fix -q -c for BSD style versionsStefan Eßer2022-07-262-4/+9
* update external URLsWolfram Schneider2022-02-051-3/+3
* md5(1): Fix a typo in the manual pageGordon Bergling2021-08-141-1/+1
* md5: Improve compatibility with coreutils and format fixStefan Eßer2021-06-292-10/+25
* md5: Fix cross-build after c2870e576bd2Jessica Clarke2021-06-251-0/+1
* sbin/md5: re-enable testsStefan Eßer2021-06-251-4/+4
* sbin/md5: disable tests due to build failuresStefan Eßer2021-06-251-4/+4
* sbin/md5: fix test case to not write outside temp directoryStefan Eßer2021-06-251-2/+2
* sbin/md5: improve compatibility with coreutils -c optionStefan Eßer2021-06-254-34/+209
* sbin/md5: add testsStefan Eßer2021-06-2565-0/+448
* sbin/md5: add md5sum to synopsis in the man-pageStefan Eßer2021-06-191-1/+6
* md5: portability fix -- include stdbool.h explicitlyWarner Losh2021-05-201-0/+1
* md5: Create md5sum, etc compatible programsWarner Losh2021-05-193-11/+88
* 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