Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-09-10 | Fix some locking problems noted by Manuel. __getgrent() was always | Eric Andersen | |
called under lock, but the callers did not share the same locks... -Erik | |||
2002-08-18 | Yet more rework to make __getgrent and the functions that use it | Eric Andersen | |
reentrant... -Erik | |||
2002-08-18 | Fix broken locking so that at least the Python 2.2.1 grp test doesn't | Manuel Novoa III | |
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. | |||
2002-08-08 | Fix locking | Eric Andersen | |
-Erik | |||
2002-06-12 | Silence warnings, clean things up. | Eric Andersen | |
-Erik | |||
2002-01-17 | * Added /etc/shadow support (Config selectable) | David McCullough | |
* Moved some file paths from code into <paths.h> | |||
2001-09-27 | Update to accomodate the header file changes | Eric Andersen | |
2000-10-07 | Formatting update | Eric Andersen | |
2000-05-14 | Initial revision | Erik Andersen | |