Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add files for IMA. Yes, I know it's a hack and no, I won't split the ↵ | Peter S. Mazinger | 2006-02-13 | 1 | -0/+8 |
| | | | | affected files | ||||
* | Rewrite the pwd.h, grp.h, and shadow.h functions (except lckpwdf/ulckpwdf). | Manuel Novoa III | 2003-11-06 | 1 | -85/+0 |
| | |||||
* | Implement getgrgid_r and getgrnam_r. Rework group handling code to be fully | Eric Andersen | 2003-10-10 | 1 | -29/+30 |
| | | | | 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 | -1/+5 |
| | | | | should now actually be doing the right thing | ||||
* | Fixup errno handling | Eric Andersen | 2003-06-27 | 1 | -9/+14 |
| | | | | -Erik | ||||
* | Fix locking | Eric Andersen | 2002-08-08 | 1 | -0/+14 |
| | | | | -Erik | ||||
* | Silence warnings, clean things up. | Eric Andersen | 2002-06-12 | 1 | -23/+18 |
| | | | | -Erik | ||||
* | * Added /etc/shadow support (Config selectable) | David McCullough | 2002-01-17 | 1 | -2/+2 |
| | | | | * Moved some file paths from code into <paths.h> | ||||
* | Update to accomodate the header file changes | Eric Andersen | 2001-09-27 | 1 | -0/+1 |
| | |||||
* | Fix include/errno.h to not use kernel header, and instead use bits/errno.h. | Eric Andersen | 2001-04-06 | 1 | -1/+1 |
| | | | | | | | This required we use _LIBC instead of __LIBC__ to be consistent with glibc. This had some sideffects in sys/syscalls.h. While fixing things, I made everything use __set_errno() for (eventual) thread support. -Erik | ||||
* | Reworked the password stuff to be reentrant. Group stuff is | Eric Andersen | 2001-03-08 | 1 | -8/+24 |
| | | | | | still needing to be reworked. -Erik | ||||
* | Formatting update | Eric Andersen | 2000-10-07 | 1 | -19/+16 |
| | |||||
* | Initial revision0_9_1 | Erik Andersen | 2000-05-14 | 1 | -0/+52 |