aboutsummaryrefslogtreecommitdiff
path: root/sbin/md5/md5.c
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
* 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-231-2/+14
* Integrate SHA2-224 with userspace componentsConrad Meyer2018-07-091-0/+17
* 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
* 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-291-5/+54
* Implement SHA-512 truncated (224 and 256 bits)Allan Jude2016-05-281-0/+16
* Replace sys/crypto/sha2/sha2.c with lib/libmd/sha512c.cAllan Jude2015-12-271-0/+17
* Constify.Xin LI2015-03-311-11/+11
* Fix remaining warnings.Xin LI2015-03-271-2/+2
* - Correct type for checkAgainst.Xin LI2015-03-261-5/+5
* Teach md5(1) about sha512.Xin LI2012-08-011-2/+20
* Document the -c option in --help outputEitan Adler2012-05-091-1/+1
* - add "check" option to MD5 and friends to compare files against known hash.Eitan Adler2011-11-131-7/+31
* 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
* In light of the recent 2^69 operation collision-finding attack on SHA1,Colin Percival2005-03-091-2/+20
* fix handling of an unknown progeam nameOliver Eikemeier2004-06-221-1/+1
* Add sha1 and rmd160 checksum tools.Oliver Eikemeier2004-06-111-47/+134
* Set exit code to 1 in case at least one of the input filesStefan Eßer2003-11-021-2/+9
* Use __FBSDID() to quiet GCC 3.3 warnings.David E. O'Brien2003-05-031-4/+2
* Improvements to md5.c so that it uses getrusage to timeMike Silbersack2003-02-141-8/+12
* Change the -x option so that it does an actual REAL test ofMike Silbersack2003-01-261-11/+35
* FixPoul-Henning Kamp2001-12-191-1/+3
* Add missing cast for improper time_t use in computation.Matthew Dillon2001-10-281-1/+1
* Fix include ordering breakage from rev. 1.23.Dag-Erling Smørgrav2001-06-291-2/+2
* Only checksum stdin if nothing has been checksummed yet.Ruslan Ermilov2001-06-251-2/+2
* Include missing header files which define functions for which gcc hasDima Dorfman2001-06-241-0/+1
* Fix argument processing.Ruslan Ermilov2001-05-221-51/+45
* Update usage().David E. O'Brien2000-11-081-1/+1
* Add -q quite mode.David E. O'Brien1999-12-041-3/+11
* Make `-r -s' also match the BSDI output.David E. O'Brien1999-11-111-1/+1
* Change the "-r" output format to match BSDI's default output format.David E. O'Brien1999-11-091-2/+2
* Add a new "-r" (right) option that reverses the order a filename and theDavid E. O'Brien1999-11-071-3/+15
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Since we are using strlen() let's assign it to the correct type andBill Fumerola1999-07-211-2/+3
* Fixes for -t option:Kris Kennaway1999-05-011-3/+4
* Correct use of .Nm. Spelling. Add rcsid, remove unused #includes, use err(3).Philippe Charnier1998-07-061-12/+10
* Fix a few style nits from previous commit.Steve Price1997-12-291-11/+10
* Get md5(1) to use getopt(3). Also some minor -Wall cleaningSteve Price1997-12-291-18/+41
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Trivial fix for braino.Poul-Henning Kamp1997-01-161-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Moved #include of <sys/types.h> earlier so that this compiles whenBruce Evans1996-10-251-3/+6
* Fix to match new API. Fixes memory leak, faster.Poul-Henning Kamp1995-07-121-6/+9