[sudo-commits] sudo changeset 14055:a8a47f3770b3

Todd C. Miller Todd.Miller at sudo.ws
Thu Jun 9 14:02:48 MDT 2022


changeset:	14055:a8a47f3770b3 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/a8a47f3770b3
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Thu Jun 09 13:05:21 2022 -0600

Log Message:
	Save a pointer to the event_alloc parameter in the plugin open function.
	That way we don't need to pass event_alloc around to the log client
	functions.

diffstat:

 plugins/sudoers/audit.c                                   |   9 ++-
 plugins/sudoers/iolog.c                                   |   6 +-
 plugins/sudoers/log_client.c                              |  18 ++++---
 plugins/sudoers/log_client.h                              |   2 +-
 plugins/sudoers/logging.c                                 |  34 ++++----------
 plugins/sudoers/logging.h                                 |   4 +-
 plugins/sudoers/policy.c                                  |   3 +
 plugins/sudoers/regress/iolog_plugin/check_iolog_plugin.c |   1 +
 plugins/sudoers/sudoers.h                                 |   1 +
 9 files changed, 39 insertions(+), 39 deletions(-)



More information about the sudo-commits mailing list