[sudo-commits] sudo changeset 12257:3236bd001160

Todd C. Miller Todd.Miller at sudo.ws
Sat Feb 22 16:14:23 MST 2020


changeset:	12257:3236bd001160 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/3236bd001160
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Sat Feb 22 16:13:56 2020 -0700

Log Message:
	Open event log at config time instead of open/close for each entry.
	If logging via syslog, do the openlog() at config time instead.
	We still lock the log file prior to writing to it but unlock
	immediately after.

diffstat:

 logsrvd/eventlog.c     |  61 ++++++++-----------------------------------------
 logsrvd/logsrvd.h      |   1 +
 logsrvd/logsrvd_conf.c |  59 +++++++++++++++++++++++++++++++++++++++++++++++-
 3 files changed, 69 insertions(+), 52 deletions(-)


More information about the sudo-commits mailing list