[sudo-commits] sudo changeset 11442:eae1e1e814e0

Todd C. Miller Todd.Miller at sudo.ws
Sun Aug 5 07:19:43 MDT 2018


changeset:	11442:eae1e1e814e0 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/eae1e1e814e0
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Sun Aug 05 07:17:34 2018 -0600

Log Message:
	Refactor code to convert defaults to tags and do conversion on
	output for "sudo -l".

	Remove the short_list (was long_list) global in favor of a verbose
	argument.

diffstat:

 plugins/sudoers/fmtsudoers.c |  110 +++++++++++++++++++++++++++++++++++-------
 plugins/sudoers/ldap.c       |    3 +-
 plugins/sudoers/ldap_util.c  |   41 +++------------
 plugins/sudoers/parse.c      |   31 +++++++----
 plugins/sudoers/parse.h      |   26 +++++++++-
 plugins/sudoers/policy.c     |    8 +-
 plugins/sudoers/sssd.c       |    2 +-
 plugins/sudoers/sudoers.c    |    5 +-
 plugins/sudoers/sudoers.h    |    3 +-
 9 files changed, 153 insertions(+), 76 deletions(-)


More information about the sudo-commits mailing list