summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Activate after unlocking a logind sessionMichael Terry2014-03-161-0/+20
* Ensure X authority is written before X server is startedRobert Ancell2014-03-131-0/+1
|\
| * Merge with trunkRobert Ancell2014-03-111-0/+56
| |\
| * | Ensure X authority is written before X server is startedRobert Ancell2014-03-111-0/+1
* | | Don't use g_hash_table_get_keys_as_array, it's a glib 2.40 featureRobert Ancell2014-03-131-2/+7
|\ \ \
| * | | Don't use g_hash_table_get_keys_as_array, it's a glib 2.40 featureRobert Ancell2014-03-121-2/+7
| | |/ | |/|
* | | Merge in guest session type branchRobert Ancell2014-03-121-6/+7
|\ \ \
| * | | Honour session type requested by greeter for guest sessionsRobert Ancell2014-03-121-6/+7
| |/ /
* | | Implement guest-session config optionRobert Ancell2014-03-121-1/+3
|/ /
* | Log to wtmp and btmpRobert Ancell2014-03-111-0/+56
|/
* Set utmp ut_line to the display name (i.e. :0). This matches what programs ex...Robert Ancell2014-03-101-4/+10
* Fix memory leakRobert Ancell2014-03-071-3/+4
* Check we correctly stop if the Unity compositor can't be foundRobert Ancell2014-03-071-5/+10
* Handle signals being received in child processes instead of treating them lik...Robert Ancell2014-03-071-3/+10
* Fix small leaks detected by valgrind.Robert Ancell2014-03-064-5/+27
|\
| * Plug display server name leakRobert Ancell2014-03-061-0/+15
| * Don't leak X cookiesRobert Ancell2014-03-061-2/+7
| * Fix unfreed valueRobert Ancell2014-03-061-0/+1
| * Fix small leaks detected by valgrindRobert Ancell2014-03-063-3/+4
* | Make sure processes can only be stopped once, don't warn if process doesn't e...Robert Ancell2014-03-061-1/+16
|/
* More carefully remove GSourcesRobert Ancell2014-03-043-6/+6
* Be extra careful not to call any non thread safe function after a forkRobert Ancell2014-02-268-179/+159
* Don't try and remove the unity system compositor watch source if it has alrea...Robert Ancell2014-02-241-1/+3
|\
| * Don't try and remove the unity system compositor watch source if it has alrea...Robert Ancell2014-02-241-1/+3
* | 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-212-72/+62
* Remove debugging lineMichael Terry2014-02-191-1/+0
* explicitly provide shared dir path to sessionsMichael Terry2014-02-195-24/+24
* Merge from trunkMichael Terry2014-02-181-1/+4
|\
| * Refactor LightDMUser and User classes to use the same code internally.Michael Terry2014-02-1211-801/+39
| |\
| * \ Improve multiseat support.Alberts Muktupāvels2014-02-081-1/+4
| |\ \
| | * | fix testsAlberts Muktupāvels2014-02-051-0/+2
| | * | fix indentationAlberts Muktupāvels2014-02-051-1/+1
| | * | simplify and re-add removed VT checkAlberts Muktupāvels2014-02-051-4/+4
| | * | Improve multiseat supportAlberts Muktupāvels2014-01-231-4/+5
* | | | Fix autologin use case and add a test for itMichael Terry2014-02-181-0/+5
* | | | Make directory creation synchronousMichael Terry2014-02-183-61/+48
* | | | Add liblightdm function to ensure a shared data directoryMichael Terry2014-02-182-2/+9
* | | | 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-184-51/+65
* | | | Add shared data manager and testMichael Terry2014-02-084-0/+386
| |_|/ |/| |
* | | Add better cleanup as lightdm daemon closesMichael Terry2014-02-081-3/+8
* | | Merge from trunkMichael Terry2014-02-0710-71/+37
|\ \ \ | |/ /
| * | Add warning flags where they are missing and fix the resulting warnings.Robert Ancell2014-02-062-6/+7
| |\ \
| | * | Add warning flags where they are missing and fix the resulting warningsRobert Ancell2014-02-062-6/+7
| * | | Correctly invoke PAM to change authentication tokenRobert Ancell2014-02-061-1/+1
| |/ /
| * | Remove excessive XDG_VTNR loggingRobert Ancell2014-02-052-7/+0
| * | Make xdg-seat a core property of a seat and always pass it to X serversRobert Ancell2014-02-056-57/+29
| |/
* | And convert accounts.c to use new sharable CommonUser class tooMichael Terry2014-02-0410-798/+31
|/
* Support Mir sessions in xlocal seats by starting a unity system compositor fo...Robert Ancell2014-01-212-31/+120
|\