[sudo-commits] sudo changeset 14802:d654dd871e43

Todd C. Miller Todd.Miller at sudo.ws
Thu Jun 29 10:55:46 MDT 2023


changeset:	14802:d654dd871e43 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/d654dd871e43
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Thu Jun 29 10:31:09 2023 -0600

Log Message:
	Split display_privs() and display_cmnd() out of parse.c into display.c

diffstat:

 MANIFEST                    |    1 +
 plugins/sudoers/Makefile.in |   48 ++-
 plugins/sudoers/display.c   |  609 ++++++++++++++++++++++++++++++++++++++++++++
 plugins/sudoers/parse.c     |  576 -----------------------------------------
 plugins/sudoers/parse.h     |    2 +
 5 files changed, 648 insertions(+), 588 deletions(-)



More information about the sudo-commits mailing list