[sudo-commits] sudo changeset 15037:d22f1dc85b40

Todd C. Miller Todd.Miller at sudo.ws
Sat Sep 9 14:07:46 MDT 2023


changeset:	15037:d22f1dc85b40 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/d22f1dc85b40
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Sat Sep 09 14:07:06 2023 -0600
files:		plugins/sudoers/ldap.c plugins/sudoers/lookup.c plugins/sudoers/match.c plugins/sudoers/match_addr.c plugins/sudoers/match_command.c plugins/sudoers/match_digest.c plugins/sudoers/parse.h plugins/sudoers/regress/parser/check_addr.c plugins/sudoers/sssd.c

Log Message:
	Make all match functions return ALLOW/DENY not true/false.


diffstat:

 plugins/sudoers/ldap.c                      |    2 +-
 plugins/sudoers/lookup.c                    |   17 +-
 plugins/sudoers/match.c                     |  152 ++++++++++++-----------
 plugins/sudoers/match_addr.c                |   45 +++---
 plugins/sudoers/match_command.c             |  176 ++++++++++++++-------------
 plugins/sudoers/match_digest.c              |   10 +-
 plugins/sudoers/parse.h                     |   16 +-
 plugins/sudoers/regress/parser/check_addr.c |    2 +-
 plugins/sudoers/sssd.c                      |    6 +-
 9 files changed, 222 insertions(+), 204 deletions(-)



More information about the sudo-commits mailing list