]> granicus.if.org Git - sudo/history - lib/util/regress
If the sudoreplay ID option is a fully-qualified path, use it directly.
[sudo] / lib / util / regress /
2019-08-19 Todd C. MillerAdd regress tests for str2sig() and sig2str().
2019-06-25 Todd C. MillerAdd ssizeof macro that returns ssize_t.
2019-04-29 Todd C. MillerAdd SPDX-License-Identifier to files.
2019-04-08 Todd C. MillerAdd a proper getdelim(3) replacement and use it instead...
2019-02-18 Todd C. MillerQuiet a warning on gcc 8
2019-01-20 Todd C. MillerMinor snprintf() usage tweaks:
2018-10-26 Todd C. MillerSkip sudo_getgrouplist2() check on systems with getgrou...
2018-10-26 Todd C. MillerCheck the user's primary gid from the passwd file too.
2018-10-26 Todd C. MillerConvert PVS-Studio comment to ANSI C.
2018-10-26 Todd C. MillerAdd regress test for sudo_getgrouplist2().
2018-10-21 Todd C. MillerAdd comments in .c files so PVS-Studio will check them.
2018-08-30 Todd C. MillerFix warnings on OpenIndiana (Illumos)
2017-12-04 Todd C. Millerupdate my email to Todd.Miller@sudo.ws
2017-11-28 Todd C. MillerAdd missing initprogname() calls.
2017-02-14 Todd C. MillerFix final test with a format > 2048 bytes.
2017-01-16 Todd C. MillerAdd regress for vsyslog replacement.
2016-12-02 Todd C. MillerFix a clang warning on macOS
2016-11-30 Todd C. Millerid_t is 64-bits on FreeBSD so use strtoll() there.
2016-11-16 Todd C. MillerPlug memory leak when a particular Path is set more...
2016-11-16 Todd C. MillerAlways define _PATH_SUDO_NOEXEC, _PATH_SUDO_SESH, _PATH...
2016-11-03 Todd C. MillerUpdate error output to match quoting changes.
2016-09-01 Todd C. MillerAdd a flags option to sudo_parseln() and a flag to...
2016-02-26 Todd C. MillerBetter test for negated character classes.
2016-02-26 Todd C. MillerAdd test for negated character class
2015-07-07 Todd C. MillerCheck sudo_conf_read() return value and exit on fatal...
2015-06-30 Todd C. MillerAdd missing exit value.
2015-06-30 Todd C. MillerAdd missing fcntl.h include.
2015-06-20 Todd C. MillerOnly include stddef.h where it is needed.
2015-06-19 Todd C. MillerWe require ANSI C so stop using the obsolete STDC_HEADERS.
2015-06-19 Todd C. MillerUse strtok_r() instead of strtok()
2015-06-19 Todd C. MillerRemove obsolete memory.h include.
2015-06-18 Todd C. MillerTest strsplit behavior with an empty string.
2015-05-27 Todd C. MillerAdd unit tests for strsplit and parse_gid_list.
2015-04-09 Todd C. MillerInclude sys/types.h instead of unistd.h to get uid_t...
2015-02-20 Todd C. MillerAdd regress for mkdtemp and mkstemps from OpenBSD
2014-10-27 Todd C. MillerAdjust regress test now that boolean settings display...
2014-10-26 Todd C. MillerAdd a flag argument to sudo_conf_read() so we can decid...
2014-10-22 Todd C. MillerChange how sudo.conf is parsed. We now do a quick...
2014-07-25 Todd C. MillerAvoid potential division by zero
2014-07-25 Todd C. MillerAdd test for getprogname() and symbolic links; bug 654
2014-07-22 Todd C. MillerRename missing.h -> sudo_compat.h
2014-07-21 Todd C. MillerRename fatal.h -> sudo_fatal.h
2014-07-21 Todd C. MillerRename queue.h -> sudo_queue.h to avoid collisions...
2014-06-27 Todd C. Milleratobool -> sudo_strtobool
2014-06-27 Todd C. MillerSplit fileops.c into parseln.c and locking.c
2014-06-27 Todd C. MillerRename warning/fatal -> sudo_warn/sudo_fatal to avoid...
2014-06-26 Todd C. MillerAdd exported libsudo_util functions to util.exp and...
2014-06-26 Todd C. MillerTop level directory reorg