[sudo-commits] sudo changeset 14539:97e516576212

Todd C. Miller Todd.Miller at sudo.ws
Thu Feb 9 11:14:29 MST 2023


changeset:	14539:97e516576212 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/97e516576212
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Thu Feb 09 11:09:24 2023 -0700

Log Message:
	Add eventlog_mail() to send a log message via mail.
	This is used by mail_parse_errors() to send multi-line messages.
	Previously, the newlines would be escaped as control characters.

diffstat:

 include/sudo_eventlog.h   |   1 +
 lib/eventlog/eventlog.c   |  50 ++++++++++++++++++++++++++++++++++++++++++++--
 plugins/sudoers/logging.c |  48 ++++++++++++++-------------------------------
 3 files changed, 63 insertions(+), 36 deletions(-)



More information about the sudo-commits mailing list