[sudo-commits] sudo changeset 12278:9856ed3cde7f

Todd C. Miller Todd.Miller at sudo.ws
Wed Mar 11 12:46:38 MDT 2020


changeset:	12278:9856ed3cde7f in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/9856ed3cde7f
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Wed Mar 11 11:19:37 2020 -0600

Log Message:
	Allow the ALL keyword to be specified with a digest list.

diffstat:

 doc/sudoers.man.in                                  |    4 +
 doc/sudoers.mdoc.in                                 |    4 +
 plugins/sudoers/cvtsudoers_json.c                   |   27 +-
 plugins/sudoers/cvtsudoers_ldif.c                   |   16 +-
 plugins/sudoers/fmtsudoers.c                        |   12 +-
 plugins/sudoers/gram.c                              |  168 +++++++++++--------
 plugins/sudoers/gram.y                              |   38 +++-
 plugins/sudoers/match.c                             |   15 +-
 plugins/sudoers/match_command.c                     |   35 ++++
 plugins/sudoers/regress/sudoers/test14.in           |    2 +
 plugins/sudoers/regress/sudoers/test14.json.ok      |   22 ++
 plugins/sudoers/regress/sudoers/test14.ldif.ok      |    9 +
 plugins/sudoers/regress/sudoers/test14.ldif2sudo.ok |    4 +
 plugins/sudoers/regress/sudoers/test14.out.ok       |    1 +
 plugins/sudoers/regress/sudoers/test14.toke.ok      |    2 +
 plugins/sudoers/sudoers_version.h                   |    3 +-
 16 files changed, 254 insertions(+), 108 deletions(-)


More information about the sudo-commits mailing list