[sudo-commits] sudo changeset 8951:da3b2b06605c

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


changeset:	8951:da3b2b06605c in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/da3b2b06605c
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Thu Aug 08 11:40:36 2013 -0600

Log Message:
	Refactor code to parse list of gids into its own function that is
	shared by the sudo front-end and the sudoers module.
	Make uid/gid parse error be fatal, not just a warning.

diffstat:

 MANIFEST                  |   1 +
 common/Makefile.in        |   6 ++-
 common/gidlist.c          |  91 +++++++++++++++++++++++++++++++++++++++++++++++
 plugins/sudoers/policy.c  |  39 +++----------------
 plugins/sudoers/sudoers.h |   3 +
 src/sudo.c                |  68 +++++++++-------------------------
 src/sudo.h                |   3 +
 7 files changed, 128 insertions(+), 83 deletions(-)


More information about the sudo-commits mailing list