[sudo-commits] sudo changeset 11214:5cca03f64b77

Todd C. Miller Todd.Miller at sudo.ws
Fri Feb 9 22:09:53 MST 2018


changeset:	11214:5cca03f64b77 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/5cca03f64b77
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Fri Feb 09 18:21:40 2018 -0700

Log Message:
	Move common bits of ldap to sudoers conversion into ldap_common.c
	and use it in sssd.c.

diffstat:

 MANIFEST                      |    2 +
 configure                     |    8 +
 configure.ac                  |    8 +
 mkdep.pl                      |    2 +-
 plugins/sudoers/Makefile.in   |   56 ++-
 plugins/sudoers/gram.c        |  124 +++++----
 plugins/sudoers/gram.y        |  120 +++++----
 plugins/sudoers/ldap.c        |  437 +++--------------------------------
 plugins/sudoers/ldap_common.c |  428 +++++++++++++++++++++++++++++++++++
 plugins/sudoers/parse.h       |    1 +
 plugins/sudoers/sssd.c        |  510 +++++++++--------------------------------
 plugins/sudoers/sudo_ldap.h   |   25 ++
 12 files changed, 793 insertions(+), 928 deletions(-)


More information about the sudo-commits mailing list