summaryrefslogtreecommitdiffstats
path: root/libc/pwd_grp/getgrgid.c
Commit message (Collapse)AuthorAgeFilesLines
* Add files for IMA. Yes, I know it's a hack and no, I won't split the ↵Peter S. Mazinger2006-02-131-0/+8
| | | | affected files
* Rewrite the pwd.h, grp.h, and shadow.h functions (except lckpwdf/ulckpwdf).Manuel Novoa III2003-11-061-79/+0
|
* Implement getgrgid_r and getgrnam_r. Rework group handling code to be fullyEric Andersen2003-10-101-25/+35
| | | | reentrant, since there was still a shared static value. indent stuff,
* Fix some locking problems noted by Manuel. __getgrent() was alwaysEric Andersen2002-09-101-3/+3
| | | | | called under lock, but the callers did not share the same locks... -Erik
* Yet more rework to make __getgrent and the functions that use itEric Andersen2002-08-181-1/+18
| | | | | reentrant... -Erik
* Shuffle the logic around a bitEric Andersen2002-06-171-11/+20
|
* Silence warnings, clean things up.Eric Andersen2002-06-121-1/+0
| | | | -Erik
* * Added /etc/shadow support (Config selectable)David McCullough2002-01-171-1/+2
| | | | * Moved some file paths from code into <paths.h>
* Update to accomodate the header file changesEric Andersen2001-09-271-0/+1
|
* Formatting updateEric Andersen2000-10-071-18/+12
|
* Initial revision0_9_1Erik Andersen2000-05-141-0/+48