[sudo-commits] sudo changeset 11268:bf2e7f48f452

Todd C. Miller Todd.Miller at sudo.ws
Sun Mar 4 07:09:09 MST 2018


changeset:	11268:bf2e7f48f452 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/bf2e7f48f452
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Sun Mar 04 07:03:43 2018 -0700

Log Message:
	Initial support for adding comments that will be emitted when
	sudoers is formatted.  Currently adds a comment for the source
	sudoRole when converting from ldif -> sudoers.

diffstat:

 plugins/sudoers/Makefile.in                   |   2 +-
 plugins/sudoers/cvtsudoers.c                  |  46 +------------
 plugins/sudoers/cvtsudoers_ldif.c             |  99 ++++++++++++++++++++------
 plugins/sudoers/fmtsudoers.c                  |  70 ++++++++++++++++++-
 plugins/sudoers/gram.c                        |  11 ++-
 plugins/sudoers/gram.y                        |   7 +
 plugins/sudoers/ldap.c                        |   1 +
 plugins/sudoers/ldap_util.c                   |   1 +
 plugins/sudoers/parse.h                       |   8 ++
 plugins/sudoers/regress/sudoers/test2.ldif.ok |  27 +++++++
 plugins/sudoers/regress/sudoers/test3.ldif.ok |  12 +++
 plugins/sudoers/regress/sudoers/test6.ldif.ok |  12 +++
 plugins/sudoers/sssd.c                        |   1 +
 13 files changed, 224 insertions(+), 73 deletions(-)


More information about the sudo-commits mailing list