[sudo-commits] sudo changeset 11372:196abb590d96

Todd C. Miller Todd.Miller at sudo.ws
Mon May 14 10:28:14 MDT 2018


changeset:	11372:196abb590d96 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/196abb590d96
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Mon May 14 09:05:02 2018 -0600

Log Message:
	Include parse.h in sudoers.h since it will soon be required.

diffstat:

 plugins/sudoers/alias.c                     |    1 -
 plugins/sudoers/cvtsudoers.c                |    1 -
 plugins/sudoers/cvtsudoers_json.c           |    1 -
 plugins/sudoers/cvtsudoers_ldif.c           |    1 -
 plugins/sudoers/defaults.c                  |    1 -
 plugins/sudoers/filedigest.c                |    1 -
 plugins/sudoers/filedigest_gcrypt.c         |    1 -
 plugins/sudoers/filedigest_openssl.c        |    1 -
 plugins/sudoers/fmtsudoers.c                |    1 -
 plugins/sudoers/gram.c                      |  209 +++++++++++++--------------
 plugins/sudoers/gram.y                      |    3 +-
 plugins/sudoers/ldap.c                      |    1 -
 plugins/sudoers/ldap_conf.c                 |    1 -
 plugins/sudoers/ldap_util.c                 |    1 -
 plugins/sudoers/match.c                     |    1 -
 plugins/sudoers/parse.c                     |    1 -
 plugins/sudoers/policy.c                    |    1 -
 plugins/sudoers/regress/parser/check_addr.c |    1 -
 plugins/sudoers/sssd.c                      |    1 -
 plugins/sudoers/sudoers.h                   |    1 +
 plugins/sudoers/testsudoers.c               |    1 -
 plugins/sudoers/toke.c                      |    1 -
 plugins/sudoers/toke.l                      |    1 -
 plugins/sudoers/toke_util.c                 |    1 -
 plugins/sudoers/visudo.c                    |    1 -
 25 files changed, 106 insertions(+), 129 deletions(-)


More information about the sudo-commits mailing list