summaryrefslogtreecommitdiffstats
path: root/libc/pwd_grp/pwent.c
Commit message (Expand)AuthorAgeFilesLines
* getpwent(), getpwent_r(), and getgrent(), getgrent_r() would allEric Andersen2003-10-311-1/+2
* Implement getgrgid_r and getgrnam_r. Rework group handling code to be fullyEric Andersen2003-10-101-29/+31
* ret could have been used uninitialized in one caseEric Andersen2003-06-271-1/+1
* Yet more cleanup for the reentrant pwd/grp functions so theyEric Andersen2003-06-271-2/+5
* Fixup errno handlingEric Andersen2003-06-271-3/+7
* Remove recursive lock/unlock for a non-recursive mutex.Manuel Novoa III2002-08-181-3/+1
* Fix lockingEric Andersen2002-08-081-0/+21
* Silence warnings, clean things up.Eric Andersen2002-06-121-12/+9
* * Added /etc/shadow support (Config selectable)David McCullough2002-01-171-1/+2
* Update to accomodate the header file changesEric Andersen2001-09-271-0/+1
* Reworked the password stuff to be reentrant. Group stuff isEric Andersen2001-03-081-3/+18
* Formatting updateEric Andersen2000-10-071-18/+12
* Lots and lots of cleanups.Eric Andersen2000-07-061-1/+1
* Initial revision0_9_1Erik Andersen2000-05-141-0/+62