[sudo-commits] sudo changeset 11961:6cdcb5624908

Todd C. Miller Todd.Miller at sudo.ws
Wed Nov 20 13:02:03 MST 2019


changeset:	11961:6cdcb5624908 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/6cdcb5624908
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Wed Nov 20 10:57:47 2019 -0700

Log Message:
	For plugin API 1.15 and up, always call the plugin close function.
	Previously, it was only called when a command was run (including
	sudoedit).  Now, plugin operations list, validate, invalidate, and
	show_version are also closed.

diffstat:

 doc/sudo_plugin.man.in   |  43 ++++++++++++++++++++++++++++++++++---------
 doc/sudo_plugin.mdoc.in  |  43 ++++++++++++++++++++++++++++++++++---------
 plugins/sudoers/policy.c |  12 ++++++++----
 src/sudo.c               |  27 +++++++++++++++++++++++++++
 4 files changed, 103 insertions(+), 22 deletions(-)


More information about the sudo-commits mailing list