[sudo-commits] sudo changeset 14622:f7c89d6e8d6b

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


changeset:	14622:f7c89d6e8d6b in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/f7c89d6e8d6b
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Wed Mar 08 13:44:22 2023 -0700

Log Message:
	Add per-source innetgr function pointer and use it in netgr_matches().
	This will be used to implement LDAP-specific netgroup lookups when
	netgroup_base is set in ldap.conf.

diffstat:

 plugins/sudoers/cvtsudoers.c                     |   4 +-
 plugins/sudoers/file.c                           |   2 +-
 plugins/sudoers/gram.c                           |   4 +-
 plugins/sudoers/gram.y                           |   4 +-
 plugins/sudoers/ldap.c                           |   6 ++-
 plugins/sudoers/match.c                          |  44 +++++++++++++++++++----
 plugins/sudoers/parse.h                          |   6 ++-
 plugins/sudoers/regress/fuzz/fuzz_sudoers.c      |   2 +-
 plugins/sudoers/regress/fuzz/fuzz_sudoers_ldif.c |   2 +-
 plugins/sudoers/sssd.c                           |   5 +-
 plugins/sudoers/sudo_nss.h                       |   2 +
 11 files changed, 59 insertions(+), 22 deletions(-)



More information about the sudo-commits mailing list