Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix up according to Coding Style | Maarten Bosmans | 2011-03-11 | 1 | -12/+6 |
| | | | | Only whitespace changes in here | ||||
* | core: Add thread-safe group info functions with dynamic buffers | Ted Percival | 2009-08-22 | 1 | -0/+161 |
Provides getgrgid, getgrnam, getpwuid & getpwnam replacements that are thread safe (a la getgrgid_r() and friends) that internally handle allocating big-enough buffers to avoid ERANGE errors on large users or groups. |