[sudo-commits] sudo changeset 15041:03da23d61efe

Todd C. Miller Todd.Miller at sudo.ws
Sat Sep 9 14:49:11 MDT 2023


changeset:	15041:03da23d61efe in /raid/repos/sudo
tags:		tip
details:	https://www.sudo.ws/repos/sudo/rev/03da23d61efe
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Sat Sep 09 14:48:25 2023 -0600
files:		plugins/sudoers/cvtsudoers.c plugins/sudoers/pwutil.c plugins/sudoers/pwutil.h plugins/sudoers/pwutil_impl.c plugins/sudoers/sudoers.h plugins/sudoers/testsudoers.c plugins/sudoers/testsudoers_pwutil.h

Log Message:
	Wrap valid_shell and add to sudo_pwutil_set_backend().

	This will make it possible to support a different getusershell()
	implementation for testsudoers in the future.


diffstat:

 plugins/sudoers/cvtsudoers.c         |  5 +++--
 plugins/sudoers/pwutil.c             |  6 +++++-
 plugins/sudoers/pwutil.h             |  2 +-
 plugins/sudoers/pwutil_impl.c        |  3 +--
 plugins/sudoers/sudoers.h            |  3 ++-
 plugins/sudoers/testsudoers.c        |  2 +-
 plugins/sudoers/testsudoers_pwutil.h |  6 ++++++
 7 files changed, 19 insertions(+), 8 deletions(-)



More information about the sudo-commits mailing list