[sudo-commits] sudo changeset 13052:8c57e80ae655

Todd C. Miller Todd.Miller at sudo.ws
Wed Feb 24 17:16:28 MST 2021


changeset:	13052:8c57e80ae655 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/8c57e80ae655
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Wed Feb 24 17:14:51 2021 -0700

Log Message:
	Split fmtsudoers.c into the parts used by sudoers plugin and cvtsudoers.
	Only testsudoers and cvtsudoers use the full set of formatting functions.

diffstat:

 MANIFEST                         |    1 +
 plugins/sudoers/Makefile.in      |   33 +++++-
 plugins/sudoers/fmtsudoers.c     |  186 ---------------------------------
 plugins/sudoers/fmtsudoers_cvt.c |  219 +++++++++++++++++++++++++++++++++++++++
 4 files changed, 250 insertions(+), 189 deletions(-)



More information about the sudo-commits mailing list