[sudo-commits] sudo changeset 13016:89c4dc1e8cb0

Todd C. Miller Todd.Miller at sudo.ws
Thu Feb 18 19:54:36 MST 2021


changeset:	13016:89c4dc1e8cb0 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/89c4dc1e8cb0
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Thu Feb 18 19:38:54 2021 -0700

Log Message:
	Add install-fuzz Makefile target to install the fuzzers and seed corpus.
	The FUZZ_DESTDIR make variable needs to be set in the environment
	or on the command line.

diffstat:

 Makefile.in                         |   2 +-
 doc/Makefile.in                     |   2 +
 examples/Makefile.in                |   2 +
 include/Makefile.in                 |   2 +
 lib/eventlog/Makefile.in            |   2 +
 lib/fuzzstub/Makefile.in            |   2 +
 lib/iolog/Makefile.in               |  49 ++++++++++++++++++++++++++++++++--
 lib/logsrv/Makefile.in              |   2 +
 lib/util/Makefile.in                |  23 +++++++++++++++-
 lib/zlib/Makefile.in                |   2 +
 logsrvd/Makefile.in                 |  23 +++++++++++++++-
 plugins/audit_json/Makefile.in      |   2 +
 plugins/group_file/Makefile.in      |   2 +
 plugins/python/Makefile.in          |   2 +
 plugins/sample/Makefile.in          |   2 +
 plugins/sample_approval/Makefile.in |   2 +
 plugins/sudoers/Makefile.in         |  52 ++++++++++++++++++++++++++++++++++--
 plugins/system_group/Makefile.in    |   2 +
 src/Makefile.in                     |   2 +
 19 files changed, 167 insertions(+), 10 deletions(-)



More information about the sudo-commits mailing list