summaryrefslogtreecommitdiff
path: root/libc/pwd_grp/config.h
AgeCommit message (Collapse)Author
2003-11-06Rewrite the pwd.h, grp.h, and shadow.h functions (except lckpwdf/ulckpwdf).Manuel Novoa III
2003-10-10Implement getgrgid_r and getgrnam_r. Rework group handling code to be fullyEric Andersen
reentrant, since there was still a shared static value. indent stuff,
2002-08-18Yet more rework to make __getgrent and the functions that use itEric Andersen
reentrant... -Erik
2002-06-12Don't use fixed buffers if we have an mmu such that mallocEric Andersen
and realloc are cheap. -Erik
2002-06-12Silence warnings, clean things up.Eric Andersen
-Erik
2001-09-27Update to accomodate the header file changesEric Andersen
2000-10-07Dependancy fixup, and remove some obcolete files.Eric Andersen
2000-05-14Initial revisionErik Andersen