summaryrefslogtreecommitdiffstats
path: root/libc/pwd_grp/lckpwdf.c
Commit message (Collapse)AuthorAgeFilesLines
* Implement getgrgid_r and getgrnam_r. Rework group handling code to be fullyEric Andersen2003-10-101-113/+114
| | | | reentrant, since there was still a shared static value. indent stuff,
* Fix lockingEric Andersen2002-08-081-2/+24
| | | | -Erik
* Silence warnings, clean things up.Eric Andersen2002-06-121-114/+109
| | | | -Erik
* * Added /etc/shadow support (Config selectable)David McCullough2002-01-171-0/+163
* Moved some file paths from code into <paths.h>