summaryrefslogtreecommitdiffstats
path: root/libc/pwd_grp/grent.c
Commit message (Collapse)AuthorAgeFilesLines
* Yet more rework to make __getgrent and the functions that use itEric Andersen2002-08-181-1/+3
| | | | | reentrant... -Erik
* Fix broken locking so that at least the Python 2.2.1 grp test doesn'tManuel Novoa III2002-08-181-2/+7
| | | | | | | | lock up. This really needs to be looked at, as I don't think this needs to be reentrant. In any case, several routines call the __getgrent internal routine and it uses static vars for data. If this stuff is really supposed to be threadsafe, then __getgrent probably needs fixing.
* Fix lockingEric Andersen2002-08-081-9/+26
| | | | -Erik
* 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/+13
|
* Initial revision0_9_1Erik Andersen2000-05-141-0/+57