]> granicus.if.org Git - sudo/commit
Store signal name, not number in I/O log timing file.
authorTodd C. Miller <Todd.Miller@sudo.ws>
Mon, 5 Aug 2019 22:30:58 +0000 (16:30 -0600)
committerTodd C. Miller <Todd.Miller@sudo.ws>
Mon, 5 Aug 2019 22:30:58 +0000 (16:30 -0600)
commit3e56be3564115287bf000cc5bde58bae56a06224
tree9fd870f7cda4f8c40a63ce00f4e8efcba0a8e6d1
parentdfc32e5b3ece9b33dab339341ebeab4edad5023c
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.
MANIFEST
config.h.in
configure
configure.ac
doc/sudoers.man.in
doc/sudoers.mdoc.in
include/sudo_compat.h
lib/util/Makefile.in
lib/util/str2sig.c [new file with mode: 0644]
plugins/sudoers/iolog.c
plugins/sudoers/iolog_util.c