From e0066f36c22dce02f9d6327cb881ee7eec6e7539 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 5 Jul 2007 17:42:29 +0200 Subject: setuidgid: set all groups, not just the primary one; mgetgroups: new module I wanted to use the xgetgroups function from id.c, so factored it out and made it into a non-exiting function (hence the "m" prefix rather than "x"). * src/setuidgid.c (main): Use mgetgroups. Include "mgetgroups.h". * src/id.c (xgetgroups): Remove function. Include "mgetgroups.h". (print_group_list): Use mgetgroups, not xgetgroups. * gl/modules/mgetgroups: New module. * gl/lib/mgetgroups.c: New file. mgetgroups is derived from id.c's xgetgroups function. * bootstrap.conf (gnulib_modules): Add mgetgroups. * gl/m4/mgetgroups.m4: New file. * gl/lib/mgetgroups.h: New file. --- lib/.gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/.gitignore') diff --git a/lib/.gitignore b/lib/.gitignore index ae7ef06e8..8f77f31ad 100644 --- a/lib/.gitignore +++ b/lib/.gitignore @@ -144,6 +144,7 @@ gettext.h gettime.c gettimeofday.c getugroups.c +getugroups.h getusershell.c gnulib.mk group-member.c @@ -212,6 +213,8 @@ memmove.c mempcpy.c memrchr.c memset.c +mgetgroups.c +mgetgroups.h mkancesdirs.c mkancesdirs.h mkdir-p.c -- cgit v1.2.3-70-g09d2