summaryrefslogtreecommitdiffstats
path: root/libc/pwd_grp/pwent.c
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite the pwd.h, grp.h, and shadow.h functions (except lckpwdf/ulckpwdf).Manuel Novoa III2003-11-061-109/+0
|
* Implement getgrent_r. Rework getpwent and getgrent a bit furtherEric Andersen2003-11-021-16/+14
|
* Fix things (properly) to open /etc/passd and /etc/group ifEric Andersen2003-11-011-14/+26
| | | | | | | they have not yet been opened. My last try was completely and embarrasingly broken. -Erik
* getpwent(), getpwent_r(), and getgrent(), getgrent_r() would allEric Andersen2003-10-311-1/+2
| | | | | | fail if you had not previously called setpwent() or setgrent() respectively. Oops. My bad. -Erik
* Implement getgrgid_r and getgrnam_r. Rework group handling code to be fullyEric Andersen2003-10-101-29/+31
| | | | reentrant, since there was still a shared static value. indent stuff,
* 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
| | | | should now actually be doing the right thing
* Fixup errno handlingEric Andersen2003-06-271-3/+7
| | | | -Erik
* Remove recursive lock/unlock for a non-recursive mutex.Manuel Novoa III2002-08-181-3/+1
|
* Fix lockingEric Andersen2002-08-081-0/+21
| | | | -Erik
* Silence warnings, clean things up.Eric Andersen2002-06-121-12/+9
| | | | -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
|
* Reworked the password stuff to be reentrant. Group stuff isEric Andersen2001-03-081-3/+18
| | | | | still needing to be reworked. -Erik
* Formatting updateEric Andersen2000-10-071-18/+12
|
* Lots and lots of cleanups.Eric Andersen2000-07-061-1/+1
| | | | -Erik
* Initial revision0_9_1Erik Andersen2000-05-141-0/+62