[sudo-commits] sudo changeset 14992:8ff3016dc8ad

Todd C. Miller Todd.Miller at sudo.ws
Mon Aug 21 11:20:22 MDT 2023


changeset:	14992:8ff3016dc8ad in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/8ff3016dc8ad
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Mon Aug 21 09:21:53 2023 -0600

Log Message:
	Store policy paths in struct sudoers_context.

	This removes the need for the getters in policy.c.

diffstat:

 plugins/sudoers/cvtsudoers.c                     |   2 +-
 plugins/sudoers/group_plugin.c                   |   8 ++--
 plugins/sudoers/ldap.c                           |   9 ++--
 plugins/sudoers/ldap_conf.c                      |  20 +++++-----
 plugins/sudoers/policy.c                         |  42 +++++------------------
 plugins/sudoers/regress/fuzz/fuzz_sudoers.c      |   2 +-
 plugins/sudoers/regress/fuzz/fuzz_sudoers_ldif.c |   2 +-
 plugins/sudoers/sudo_ldap_conf.h                 |   3 +-
 plugins/sudoers/sudoers.c                        |   4 +-
 plugins/sudoers/sudoers.h                        |   7 +--
 plugins/sudoers/testsudoers.c                    |   8 +----
 plugins/sudoers/visudo.c                         |   2 +-
 12 files changed, 41 insertions(+), 68 deletions(-)



More information about the sudo-commits mailing list