[sudo-commits] sudo changeset 11502:497d55799d5b

Todd C. Miller Todd.Miller at sudo.ws
Mon Aug 27 07:26:55 MDT 2018


changeset:	11502:497d55799d5b in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/497d55799d5b
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Sun Aug 26 20:02:49 2018 -0600

Log Message:
	Move ldif -> sudoers conversion code into parse_ldif.c

diffstat:

 MANIFEST                          |    1 +
 plugins/sudoers/Makefile.in       |   13 +-
 plugins/sudoers/cvtsudoers.c      |   19 +
 plugins/sudoers/cvtsudoers.h      |    5 +-
 plugins/sudoers/cvtsudoers_ldif.c |  743 ------------------------------------
 plugins/sudoers/parse.h           |    3 +
 plugins/sudoers/parse_ldif.c      |  766 ++++++++++++++++++++++++++++++++++++++
 7 files changed, 804 insertions(+), 746 deletions(-)


More information about the sudo-commits mailing list