[sudo-commits] sudo changeset 11174:e64a50657a88

Todd C. Miller Todd.Miller at sudo.ws
Fri Jan 26 11:38:48 MST 2018


changeset:	11174:e64a50657a88 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/e64a50657a88
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Fri Jan 26 11:20:37 2018 -0700

Log Message:
	Move sudoers JSON conversion to cvtsudoers which will eventually
	output to other formats too.

diffstat:

 MANIFEST                          |     6 +-
 doc/Makefile.in                   |    29 +-
 doc/cvtsudoers.cat                |    66 ++
 doc/cvtsudoers.man.in             |   114 +++
 doc/cvtsudoers.mdoc.in            |   109 +++
 doc/visudo.cat                    |    19 +-
 doc/visudo.man.in                 |    43 +-
 doc/visudo.mdoc.in                |    41 +-
 plugins/sudoers/Makefile.in       |    71 +-
 plugins/sudoers/cvtsudoers.c      |   274 +++++++++
 plugins/sudoers/cvtsudoers_json.c |  1051 ++++++++++++++++++++++++++++++++++++
 plugins/sudoers/visudo.c          |    19 +-
 plugins/sudoers/visudo_json.c     |  1064 -------------------------------------
 13 files changed, 1700 insertions(+), 1206 deletions(-)


More information about the sudo-commits mailing list