[sudo-commits] sudo changeset 14934:534b5e02dc34

Todd C. Miller Todd.Miller at sudo.ws
Wed Jul 26 14:01:07 MDT 2023


changeset:	14934:534b5e02dc34 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/534b5e02dc34
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Tue Jul 25 15:57:20 2023 -0600

Log Message:
	sudoers_lookup_pseudo: sync with sudoers_lookup_check

	This makes sudoers_lookup_pseudo(), which is used for pseudo-command
	like "list" and "validate" a bit more like sudoers_lookup_check().
	Time of day checks are performed, and callbacks are supported.  We
	cannot use the same code for regular commands and pseudo-commands
	due to the "pwcheck == all" case.

diffstat:

 plugins/sudoers/lookup.c |  117 +++++++++++++++++++++++++++++-----------------
 1 files changed, 74 insertions(+), 43 deletions(-)



More information about the sudo-commits mailing list