[sudo-commits] sudo changeset 11286:0adbf8d38eb4

Todd C. Miller Todd.Miller at sudo.ws
Wed Mar 21 12:39:55 MDT 2018


changeset:	11286:0adbf8d38eb4 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/0adbf8d38eb4
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Wed Mar 21 12:24:11 2018 -0600

Log Message:
	Initial support filtering by user, group and host in cvtsudoers.
	Currently forces alias expansion when a filter is applied and the
	entire matching user or host list is printed, even the non-matching
	entries.  This effectively allows you to grep sudoers by user, group
	and host.

diffstat:

 doc/cvtsudoers.cat                  |   56 ++-
 doc/cvtsudoers.man.in               |   77 ++++-
 doc/cvtsudoers.mdoc.in              |   69 +++-
 plugins/sudoers/Makefile.in         |   37 +-
 plugins/sudoers/alias.c             |   16 +-
 plugins/sudoers/cvtsudoers.c        |  361 ++++++++++++++++++++++++++-
 plugins/sudoers/cvtsudoers.h        |   35 ++-
 plugins/sudoers/cvtsudoers_ldif.c   |   87 ++---
 plugins/sudoers/cvtsudoers_pwutil.c |  479 ++++++++++++++++++++++++++++++++++++
 plugins/sudoers/parse.h             |    1 +
 10 files changed, 1090 insertions(+), 128 deletions(-)


More information about the sudo-commits mailing list