[sudo-commits] sudo changeset 11177:a324cbde55a3

Todd C. Miller Todd.Miller at sudo.ws
Fri Jan 26 13:20:57 MST 2018


changeset:	11177:a324cbde55a3 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/a324cbde55a3
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Fri Jan 26 12:51:24 2018 -0700

Log Message:
	Move common stub functions required by the parser out of visudo.c
	and cvtsudoers.c and into stubs.c.

diffstat:

 MANIFEST                     |    1 +
 plugins/sudoers/Makefile.in  |   12 +++-
 plugins/sudoers/cvtsudoers.c |   73 +----------------------------
 plugins/sudoers/stubs.c      |  110 +++++++++++++++++++++++++++++++++++++++++++
 plugins/sudoers/visudo.c     |   71 +---------------------------
 5 files changed, 123 insertions(+), 144 deletions(-)


More information about the sudo-commits mailing list