|
f83aa1c4
|
2000-06-04T06:47:31
|
|
(getugroups): Cast -1 to gid_t, for systems like
SunOS4.1.4 for which gid_t is an unsigned type.
|
|
94076e90
|
1999-05-15T04:50:26
|
|
(getugroups): Don't dereference a null pointer when
running `id USER' for some USER that is listed on the RHS in /etc/group.
From Sander van Malssen.
Add some curly braces, use STREQ, reverse the sense of a test
and use `continue' to save a level of nesting.
|
|
4527d5ce
|
1999-03-10T15:35:47
|
|
(getugroups): Take new parameter, gid.
Add gid to the list of groups.
From Ulrich Drepper.
|
|
b7b9b901
|
1999-03-09T16:10:30
|
|
fix small thinko
|
|
1ef07171
|
1999-03-09T16:07:49
|
|
(getugroups): Take new parameter, gid.
Add gid to the list of groups.
From Ulrich Drepper.
|
|
fc161832
|
1998-03-13T15:25:49
|
|
protoize
|
|
bf384095
|
1998-03-13T15:24:43
|
|
(getugroups): Don't add a group number if it would be a duplicate.
From Ulrich Drepper.
|
|
783c1624
|
1996-07-15T03:56:06
|
|
indent cpp-directives
|
|
5d08444e
|
1996-07-15T03:43:36
|
|
update FSF address in copyright
|
|
7ab769f3
|
1996-04-03T13:19:16
|
|
Include stdio.h before grp.h.
Because <grp.h> on alpha OSF1 V2.0 uses "FILE *". From Kaveh Ghazi.
|
|
43e78b97
|
1992-11-01T05:44:30
|
|
Initial revision
|