summaryrefslogtreecommitdiffstats
path: root/libc/pwd_grp/__getpwent_r.c
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite the pwd.h, grp.h, and shadow.h functions (except lckpwdf/ulckpwdf).Manuel Novoa III2003-11-061-115/+0
|
* Fix things (properly) to open /etc/passd and /etc/group ifEric Andersen2003-11-011-3/+0
| | | | | | | they have not yet been opened. My last try was completely and embarrasingly broken. -Erik
* Fix Erik's typo.Manuel Novoa III2003-10-311-1/+1
|
* getpwent(), getpwent_r(), and getgrent(), getgrent_r() would allEric Andersen2003-10-311-0/+3
| | | | | | 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-39/+38
| | | | reentrant, since there was still a shared static value. indent stuff,
* Fixup errno handlingEric Andersen2003-06-271-4/+8
| | | | -Erik
* Silence warnings, clean things up.Eric Andersen2002-06-121-1/+1
| | | | -Erik
* Reworked the password stuff to be reentrant. Group stuff isEric Andersen2001-03-081-0/+112
still needing to be reworked. -Erik