[sudo-commits] sudo changeset 10722:370d51681c6e

Todd C. Miller Todd.Miller at courtesan.com
Sun Nov 6 19:05:09 MST 2016


changeset:	10722:370d51681c6e in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/370d51681c6e
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Sun Nov 06 18:59:49 2016 -0700

Log Message:
	Instead of parsing sudoers Defaults twice, parse once while reading
	sudoers and then just set the parsed value in update_defaults().

diffstat:

 plugins/sudoers/defaults.c                  |  240 ++++++++++++---------------
 plugins/sudoers/defaults.h                  |    9 +-
 plugins/sudoers/gram.c                      |   12 +-
 plugins/sudoers/gram.y                      |    8 +-
 plugins/sudoers/ldap.c                      |    4 +-
 plugins/sudoers/parse.h                     |    6 +-
 plugins/sudoers/regress/parser/check_fill.c |    3 +-
 plugins/sudoers/sssd.c                      |    4 +-
 8 files changed, 136 insertions(+), 150 deletions(-)


More information about the sudo-commits mailing list