[sudo-commits] sudo changeset 11242:d3121c039ddf

Todd C. Miller Todd.Miller at sudo.ws
Sat Feb 24 09:25:01 MST 2018


changeset:	11242:d3121c039ddf in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/d3121c039ddf
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Sat Feb 24 09:23:14 2018 -0700

Log Message:
	Add support for setting default options in a config file.  In
	addition to expand_aliases, input_format and output_format, both
	the initial sudoOrder and the increment when updating sudoOrder for
	subsequent sudoRole objects can be specified.  Command line options
	have also been added for the start order and increment.

diffstat:

 MANIFEST                          |    1 +
 doc/cvtsudoers.cat                |   59 ++++++-
 doc/cvtsudoers.man.in             |   90 +++++++++-
 doc/cvtsudoers.mdoc.in            |   83 ++++++++-
 pathnames.h.in                    |    7 +
 plugins/sudoers/Makefile.in       |   32 ++-
 plugins/sudoers/cvtsudoers.c      |  305 ++++++++++++++++++++++++++++++-------
 plugins/sudoers/cvtsudoers.h      |   56 ++++++
 plugins/sudoers/cvtsudoers_json.c |   11 +-
 plugins/sudoers/cvtsudoers_ldif.c |   31 +-
 10 files changed, 551 insertions(+), 124 deletions(-)


More information about the sudo-commits mailing list