[sudo-commits] sudo changeset 12276:e0e9ecee870b

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


changeset:	12276:e0e9ecee870b in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/e0e9ecee870b
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Wed Mar 11 11:17:52 2020 -0600

Log Message:
	Allow a list of digests to be specified for a command.

diffstat:

 doc/sudoers.man.in                                  |   20 +-
 doc/sudoers.mdoc.in                                 |   20 +-
 plugins/sudoers/cvtsudoers_json.c                   |   11 +-
 plugins/sudoers/cvtsudoers_ldif.c                   |   58 +-
 plugins/sudoers/fmtsudoers.c                        |    9 +-
 plugins/sudoers/gram.c                              |  643 ++++++++++---------
 plugins/sudoers/gram.y                              |   40 +-
 plugins/sudoers/ldap_util.c                         |  182 +++--
 plugins/sudoers/match.c                             |    2 +-
 plugins/sudoers/match_command.c                     |   46 +-
 plugins/sudoers/match_digest.c                      |   92 +-
 plugins/sudoers/parse.h                             |   30 +-
 plugins/sudoers/regress/sudoers/test14.in           |    4 +-
 plugins/sudoers/regress/sudoers/test14.json.ok      |    6 +-
 plugins/sudoers/regress/sudoers/test14.ldif.ok      |    4 +-
 plugins/sudoers/regress/sudoers/test14.ldif2sudo.ok |    6 +-
 plugins/sudoers/regress/sudoers/test14.out.ok       |    4 +-
 plugins/sudoers/regress/sudoers/test14.toke.ok      |    4 +-
 plugins/sudoers/sudo_ldap.h                         |    1 -
 19 files changed, 662 insertions(+), 520 deletions(-)


More information about the sudo-commits mailing list