[sudo-commits] sudo changeset 14814:109830a316ee

Todd C. Miller Todd.Miller at sudo.ws
Fri Jun 30 16:19:32 MDT 2023


changeset:	14814:109830a316ee in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/109830a316ee
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Fri Jun 30 10:43:18 2023 -0600

Log Message:
	Move check_user_* functions to check_util.c so testsudoers can use them.

diffstat:

 MANIFEST                                   |    1 +
 plugins/sudoers/Makefile.in                |   49 +++++++++---
 plugins/sudoers/check.c                    |   25 ------
 plugins/sudoers/check_util.c               |  115 +++++++++++++++++++++++++++++
 plugins/sudoers/regress/fuzz/fuzz_policy.c |   14 +++
 plugins/sudoers/sudoers.c                  |   71 ++---------------
 plugins/sudoers/sudoers.h                  |    6 +-
 7 files changed, 182 insertions(+), 99 deletions(-)



More information about the sudo-commits mailing list