[sudo-commits] sudo changeset 12731:1729532cda27

Todd C. Miller Todd.Miller at sudo.ws
Tue Nov 10 19:38:54 MST 2020


changeset:	12731:1729532cda27 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/1729532cda27
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Tue Nov 10 19:36:56 2020 -0700

Log Message:
	Introduce new_member_all() for code that doesn't include gram.h.
	The ldap and sssd back-ends no longer require gram.h which fixes a
	compilation issue with IBM LDAP.

diffstat:

 plugins/sudoers/gram.c      |  10 ++++++++++
 plugins/sudoers/gram.y      |  10 ++++++++++
 plugins/sudoers/ldap.c      |   4 +---
 plugins/sudoers/ldap_util.c |   3 +--
 plugins/sudoers/parse.h     |   1 +
 plugins/sudoers/sssd.c      |   4 +---
 6 files changed, 24 insertions(+), 8 deletions(-)



More information about the sudo-commits mailing list