sbase/libutil
Michael Forney 52e49329e5 crypt: Add some missing error checks for cryptsum
Previously, if a file failed to read in a checksum list, it would be
reported as not matched rather than a read failure.

Also, if reading from stdin failed, previously a bogus checksum would be
printed anyway.
2016-12-27 14:02:32 +01:00
..
concat.c
cp.c
crypt.c crypt: Add some missing error checks for cryptsum 2016-12-27 14:02:32 +01:00
ealloc.c
enmasse.c
eprintf.c
eregcomp.c
estrtod.c
fnck.c
fshut.c
getlines.c Properly increment line lenght on edge-case in getlines() 2016-03-10 08:48:09 +00:00
human.c
linecmp.c linecmp: Handle NUL bytes properly 2016-07-09 10:09:50 +01:00
md5.c
memmem.c Support NUL-containing lines in sort(1) 2016-03-10 08:48:09 +00:00
mkdirp.c
mode.c parsemode: No need to return after eprintf 2016-12-27 13:33:35 +01:00
parseoffset.c
putword.c
reallocarray.c
recurse.c
rm.c
sha1.c
sha224.c add sha224sum and sha384sum 2016-02-24 10:15:16 +00:00
sha256.c add sha224sum and sha384sum 2016-02-24 10:15:16 +00:00
sha384.c add sha224sum and sha384sum 2016-02-24 10:15:16 +00:00
sha512-224.c add sha512-224sum (SHA512/224) and sha512-256sum (SHA512/256) 2016-02-24 10:40:57 +00:00
sha512-256.c add sha512-224sum (SHA512/224) and sha512-256sum (SHA512/256) 2016-02-24 10:40:57 +00:00
sha512.c add sha224sum and sha384sum 2016-02-24 10:15:16 +00:00
strcasestr.c
strlcat.c
strlcpy.c
strsep.c
strtonum.c
unescape.c