summaryrefslogtreecommitdiff
path: root/libc/pwd_grp/pwent.c
AgeCommit message (Expand)Author
2003-11-06Rewrite the pwd.h, grp.h, and shadow.h functions (except lckpwdf/ulckpwdf).Manuel Novoa III
2003-11-02Implement getgrent_r. Rework getpwent and getgrent a bit furtherEric Andersen
2003-11-01Fix things (properly) to open /etc/passd and /etc/group ifEric Andersen
2003-10-31getpwent(), getpwent_r(), and getgrent(), getgrent_r() would allEric Andersen
2003-10-10Implement getgrgid_r and getgrnam_r. Rework group handling code to be fullyEric Andersen
2003-06-27ret could have been used uninitialized in one caseEric Andersen
2003-06-27Yet more cleanup for the reentrant pwd/grp functions so theyEric Andersen
2003-06-27Fixup errno handlingEric Andersen
2002-08-18Remove recursive lock/unlock for a non-recursive mutex.Manuel Novoa III
2002-08-08Fix lockingEric Andersen
2002-06-12Silence warnings, clean things up.Eric Andersen
2002-01-17* Added /etc/shadow support (Config selectable)David McCullough
2001-09-27Update to accomodate the header file changesEric Andersen
2001-03-08Reworked the password stuff to be reentrant. Group stuff isEric Andersen
2000-10-07Formatting updateEric Andersen
2000-07-06Lots and lots of cleanups.Eric Andersen
2000-05-14Initial revisionErik Andersen