summaryrefslogtreecommitdiffstats
path: root/libc/pwd_grp/initgroups.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix stupid typo noticed by John Mullin <john.mullin@homenetcomm.com>Eric Andersen2002-09-161-1/+1
|
* Fix some locking problems noted by Manuel. __getgrent() was alwaysEric Andersen2002-09-101-5/+5
| | | | | 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-25/+27
| | | | | reentrant... -Erik
* Fix lockingEric Andersen2002-08-081-27/+27
| | | | -Erik
* Add missing include fileEric Andersen2002-08-081-0/+1
|
* Joseph Chiu <josephc@idealab.com> found an off-by-one bug. oops!Eric Andersen2002-08-011-1/+1
|
* 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>
* Formatting updateEric Andersen2000-10-071-39/+33
|
* Initial revision0_9_1Erik Andersen2000-05-141-0/+80