[sudo-commits] sudo changeset 10732:ff1328a86b97

Todd C. Miller Todd.Miller at courtesan.com
Thu Nov 10 10:36:08 MST 2016


changeset:	10732:ff1328a86b97 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/ff1328a86b97
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Wed Nov 09 16:00:12 2016 -0700

Log Message:
	Go back to parsing Defaults entries in update_defaults instead of
	as sudoers is read.  Otherwise, we cannot properly support early
	defaults like sudoers_locale.

diffstat:

 plugins/sudoers/defaults.c                  |  138 ++++++++-------
 plugins/sudoers/defaults.h                  |    5 +-
 plugins/sudoers/gram.c                      |  251 +++++++++++++--------------
 plugins/sudoers/gram.y                      |   47 +---
 plugins/sudoers/ldap.c                      |    4 +-
 plugins/sudoers/parse.c                     |    4 +-
 plugins/sudoers/parse.h                     |   11 +-
 plugins/sudoers/regress/parser/check_fill.c |    1 -
 plugins/sudoers/sssd.c                      |    4 +-
 plugins/sudoers/testsudoers.c               |    2 +-
 plugins/sudoers/visudo.c                    |   51 ++++-
 plugins/sudoers/visudo_json.c               |    2 +-
 12 files changed, 262 insertions(+), 258 deletions(-)


More information about the sudo-commits mailing list