summaryrefslogtreecommitdiff
path: root/libc/pwd_grp/getgrnam.c
AgeCommit message (Expand)Author
2003-10-10Implement getgrgid_r and getgrnam_r. Rework group handling code to be fullyEric Andersen
2002-09-10Fix some locking problems noted by Manuel. __getgrent() was alwaysEric Andersen
2002-08-18Yet more rework to make __getgrent and the functions that use itEric 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-04-06Fix include/errno.h to not use kernel header, and instead use bits/errno.h.Eric Andersen
2000-10-07Formatting updateEric Andersen
2000-05-14Initial revisionErik Andersen