summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/usergroup.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix up according to Coding StyleMaarten Bosmans2011-03-111-12/+4
| | | | Only whitespace changes in here
* core: Remove wrong doc on how to free returned dataTed Percival2009-08-221-4/+0
|
* core: Add thread-safe group info functions with dynamic buffersTed Percival2009-08-221-0/+376
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.