Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Yet more rework to make __getgrent and the functions that use it | Eric Andersen | 2002-08-18 | 1 | -1/+3 |
| | | | | | reentrant... -Erik | ||||
* | Fix broken locking so that at least the Python 2.2.1 grp test doesn't | Manuel Novoa III | 2002-08-18 | 1 | -2/+7 |
| | | | | | | | | lock up. This really needs to be looked at, as I don't think this needs to be reentrant. In any case, several routines call the __getgrent internal routine and it uses static vars for data. If this stuff is really supposed to be threadsafe, then __getgrent probably needs fixing. | ||||
* | Fix locking | Eric Andersen | 2002-08-08 | 1 | -9/+26 |
| | | | | -Erik | ||||
* | Silence warnings, clean things up. | Eric Andersen | 2002-06-12 | 1 | -1/+0 |
| | | | | -Erik | ||||
* | * Added /etc/shadow support (Config selectable) | David McCullough | 2002-01-17 | 1 | -1/+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 |
| | |||||
* | Formatting update | Eric Andersen | 2000-10-07 | 1 | -18/+13 |
| | |||||
* | Initial revision0_9_1 | Erik Andersen | 2000-05-14 | 1 | -0/+57 |