summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix default X server commandRobert Ancell2015-05-261-1/+1
|
* Use new Xmir binary when running X under Unity System CompositorRobert Ancell2015-05-1423-96/+484
|
* Initialize file descriptor handles so we don't attempt to close stdin by ↵Robert Ancell2015-03-172-0/+4
| | | | accident
* Releasing 1.10.51.10.5Robert Ancell2015-03-103-1/+18
|
* Close greeter pipe when greeter exits - this was leaking file descriptors ↵Robert Ancell2015-03-091-8/+17
| | | | for each time you returned to the greeter
* Rename variables to make script compatible with BashRobert Ancell2015-01-211-18/+18
|
* Set required version of bashRobert Ancell2015-01-201-1/+1
|
* Remove redundant duplicate g_dbus_connection_unregister_objectRobert Ancell2014-12-081-1/+0
|
* Don't attempt generate D-Bus seat/session removal signals on shutdown.Robert Ancell2014-12-081-19/+43
| | | | | This hasn't been connected to a specific problem but in lightdm 1.12 this did cause a problem due to the more complex signal emission.
* * debian/config-error-dialog.sh:Robert Ancell2014-11-251-0/+10
| | | | | | | * debian/lightdm-session: - Use bash for the session to improve error handling (LP: #678421) * debian/control: - Depend on bash
* Run lightdm-session with bash instead of sh. This helps us check errors better.Robert Ancell2014-11-253-17/+6
|
* Releasing 1.10.41.10.4Robert Ancell2014-11-134-3/+20
|
* Close session pipe when child process exits - this was leaking file ↵Robert Ancell2014-11-131-0/+2
| | | | descriptors for each login / authentication
* Show warning dialog instead of interrupted login if syntax error in ↵Robert Ancell2014-10-216-18/+73
|\ | | | | | | ~/.profile etc
| * Show warning dialog instead of interrupted login if syntax error in ↵Gunnar Hjalmarsson2014-10-216-18/+73
|/ | | | ~/.profile etc
* Support the DesktopNames field in session .desktop filesRobert Ancell2014-10-209-14/+72
|
* Refresh patchesRobert Ancell2014-10-103-27/+29
|
* Releasing 1.10.31.10.3Robert Ancell2014-10-093-1/+23
|
* Don't double free configuration key sourcesRobert Ancell2014-10-091-1/+1
|
* Allow user switching in multi-seat until lp:1371250 is closedRobert Ancell2014-10-031-1/+2
|\
| * Disable automatic setting "allow-user-switching=false" for non-seat0 seats ↵Laércio de Sousa2014-10-021-1/+2
|/ | | | while LP bug #1371250 is open.
* Don't access .dmrc files until information from these files is requiredRobert Ancell2014-09-301-33/+14
|\
| * Don't load .dmrc files unless we need the data from themRobert Ancell2014-09-241-33/+14
| |
* | Do timed autologin each time you are returned to the greeterRobert Ancell2014-09-304-1/+100
|/
* Releasing 1.10.21.10.2Robert Ancell2014-09-173-1/+49
|
* Only tell unity-system-compositor to set the active session when running ↵Robert Ancell2014-09-176-16/+1
| | | | container sessions. The old u-s-c didn't understand this option.
* Fix assumption that the display server is X when running scripts.Robert Ancell2014-09-169-12/+249
|
* Add a new session type 'mir-container' that allows the session to run inside ↵Robert Ancell2014-09-1222-190/+407
|\ | | | | | | a custom system compositor
| * Add a new session type 'mir-container' that allows the session to run inside ↵Robert Ancell2014-09-1222-44/+182
| | | | | | | | a custom system compositor
| * Refactor XDMCP client code so it's not hardcoded to use X in seat.cRobert Ancell2014-09-124-154/+233
|/
* Backport multi-seat support from 1.12. The new automatic multi-seat ↵Robert Ancell2014-09-1128-111/+1396
|\ | | | | | | behaviour is enabled if logind-load-seat=true is set in the configuration
| * Simplify codeRobert Ancell2014-09-111-28/+27
| |
| * Merged with 1.10Robert Ancell2014-09-110-0/+0
| |\ | |/ |/|
* | Fix exec permissions on testRobert Ancell2014-09-111-0/+0
| |
| * Backport all the multi-seat codeRobert Ancell2014-09-1116-67/+321
| |
| * Update tests to match trunkRobert Ancell2014-09-1117-33/+166
| |
| * Rename config optionsRobert Ancell2014-09-115-11/+11
| |
| * Start backporting automatic multi-seatRobert Ancell2014-09-0915-39/+938
|/
* Add liblightdm method to get user UIDRobert Ancell2014-09-0810-6/+80
|
* Fix up some coding style errors in liblightdm-gobjectRobert Ancell2014-09-082-26/+32
|
* Check autologin timeout value set correctly in tests, don't actually do the ↵Robert Ancell2014-09-087-58/+113
| | | | timeout
* Warn if trying to switch to user without usernameRobert Ancell2014-09-081-1/+1
|
* Make PAM services configurableRobert Ancell2014-09-088-11/+142
|
* Add a seat option 'allow-user-switching' that can disable all user switching ↵Robert Ancell2014-09-0819-70/+312
| | | | for that seat
* Add --show-config option that shows combined configurationRobert Ancell2014-09-085-23/+140
|
* Make socket writing code used between greeter and daemon more robustRobert Ancell2014-09-082-9/+44
|
* Fix memory leaksRobert Ancell2014-09-083-15/+19
|
* Fix memory leak in test-gobject-greeterRobert Ancell2014-09-081-2/+4
|
* Remove unused test-mir-greeter - we use the test-gobject-greeter insteadRobert Ancell2014-09-083-137/+0
|
* Fix tests failing with Qt 5.3 due to it checking getuid/geteuid which we are ↵Robert Ancell2014-09-031-0/+5
| | | | faking