[sudo-commits] sudo changeset 11224:1673e3c7855a

Todd C. Miller Todd.Miller at sudo.ws
Sun Feb 11 11:47:14 MST 2018


changeset:	11224:1673e3c7855a in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/1673e3c7855a
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Sun Feb 11 07:36:08 2018 -0700

Log Message:
	Move LDAP configuration bits into ldap_conf.c

diffstat:

 MANIFEST                         |    2 +
 configure                        |    2 +-
 configure.ac                     |    2 +-
 mkdep.pl                         |    2 +-
 plugins/sudoers/Makefile.in      |   11 +
 plugins/sudoers/ldap.c           |  953 +--------------------------------------
 plugins/sudoers/ldap_conf.c      |  902 ++++++++++++++++++++++++++++++++++++
 plugins/sudoers/sudo_ldap.h      |    2 +
 plugins/sudoers/sudo_ldap_conf.h |  127 +++++
 9 files changed, 1049 insertions(+), 954 deletions(-)


More information about the sudo-commits mailing list