summaryrefslogtreecommitdiff
path: root/libc/pwd_grp/__getpwent_r.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-01Fix things (properly) to open /etc/passd and /etc/group ifEric Andersen
2003-10-31Fix Erik's typo.Manuel Novoa III
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-27Fixup errno handlingEric Andersen
2002-06-12Silence warnings, clean things up.Eric Andersen
2001-03-08Reworked the password stuff to be reentrant. Group stuff isEric Andersen