CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2009/06/03 10:02:44
Modified files: lib/libc/gen : getgrent.c getgrouplist.3 getgrouplist.c getpwent.c lib/libc/yp : Makefile.inc share/man/man5 : group.5 Added files: lib/libc/yp : ypexclude.h ypexclude.c Log message: Take advantage of the surprise libc bump to bring in YP group(5) exclusion, i.e. support -groupname:*:: in /etc/group. Such groups will be excluded from later +:*::, in just the same was as it is already done for passwd(5). I have been running this since the autumn of 2008. Discussed with several (including deraadt@, millert@, jmc@).