[sudo-commits] sudo changeset 11155:b79ae30fe6a4

Todd C. Miller Todd.Miller at sudo.ws
Thu Jan 11 10:51:06 MST 2018


changeset:	11155:b79ae30fe6a4 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/b79ae30fe6a4
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Thu Jan 11 10:49:20 2018 -0700

Log Message:
	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.

diffstat:

 MANIFEST                    |    2 +
 config.h.in                 |    3 +
 configure                   |   13 +-
 configure.ac                |    4 +-
 include/sudo_util.h         |    4 +
 lib/util/Makefile.in        |   10 +-
 lib/util/ttyname_dev.c      |  311 ++++++++++++++++++++++++++++++++++++++++++++
 lib/util/util.exp.in        |    1 +
 plugins/sudoers/Makefile.in |   25 ++-
 plugins/sudoers/check.h     |   14 +
 plugins/sudoers/tsdump.c    |  294 +++++++++++++++++++++++++++++++++++++++++
 src/ttyname.c               |  270 +--------------------------------------
 12 files changed, 668 insertions(+), 283 deletions(-)


More information about the sudo-commits mailing list