Files
sudo/include
Todd C. Miller b124635b04 Instead of keeping separate groups and gids arrays, create struct
group_info and use it to store both, along with a count for each.
Cache group info on a per-user basis using getgrouplist() to get
the groups.  We no longer need special to special case the user or
list user for user_in_group() and thus no longer need to reset the
groups list when listing another user.
2011-07-20 11:58:45 -04:00
..
2010-06-14 12:19:49 -04:00
2011-05-19 16:21:41 -04:00
2010-06-29 13:08:05 -04:00
2010-06-14 12:19:49 -04:00
2011-03-11 15:34:35 -05:00