Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rewrite the pwd.h, grp.h, and shadow.h functions (except lckpwdf/ulckpwdf). | Manuel Novoa III | 2003-11-06 | 1 | -59/+0 |
| | |||||
* | Implement getgrgid_r and getgrnam_r. Rework group handling code to be fully | Eric Andersen | 2003-10-10 | 1 | -22/+24 |
| | | | | reentrant, since there was still a shared static value. indent stuff, | ||||
* | Fixup errno handling | Eric Andersen | 2003-06-27 | 1 | -3/+7 |
| | | | | -Erik | ||||
* | Fix locking | Eric Andersen | 2002-08-08 | 1 | -24/+21 |
| | | | | -Erik | ||||
* | Silence warnings, clean things up. | Eric Andersen | 2002-06-12 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Adjust beinning | Eric Andersen | 2002-04-03 | 1 | -2/+1 |
| | |||||
* | * Added /etc/shadow support (Config selectable) | David McCullough | 2002-01-17 | 1 | -0/+57 |
* Moved some file paths from code into <paths.h> |