Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-11-06 | Rewrite the pwd.h, grp.h, and shadow.h functions (except lckpwdf/ulckpwdf). | Manuel Novoa III | |
2003-11-02 | Implement getgrent_r. Rework getpwent and getgrent a bit further | Eric Andersen | |
2003-11-01 | Fix things (properly) to open /etc/passd and /etc/group if | Eric Andersen | |
they have not yet been opened. My last try was completely and embarrasingly broken. -Erik | |||
2003-10-31 | getpwent(), getpwent_r(), and getgrent(), getgrent_r() would all | Eric Andersen | |
fail if you had not previously called setpwent() or setgrent() respectively. Oops. My bad. -Erik | |||
2003-10-10 | Implement getgrgid_r and getgrnam_r. Rework group handling code to be fully | Eric Andersen | |
reentrant, since there was still a shared static value. indent stuff, | |||
2003-06-27 | ret could have been used uninitialized in one case | Eric Andersen | |
2003-06-27 | Yet more cleanup for the reentrant pwd/grp functions so they | Eric Andersen | |
should now actually be doing the right thing | |||
2003-06-27 | Fixup errno handling | Eric Andersen | |
-Erik | |||
2002-08-18 | Remove recursive lock/unlock for a non-recursive mutex. | Manuel Novoa III | |
2002-08-08 | Fix locking | Eric Andersen | |
-Erik | |||
2002-06-12 | Silence warnings, clean things up. | Eric Andersen | |
-Erik | |||
2002-01-17 | * Added /etc/shadow support (Config selectable) | David McCullough | |
* Moved some file paths from code into <paths.h> | |||
2001-09-27 | Update to accomodate the header file changes | Eric Andersen | |
2001-03-08 | Reworked the password stuff to be reentrant. Group stuff is | Eric Andersen | |
still needing to be reworked. -Erik | |||
2000-10-07 | Formatting update | Eric Andersen | |
2000-07-06 | Lots and lots of cleanups. | Eric Andersen | |
-Erik | |||
2000-05-14 | Initial revision | Erik Andersen | |