summaryrefslogtreecommitdiff
path: root/src/shared-data-manager.c
Commit message (Expand)AuthorAgeFilesLines
* Fix shared directory name not being returned if already existsRobert Ancell2014-02-241-2/+7
* Make new shared dir code match existing coding style. Add some debugging mess...Robert Ancell2014-02-211-67/+55
* explicitly provide shared dir path to sessionsMichael Terry2014-02-191-11/+5
* Make directory creation synchronousMichael Terry2014-02-181-58/+30
* Add liblightdm function to ensure a shared data directoryMichael Terry2014-02-181-1/+1
* Use usernames for users for shared data dirs rather than uidsMichael Terry2014-02-181-32/+18
* Don't create all shared user dirs on startup; rather create them on demand as...Michael Terry2014-02-181-46/+52
* Add shared data manager and testMichael Terry2014-02-081-0/+330