[sudo-commits] sudo changeset 8601:87a5b02e22ad

Todd C. Miller Todd.Miller at courtesan.com
Thu Jan 31 11:06:09 EST 2013


changeset:	8601:87a5b02e22ad in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/87a5b02e22ad
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Sun Jan 27 13:53:11 2013 -0500

Log Message:
	Add group_source setting in sudo.conf to allow the admin to specify
	how a user's groups are looked up.  Legal values are static (just
	the kernel list from getgroups), dynamic (whatever the group database
	includes) and adaptive (only use group db if kernel group list is
	full).

diffstat:

 common/sudo_conf.c  |  27 +++++++++++++++++++++++++-
 include/sudo_conf.h |   5 ++++
 src/sudo.c          |  54 ++++++++++++++++++++++++++++------------------------
 3 files changed, 60 insertions(+), 26 deletions(-)


More information about the sudo-commits mailing list