[sudo-commits] sudo changeset 11667:2a7adb93a65e

Todd C. Miller Todd.Miller at sudo.ws
Mon Feb 18 16:08:23 MST 2019


changeset:	11667:2a7adb93a65e in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/2a7adb93a65e
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Mon Feb 18 11:35:52 2019 -0700

Log Message:
	Split command match code out into match_command.c.
	Also remove unused SUDOERS_NAME_MATCH code.

diffstat:

 MANIFEST                        |    2 +
 plugins/sudoers/Makefile.in     |   59 +++-
 plugins/sudoers/match.c         |  554 ----------------------------------------
 plugins/sudoers/match_command.c |  537 ++++++++++++++++++++++++++++++++++++++
 plugins/sudoers/match_digest.c  |   17 -
 plugins/sudoers/parse.h         |   11 +-
 6 files changed, 589 insertions(+), 591 deletions(-)


More information about the sudo-commits mailing list