[sudo-commits] sudo changeset 13760:152c16a608c1

Todd C. Miller Todd.Miller at sudo.ws
Mon Jan 31 19:20:21 MST 2022


changeset:	13760:152c16a608c1 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/152c16a608c1
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Mon Jan 31 19:18:03 2022 -0700

Log Message:
	Make it possible to merge a host-based Defaults with a global one.
	We convert the global Defaults to a host-based one with a single
	"ALL" member.  Later, when we simplify the host list, we'll convert
	this back to a global Defaults.

diffstat:

 MANIFEST                                         |    2 +
 plugins/sudoers/cvtsudoers_merge.c               |  112 +++++++++++++---------
 plugins/sudoers/regress/cvtsudoers/sudoers1      |    2 +-
 plugins/sudoers/regress/cvtsudoers/sudoers2      |    2 +-
 plugins/sudoers/regress/cvtsudoers/sudoers3      |    2 +-
 plugins/sudoers/regress/cvtsudoers/test34.out.ok |    2 +
 plugins/sudoers/regress/cvtsudoers/test34.sh     |    1 +
 plugins/sudoers/regress/cvtsudoers/test35.out.ok |    2 +
 plugins/sudoers/regress/cvtsudoers/test35.sh     |    1 +
 plugins/sudoers/regress/cvtsudoers/test36.out.ok |    2 +
 plugins/sudoers/regress/cvtsudoers/test36.sh     |    1 +
 plugins/sudoers/regress/cvtsudoers/test37.out.ok |   17 +++
 plugins/sudoers/regress/cvtsudoers/test37.sh     |   10 ++
 13 files changed, 105 insertions(+), 51 deletions(-)



More information about the sudo-commits mailing list