Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement getgrgid_r and getgrnam_r. Rework group handling code to be fully | Eric Andersen | 2003-10-10 | 1 | -16/+18 |
| | | | | reentrant, since there was still a shared static value. indent stuff, | ||||
* | Yet more cleanup for the reentrant pwd/grp functions so they | Eric Andersen | 2003-06-27 | 1 | -3/+8 |
| | | | | should now actually be doing the right thing | ||||
* | Fixup errno handling | Eric Andersen | 2003-06-27 | 1 | -1/+3 |
| | | | | -Erik | ||||
* | Fix locking | Eric Andersen | 2002-08-08 | 1 | -0/+14 |
| | | | | -Erik | ||||
* | Silence warnings, clean things up. | Eric Andersen | 2002-06-12 | 1 | -10/+8 |
| | | | | -Erik | ||||
* | * Added /etc/shadow support (Config selectable) | David McCullough | 2002-01-17 | 1 | -0/+41 |
* Moved some file paths from code into <paths.h> |