summaryrefslogtreecommitdiffstats
path: root/libc/pwd_grp/__sgetspent_r.c
Commit message (Collapse)AuthorAgeFilesLines
* Implement getgrgid_r and getgrnam_r. Rework group handling code to be fullyEric Andersen2003-10-101-28/+30
| | | | reentrant, since there was still a shared static value. indent stuff,
* Fixup errno handlingEric Andersen2003-06-271-10/+14
| | | | -Erik
* Silence warnings, clean things up.Eric Andersen2002-06-121-1/+1
| | | | -Erik
* * Added /etc/shadow support (Config selectable)David McCullough2002-01-171-0/+161
* Moved some file paths from code into <paths.h>