Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rewrite the pwd.h, grp.h, and shadow.h functions (except lckpwdf/ulckpwdf). | Manuel Novoa III | 2003-11-06 | 1 | -114/+0 |
| | |||||
* | Fix things (properly) to open /etc/passd and /etc/group if | Eric Andersen | 2003-11-01 | 1 | -3/+0 |
| | | | | | | | they have not yet been opened. My last try was completely and embarrasingly broken. -Erik | ||||
* | getpwent(), getpwent_r(), and getgrent(), getgrent_r() would all | Eric Andersen | 2003-10-31 | 1 | -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 fully | Eric Andersen | 2003-10-10 | 1 | -0/+114 |
reentrant, since there was still a shared static value. indent stuff, |