]> granicus.if.org Git - sudo/commit
Initial support filtering by user, group and host in cvtsudoers.
authorTodd C. Miller <Todd.Miller@sudo.ws>
Wed, 21 Mar 2018 18:24:11 +0000 (12:24 -0600)
committerTodd C. Miller <Todd.Miller@sudo.ws>
Wed, 21 Mar 2018 18:24:11 +0000 (12:24 -0600)
commitff79de85924a3afdb91e0d308ed2bba8fac47dc3
treed1e6c53cae9f2f2ee88ee4467acb45465ac0dfda
parentbc5e2d06a7a39e8bed61b57285a8e2af35d25448
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.
doc/cvtsudoers.cat
doc/cvtsudoers.man.in
doc/cvtsudoers.mdoc.in
plugins/sudoers/Makefile.in
plugins/sudoers/alias.c
plugins/sudoers/cvtsudoers.c
plugins/sudoers/cvtsudoers.h
plugins/sudoers/cvtsudoers_ldif.c
plugins/sudoers/cvtsudoers_pwutil.c [new file with mode: 0644]
plugins/sudoers/parse.h