[sudo-commits] sudo changeset 13404:d552109d739c

Todd C. Miller Todd.Miller at sudo.ws
Wed Aug 18 15:45:29 MDT 2021


changeset:	13404:d552109d739c in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/d552109d739c
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Wed Aug 18 09:12:19 2021 -0600

Log Message:
	Always allocate a struct sudo_command for the command, even for ALL.
	Previously we special-cased handling of ALL but this complicates
	some upcoming changes.

diffstat:

 plugins/sudoers/gram.c  |  404 +++++++++++++++++++++++------------------------
 plugins/sudoers/gram.y  |   16 +-
 plugins/sudoers/match.c |    5 -
 3 files changed, 208 insertions(+), 217 deletions(-)



More information about the sudo-commits mailing list