[sudo-commits] sudo changeset 12167:5bb4e000a7ec

Todd C. Miller Todd.Miller at sudo.ws
Thu Jan 30 21:23:03 MST 2020


changeset:	12167:5bb4e000a7ec in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/5bb4e000a7ec
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Thu Jan 30 13:25:36 2020 -0700

Log Message:
	Pass back a failure or error string to the front end.
	The audit_failure() function now stores the failure string.
	This will allow an audit plugin to log the reason if the user's
	request is a rejected.

diffstat:

 plugins/sudoers/audit.c                                   |   15 +-
 plugins/sudoers/iolog.c                                   |  107 ++++++++-----
 plugins/sudoers/logging.c                                 |   33 +--
 plugins/sudoers/logging.h                                 |    1 +
 plugins/sudoers/policy.c                                  |   67 ++++++-
 plugins/sudoers/regress/iolog_plugin/check_iolog_plugin.c |    9 +-
 plugins/sudoers/sudoers.c                                 |   40 +++--
 plugins/sudoers/sudoers.h                                 |    2 +-
 8 files changed, 176 insertions(+), 98 deletions(-)


More information about the sudo-commits mailing list