[sudo-commits] sudo changeset 14597:d36f1d686343

Todd C. Miller Todd.Miller at sudo.ws
Tue Feb 28 09:14:51 MST 2023


changeset:	14597:d36f1d686343 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/d36f1d686343
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