[sudo-commits] sudo changeset 13351:3187e87d7fb6

Todd C. Miller Todd.Miller at sudo.ws
Mon Aug 9 16:09:50 MDT 2021


changeset:	13351:3187e87d7fb6 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/3187e87d7fb6
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Mon Aug 09 15:50:25 2021 -0600

Log Message:
	Make it possible to call the sudoers policy check function multiple times.
	We need to reset the Defaults values to their original state.

diffstat:

 plugins/sudoers/auth/bsdauth.c             |   4 +
 plugins/sudoers/auth/pam.c                 |   1 -
 plugins/sudoers/defaults.c                 |  37 ++++++++++++-
 plugins/sudoers/defaults.h                 |   1 +
 plugins/sudoers/file.c                     |   1 +
 plugins/sudoers/ldap.c                     |   2 +-
 plugins/sudoers/ldap_util.c                |  35 +------------
 plugins/sudoers/policy.c                   |  13 ++-
 plugins/sudoers/regress/fuzz/fuzz_policy.c |  40 +++++++++++---
 plugins/sudoers/sssd.c                     |   2 +-
 plugins/sudoers/sudo_ldap.h                |   1 -
 plugins/sudoers/sudoers.c                  |  81 ++++++++++++++++++++++++-----
 plugins/sudoers/sudoers.h                  |   2 +-
 13 files changed, 150 insertions(+), 70 deletions(-)



More information about the sudo-commits mailing list