[sudo-commits] sudo changeset 13124:6bfd2f8d01c0

Todd C. Miller Todd.Miller at sudo.ws
Thu Mar 18 11:58:48 MDT 2021


changeset:	13124:6bfd2f8d01c0 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/6bfd2f8d01c0
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Thu Mar 18 11:39:54 2021 -0600

Log Message:
	Do not redefine system group and passwd functions for testsudoers.
	Instead, prefix the replacements with "testsudoers_" and use a
	custom pwutil backend so they get used.

diffstat:

 MANIFEST                             |   1 +
 plugins/sudoers/Makefile.in          |  30 ++++++++++++++++++-
 plugins/sudoers/testsudoers.c        |  35 ++++++++++-----------
 plugins/sudoers/testsudoers_pwutil.c |  14 ++++++++
 plugins/sudoers/tsgetgrpw.c          |  56 +++++++++++++---------------------
 plugins/sudoers/tsgetgrpw.h          |  58 ++++++++---------------------------
 6 files changed, 95 insertions(+), 99 deletions(-)



More information about the sudo-commits mailing list