[sudo-commits] sudo changeset 14608:efb3a4dea1da

Todd C. Miller Todd.Miller at sudo.ws
Sun Mar 5 19:37:57 MST 2023


changeset:	14608:efb3a4dea1da in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/efb3a4dea1da
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Tue Feb 28 08:47:45 2023 -0700

Log Message:
	Move handling of the "list" pseudo-command from lexer to parser.
	The special handling of "list" in the lexer meant it could not
	be used as a user, group or host, which was unintentional.
	GitHub issue #246.

diffstat:

 plugins/sudoers/gram.c |   518 ++--
 plugins/sudoers/gram.y |    21 +
 plugins/sudoers/toke.c |  5068 +++++++++++++++++++++++------------------------
 plugins/sudoers/toke.l |     8 -
 4 files changed, 2820 insertions(+), 2795 deletions(-)



More information about the sudo-commits mailing list