summaryrefslogtreecommitdiff
path: root/sbin/md5
AgeCommit message (Expand)Author
2024-10-14Update Makefile.depend filesSimon J. Gerraty
2024-07-19md5: Consistently use item count as the first argument to callocJohn Baldwin
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-03-12md5.1: Fix the GNU mode example when using a digest fileGordon Bergling
2024-03-06Revert "md5.1: Fix an example"Gordon Bergling
2024-02-28md5.1: Fix an exampleStefan Schlosser
2024-02-20md5: Untabify declarations.Dag-Erling Smørgrav
2024-02-20md5: Fix GNU check mode.Dag-Erling Smørgrav
2024-02-20md5: Fix Perl mode long options.Dag-Erling Smørgrav
2024-02-20md5: Add test case for GNU input modes.Dag-Erling Smørgrav
2024-02-16md5: Clean up input stream rights.Dag-Erling Smørgrav
2024-02-16md5: Ignore files in string and passthrough mode.Dag-Erling Smørgrav
2024-02-16md5: Accept "-" as alias for stdin.Dag-Erling Smørgrav
2024-01-16md5: Enter capability mode earlierRicardo Branco
2023-11-26sbin: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-26sbin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-07md5: extend capabilitesMariusz Zaborski
2023-05-11md5: Add missing <errno.h>.Dag-Erling Smørgrav
2023-05-10md5: Add missing references to sha384.Dag-Erling Smørgrav
2023-05-10md5: Don't increment a bool.Dag-Erling Smørgrav
2023-05-10md5: Include <osreldate.h> for __FreeBSD_version.Dag-Erling Smørgrav
2023-05-10md5: Fix input error check.Dag-Erling Smørgrav
2023-05-08md5: Improve compatibility.Dag-Erling Smørgrav
2023-05-04md5 Makefile.depend.hostSimon J. Gerraty
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2023-02-13md5: fix *sum -c with missing filesKyle Evans
2023-02-06md5/tests: extend md5 testStefan Eßer
2023-02-06libmd / md5: Add SHA-512/224.Dag-Erling Smørgrav
2022-07-26sbin/md5.c: fix -q -c for BSD style versionsStefan Eßer
2022-02-05update external URLsWolfram Schneider
2021-08-14md5(1): Fix a typo in the manual pageGordon Bergling
2021-06-29md5: Improve compatibility with coreutils and format fixStefan Eßer
2021-06-25md5: Fix cross-build after c2870e576bd2Jessica Clarke
2021-06-25sbin/md5: re-enable testsStefan Eßer
2021-06-25sbin/md5: disable tests due to build failuresStefan Eßer
2021-06-25sbin/md5: fix test case to not write outside temp directoryStefan Eßer
2021-06-25sbin/md5: improve compatibility with coreutils -c optionStefan Eßer
2021-06-25sbin/md5: add testsStefan Eßer
2021-06-19sbin/md5: add md5sum to synopsis in the man-pageStefan Eßer
2021-05-20md5: portability fix -- include stdbool.h explicitlyWarner Losh
2021-05-19md5: Create md5sum, etc compatible programsWarner Losh
2020-07-23md5: return non-zero if built-in tests (-x) failEd Maste
2020-06-19md5(1): fix -c flag to work with input on stdinAllan Jude
2020-06-19md5(1): Add EXAMPLES sectionFernando Apesteguía
2020-06-15md5(1): fix style in man pageFernando Apesteguía
2019-04-19Close filedescriptors when done with them.Poul-Henning Kamp
2018-11-04capsicum: use a new capsicum helpers in toolsMariusz Zaborski