[sudo-commits] sudo changeset 14725:bebe005e2d32

Todd C. Miller Todd.Miller at sudo.ws
Tue May 2 11:23:31 MDT 2023


changeset:	14725:bebe005e2d32 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/bebe005e2d32
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Tue May 02 10:37:38 2023 -0600

Log Message:
	Support sudoers_file being a colon-separated path of files.
	The first file found is used.

diffstat:

 plugins/sudoers/cvtsudoers.c                     |    2 +-
 plugins/sudoers/file.c                           |    8 +-
 plugins/sudoers/regress/fuzz/fuzz_sudoers.c      |    2 +-
 plugins/sudoers/regress/fuzz/fuzz_sudoers_ldif.c |    2 +-
 plugins/sudoers/sudoers.c                        |   18 ++-
 plugins/sudoers/sudoers.h                        |    2 +-
 plugins/sudoers/testsudoers.c                    |    2 +-
 plugins/sudoers/toke.c                           |    6 +-
 plugins/sudoers/toke.l                           |    6 +-
 plugins/sudoers/visudo.c                         |  138 ++++++++++++++++------
 10 files changed, 131 insertions(+), 55 deletions(-)



More information about the sudo-commits mailing list