summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Read config data from both XDG_DATA_DIRS and XDG_CONFIG_DIRS.Robert Ancell2014-03-183-1/+140
|\
| * Reverse order of directory loading for a given XDG variableMichael Terry2014-03-171-1/+3
| * Scan XDG_DATA_DIRS and XDG_CONFIG_DIRS for config values tooMichael Terry2014-03-172-3/+19
| * Move config loading into one function; move that function into libcommon; cal...Michael Terry2014-03-173-1/+123
|/
* Fix leaks in users objectsRobert Ancell2014-03-061-0/+2
* Fix small leaks detected by valgrindRobert Ancell2014-03-063-3/+16
* Add better cleanup as lightdm daemon closesMichael Terry2014-02-082-0/+10
* And convert accounts.c to use new sharable CommonUser class tooMichael Terry2014-02-049-140/+810
* Split core of user.c out into a sharable classMichael Terry2014-01-312-0/+1663