[sudo-commits] sudo changeset 10575:552863e5a097

Todd C. Miller Todd.Miller at courtesan.com
Tue Aug 9 06:32:36 MDT 2016


changeset:	10575:552863e5a097 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/552863e5a097
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Mon Aug 08 17:04:20 2016 -0600

Log Message:
	Instead of deferring setting early defaults until we have traversed
	the entire defaults list, just defer running the callbacks.  Otherwise,
	if the last early default setting we see has a bad value we won't
	set any defaults of that type even if there was an earlier one that
	was valid.

diffstat:

 plugins/sudoers/defaults.c |  172 +++++++++++++++++++++++++-------------------
 plugins/sudoers/defaults.h |   14 ++-
 plugins/sudoers/ldap.c     |   10 +-
 plugins/sudoers/sssd.c     |    9 +-
 4 files changed, 121 insertions(+), 84 deletions(-)


More information about the sudo-commits mailing list