summaryrefslogtreecommitdiffstats
path: root/libc/pwd_grp/getpwuid.c
Commit message (Collapse)AuthorAgeFilesLines
* Add files for IMA. Yes, I know it's a hack and no, I won't split the ↵Peter S. Mazinger2006-02-131-0/+8
| | | | affected files
* Rewrite the pwd.h, grp.h, and shadow.h functions (except lckpwdf/ulckpwdf).Manuel Novoa III2003-11-061-77/+0
|
* Implement getgrgid_r and getgrnam_r. Rework group handling code to be fullyEric Andersen2003-10-101-24/+25
| | | | reentrant, since there was still a shared static value. indent stuff,
* Yet more cleanup for the reentrant pwd/grp functions so theyEric Andersen2003-06-271-2/+5
| | | | should now actually be doing the right thing
* Fixup errno handlingEric Andersen2003-06-271-4/+7
| | | | -Erik
* Fix lockingEric Andersen2002-08-081-0/+14
| | | | -Erik
* Silence warnings, clean things up.Eric Andersen2002-06-121-18/+15
| | | | -Erik
* * Added /etc/shadow support (Config selectable)David McCullough2002-01-171-2/+2
| | | | * Moved some file paths from code into <paths.h>
* 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-7/+23
| | | | | still needing to be reworked. -Erik
* Formatting updateEric Andersen2000-10-071-14/+12
|
* Initial revision0_9_1Erik Andersen2000-05-141-0/+44