[sudo-commits] sudo changeset 14993:4a60e7b19a1a

Todd C. Miller Todd.Miller at sudo.ws
Mon Aug 21 11:20:22 MDT 2023


changeset:	14993:4a60e7b19a1a in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/4a60e7b19a1a
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Mon Aug 21 09:21:54 2023 -0600

Log Message:
	Add struct sudoers_conf to struct sudoers_plugin_context.

	There's now no need to pass this directly to init_parser() since we
	already pass in a pointer to a sudoers_context struct.

diffstat:

 plugins/sudoers/cvtsudoers.c                              |   4 +-
 plugins/sudoers/file.c                                    |   6 +-
 plugins/sudoers/gram.c                                    |   9 +-
 plugins/sudoers/gram.y                                    |   9 +-
 plugins/sudoers/parse.h                                   |  24 +-------
 plugins/sudoers/policy.c                                  |  18 +---
 plugins/sudoers/regress/fuzz/fuzz_sudoers.c               |   2 +-
 plugins/sudoers/regress/iolog_plugin/check_iolog_plugin.c |   2 +-
 plugins/sudoers/sudoers.c                                 |   4 +-
 plugins/sudoers/sudoers.h                                 |  49 +++++++++++---
 plugins/sudoers/testsudoers.c                             |  13 +--
 plugins/sudoers/visudo.c                                  |  33 ++++-----
 12 files changed, 82 insertions(+), 91 deletions(-)



More information about the sudo-commits mailing list