sbase/libutil
FRIGN a88906b423 Rever the strmem() addition and add a TODO element
strmem() was not very well thought out. The thing is the following:
If the string contains a zero character, we want to match it, and not
stop right there in place.

The "real" solution is to use memmem() where needed and replace all
functions that assume zero-terminated-strings from standard input, which
could lead to early string-breakoffs.
This requires a strict tracking of string lengths.
2016-02-26 09:54:46 +00:00
..
concat.c Add *fshut() functions to properly flush file streams 2015-04-05 09:13:56 +01:00
cp.c Align end of comment 2015-11-13 14:24:09 +00:00
crypt.c Handle '-' consistently 2015-05-16 13:34:00 +01:00
ealloc.c
enmasse.c Revert "enmasse: For the special case of 2 args, do not distinguish between dirs and files" 2015-11-13 14:31:34 +00:00
eprintf.c Check argv0 in xvprintf() 2015-12-21 14:13:36 +00:00
eregcomp.c code-style: whitespace fixes 2015-09-30 19:44:10 +01:00
estrtod.c
fnck.c
fshut.c Fix typo in libutil/fshut.c 2015-10-26 16:53:28 +00:00
getlines.c libutil/getlines: fix potential crash 2015-05-08 16:38:06 +01:00
human.c Use off_t in humansize() as it is more descriptive and applicable 2015-04-29 16:42:49 +01:00
md5.c
mkdirp.c Move mkdirp() to libutil 2015-04-20 18:04:08 +01:00
mode.c Do not indent label 2015-12-21 09:55:01 +00:00
parseoffset.c Use SSIZE_MAX for overflow check in parseoffset() 2015-11-26 10:35:46 +00:00
putword.c Actually print <space> to stream in putword() too 2015-04-21 18:00:47 +01:00
reallocarray.c
recurse.c Add SILENT flag to recurse() 2015-04-20 11:12:40 +01:00
rm.c Add SILENT flag to recurse() 2015-04-20 11:12:40 +01:00
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 code-style: whitespace fixes 2015-09-30 19:44:10 +01:00
strlcat.c
strlcpy.c
strsep.c
strtonum.c
unescape.c Fix compilation error 2016-02-21 08:52:48 +00:00