[sudo-commits] sudo changeset 8952:d62a8ea32db9

Todd C. Miller Todd.Miller at courtesan.com
Mon Aug 12 09:14:51 MDT 2013


changeset:	8952:d62a8ea32db9 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/d62a8ea32db9
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Mon Aug 12 09:14:38 2013 -0600

Log Message:
	Don't allow max_groups to be set to zero, it just complicates things
	needlessly.  Fixes an assertion in visudo when there is a group-based
	Defaults entry.

diffstat:

 MANIFEST                              |   4 ++++
 common/regress/sudo_conf/test5.in     |   1 +
 common/regress/sudo_conf/test5.out.ok |   3 +++
 common/regress/sudo_conf/test6.in     |   1 +
 common/regress/sudo_conf/test6.out.ok |   3 +++
 common/sudo_conf.c                    |   2 +-
 doc/sudo.conf.cat                     |  20 ++++++++++----------
 doc/sudo.conf.man.in                  |   3 ++-
 doc/sudo.conf.mdoc.in                 |   3 ++-
 plugins/sudoers/policy.c              |   1 -
 plugins/sudoers/pwutil_impl.c         |   2 +-
 src/sudo.c                            |   2 +-
 12 files changed, 29 insertions(+), 16 deletions(-)


More information about the sudo-commits mailing list