[sudo-commits] sudo changeset 13655:073ada18f18b

Todd C. Miller Todd.Miller at sudo.ws
Sat Nov 20 08:04:54 MST 2021


changeset:	13655:073ada18f18b in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/073ada18f18b
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Thu Nov 11 15:40:51 2021 -0700

Log Message:
	Add sudoers_parse_tree_list, a tail queue of struct sudoers_parse_tree.
	This will be used to store multiple parse trees and merge them
	into a single sudoers_parse_tree.

diffstat:

 plugins/sudoers/cvtsudoers.c |    1 +
 plugins/sudoers/gram.c       |  557 +++++++++++++++++++++---------------------
 plugins/sudoers/gram.h       |    4 +-
 plugins/sudoers/gram.y       |    1 +
 plugins/sudoers/parse.h      |    2 +
 5 files changed, 285 insertions(+), 280 deletions(-)



More information about the sudo-commits mailing list