[sudo-commits] sudo changeset 11752:5652f831b715

Todd C. Miller Todd.Miller at sudo.ws
Mon Aug 5 16:35:30 MDT 2019


changeset:	11752:5652f831b715 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/5652f831b715
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Mon Aug 05 16:30:58 2019 -0600

Log Message:
	Store signal name, not number in I/O log timing file.
	The "SIG" prefix is not used so, e.g. SIGTERM -> "TERM".
	This makes the I/O log files portable from one system to another.
	Older I/O log files with signal numbers can still be replayed.

diffstat:

 MANIFEST                     |    3 +-
 config.h.in                  |    3 +
 configure                    |   42 +++++++++--
 configure.ac                 |   16 +++-
 doc/sudoers.man.in           |    4 +-
 doc/sudoers.mdoc.in          |    4 +-
 include/sudo_compat.h        |    5 +
 lib/util/Makefile.in         |    6 +
 lib/util/str2sig.c           |  154 +++++++++++++++++++++++++++++++++++++++++++
 plugins/sudoers/iolog.c      |    7 +-
 plugins/sudoers/iolog_util.c |    8 +-
 11 files changed, 226 insertions(+), 26 deletions(-)


More information about the sudo-commits mailing list