]> granicus.if.org Git - sudo/commit
Add tsdump, a simple utility to dump a timestamp file. To build,
authorTodd C. Miller <Todd.Miller@sudo.ws>
Thu, 11 Jan 2018 17:49:20 +0000 (10:49 -0700)
committerTodd C. Miller <Todd.Miller@sudo.ws>
Thu, 11 Jan 2018 17:49:20 +0000 (10:49 -0700)
commitff5ac3ef0e72e280a941b9164997b361e91593b0
tree6f713976896a0bec3fa16ae024e20d520f1c89c7
parentd5f4fdb81476e70bfede9031d82b33440ead0722
Add tsdump, a simple utility to dump a timestamp file.  To build,
run "make tsdump" in the plugins/sudoers directory (it is not built
by default).  In order to map the tty device number to a name,
sudo_ttyname_dev() has been moved into libsudo_util.
12 files changed:
MANIFEST
config.h.in
configure
configure.ac
include/sudo_util.h
lib/util/Makefile.in
lib/util/ttyname_dev.c [new file with mode: 0644]
lib/util/util.exp.in
plugins/sudoers/Makefile.in
plugins/sudoers/check.h
plugins/sudoers/tsdump.c [new file with mode: 0644]
src/ttyname.c