Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-06-04 | (getugroups): Cast -1 to gid_t, for systems like | Jim Meyering | |
SunOS4.1.4 for which gid_t is an unsigned type. | |||
1999-05-15 | (getugroups): Don't dereference a null pointer when | Jim Meyering | |
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. | |||
1999-03-10 | (getugroups): Take new parameter, gid. | Jim Meyering | |
Add gid to the list of groups. From Ulrich Drepper. | |||
1999-03-09 | fix small thinko | Jim Meyering | |
1999-03-09 | (getugroups): Take new parameter, gid. | Jim Meyering | |
Add gid to the list of groups. From Ulrich Drepper. | |||
1998-03-13 | protoize | Jim Meyering | |
1998-03-13 | (getugroups): Don't add a group number if it would be a duplicate. | Jim Meyering | |
From Ulrich Drepper. | |||
1996-07-15 | indent cpp-directives | Jim Meyering | |
1996-07-15 | update FSF address in copyright | Jim Meyering | |
1996-04-03 | Include stdio.h before grp.h. | Jim Meyering | |
Because <grp.h> on alpha OSF1 V2.0 uses "FILE *". From Kaveh Ghazi. | |||
1992-11-01 | Initial revision | Jim Meyering | |