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-08 | Fix locking | Eric Andersen | |
-Erik | |||
2002-06-17 | Shuffle the logic around a bit | Eric Andersen | |
2002-06-12 | Silence warnings, clean things up. | Eric Andersen | |
-Erik | |||
2002-04-13 | Patch from Jim Treadway <jim@stardot-tech.com>: | Eric Andersen | |
The internal __getgrent function doesn't allocate enough memory to hold the trailing NULL pointer in the gr_mem member of the returned 'struct group *'. | |||
2000-10-07 | Formatting update | Eric Andersen | |
2000-05-14 | Initial revision | Erik Andersen | |