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 | -109/+0 |
| | |||||
* | Implement getgrent_r. Rework getpwent and getgrent a bit further | Eric Andersen | 2003-11-02 | 1 | -16/+14 |
| | |||||
* | Fix things (properly) to open /etc/passd and /etc/group if | Eric Andersen | 2003-11-01 | 1 | -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 all | Eric Andersen | 2003-10-31 | 1 | -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 fully | Eric Andersen | 2003-10-10 | 1 | -29/+31 |
| | | | | reentrant, since there was still a shared static value. indent stuff, | ||||
* | ret could have been used uninitialized in one case | Eric Andersen | 2003-06-27 | 1 | -1/+1 |
| | |||||
* | Yet more cleanup for the reentrant pwd/grp functions so they | Eric Andersen | 2003-06-27 | 1 | -2/+5 |
| | | | | should now actually be doing the right thing | ||||
* | Fixup errno handling | Eric Andersen | 2003-06-27 | 1 | -3/+7 |
| | | | | -Erik | ||||
* | Remove recursive lock/unlock for a non-recursive mutex. | Manuel Novoa III | 2002-08-18 | 1 | -3/+1 |
| | |||||
* | Fix locking | Eric Andersen | 2002-08-08 | 1 | -0/+21 |
| | | | | -Erik | ||||
* | Silence warnings, clean things up. | Eric Andersen | 2002-06-12 | 1 | -12/+9 |
| | | | | -Erik | ||||
* | * Added /etc/shadow support (Config selectable) | David McCullough | 2002-01-17 | 1 | -1/+2 |
| | | | | * Moved some file paths from code into <paths.h> | ||||
* | Update to accomodate the header file changes | Eric Andersen | 2001-09-27 | 1 | -0/+1 |
| | |||||
* | Reworked the password stuff to be reentrant. Group stuff is | Eric Andersen | 2001-03-08 | 1 | -3/+18 |
| | | | | | still needing to be reworked. -Erik | ||||
* | Formatting update | Eric Andersen | 2000-10-07 | 1 | -18/+12 |
| | |||||
* | Lots and lots of cleanups. | Eric Andersen | 2000-07-06 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Initial revision0_9_1 | Erik Andersen | 2000-05-14 | 1 | -0/+62 |