[sudo-commits] sudo changeset 14623:70fd74041c5d

Todd C. Miller Todd.Miller at sudo.ws
Fri Mar 10 11:25:31 MST 2023


changeset:	14623:70fd74041c5d in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/70fd74041c5d
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Fri Mar 10 10:02:36 2023 -0700

Log Message:
	Move some functions from ldap.c to ldap_util.c.
	These will be used by the LDAP innetgr() implementation.

diffstat:

 plugins/sudoers/ldap.c      |  145 +-------------------------------------------
 plugins/sudoers/ldap_conf.c |    6 +-
 plugins/sudoers/ldap_util.c |  116 +++++++++++++++++++++++++++++++++++
 plugins/sudoers/sudo_ldap.h |   32 +++++++++-
 4 files changed, 151 insertions(+), 148 deletions(-)



More information about the sudo-commits mailing list