[sudo-commits] sudo changeset 11217:ff25291c99f4

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


changeset:	11217:ff25291c99f4 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/ff25291c99f4
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Fri Feb 09 18:22:04 2018 -0700

Log Message:
	Move sudoers formatting code into fmtsudoers.

diffstat:

 MANIFEST                     |    1 +
 plugins/sudoers/Makefile.in  |   22 ++-
 plugins/sudoers/cvtsudoers.c |  216 +-----------------------------
 plugins/sudoers/fmtsudoers.c |  303 +++++++++++++++++++++++++++++++++++++++++++
 plugins/sudoers/ldap.c       |    2 +-
 plugins/sudoers/parse.c      |  188 +------------------------
 plugins/sudoers/parse.h      |    9 +-
 plugins/sudoers/sssd.c       |    2 +-
 8 files changed, 350 insertions(+), 393 deletions(-)


More information about the sudo-commits mailing list