[sudo-commits] sudo changeset 14724:902d9da6a941

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


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

Log Message:
	Convert config file paths to colon-separated path list.
	This means that _PATH_SUDO_CONF, _PATH_SUDOERS, _PATH_SUDO_LOGSRVD_CONF,
	and _PATH_CVTSUDOERS_CONF can now specify multiple files.  The first
	file that exists is used.

diffstat:

 configure                    |    9 ++-
 configure.ac                 |    9 ++-
 include/sudo_util.h          |    4 +
 lib/util/Makefile.in         |    2 +-
 lib/util/secure_path.c       |   58 ++++++++++++++++++++
 lib/util/sudo_conf.c         |   96 ++++++++++++++++++---------------
 lib/util/util.exp.in         |    2 +
 logsrvd/Makefile.in          |    2 +-
 logsrvd/logsrvd.c            |    5 +-
 logsrvd/logsrvd_conf.c       |   24 ++++++-
 plugins/sudoers/Makefile.in  |    4 +-
 plugins/sudoers/cvtsudoers.c |   47 +++++++++++----
 plugins/sudoers/sudoers.c    |  123 +++++++++++++++++++++++-------------------
 src/Makefile.in              |    2 +-
 14 files changed, 259 insertions(+), 128 deletions(-)



More information about the sudo-commits mailing list