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 | -115/+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 | ||||
* | Fix Erik's typo. | Manuel Novoa III | 2003-10-31 | 1 | -1/+1 |
| | |||||
* | 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 | -39/+38 |
| | | | | reentrant, since there was still a shared static value. indent stuff, | ||||
* | Fixup errno handling | Eric Andersen | 2003-06-27 | 1 | -4/+8 |
| | | | | -Erik | ||||
* | Silence warnings, clean things up. | Eric Andersen | 2002-06-12 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Reworked the password stuff to be reentrant. Group stuff is | Eric Andersen | 2001-03-08 | 1 | -0/+112 |
still needing to be reworked. -Erik |