[sudo-commits] sudo changeset 8961:2c8b222a5f7f

Todd C. Miller Todd.Miller at courtesan.com
Wed Aug 14 13:49:21 MDT 2013


changeset:	8961:2c8b222a5f7f in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/2c8b222a5f7f
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Wed Aug 14 13:49:14 2013 -0600

Log Message:
	Add limited support for "sudo -l -h other_host".  Since group lookups
	are done on the local host, rules that use group membership may be
	incorrect if the group database is not synchronized between hosts.

diffstat:

 doc/sudo.cat               |   2 ++
 doc/sudo.man.in            |   3 +++
 doc/sudo.mdoc.in           |   3 +++
 plugins/sudoers/logging.c  |  20 ++++++++++++--------
 plugins/sudoers/match.c    |   4 ++--
 plugins/sudoers/policy.c   |   8 ++++++++
 plugins/sudoers/sudo_nss.c |  10 +++++-----
 plugins/sudoers/sudoers.h  |   4 ++++
 8 files changed, 39 insertions(+), 15 deletions(-)


More information about the sudo-commits mailing list