summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Show source of configuration keysRobert Ancell2014-08-223-15/+49
* Add --show-config option that shows combined configurationRobert Ancell2014-08-221-1/+40
* Get seat properties from logindRobert Ancell2014-08-222-0/+61
|\
| * Get seat properties from logindRobert Ancell2014-08-222-0/+61
* | Make a login1 service object (not currently required, but will be used for au...Robert Ancell2014-08-225-48/+324
|\ \ | |/
| * Connect to logind on startupRobert Ancell2014-08-225-52/+26
| * Make a login1 service object (not currently required, but will be used for au...Robert Ancell2014-08-222-6/+308
* | Drop the surfaceflinger seat type. This was a temporary solution while Ubuntu...Robert Ancell2014-08-226-221/+0
* | Add a new session type 'mir-container' that allows the session to run inside ...Robert Ancell2014-08-2112-34/+86
* | Refactor XDMCP client code so it's not hardcoded to use X in seat.cRobert Ancell2014-08-214-158/+233
|/
* Only seat0 takes VT from PlymouthRobert Ancell2014-08-201-4/+4
|\
| * No need to check if get_seat_name() return value is non-NULL.Laércio de Sousa2014-08-191-3/+1
| * Make get_vt() return -1 immediately if "xdg-seat" property value is not "seat0".Laércio de Sousa2014-08-151-4/+6
|/
* Fix commentRobert Ancell2014-07-311-1/+1
* Add a seat option 'allow-user-switching' that can disable all user switching ...Robert Ancell2014-07-317-15/+15
* Return correct errors for D-Bus callsRobert Ancell2014-07-312-16/+39
* Make PAM services configurableRobert Ancell2014-07-252-11/+14
* Do timed autologin each time you are returned to the greeterRobert Ancell2014-06-301-13/+22
* Warn if trying to switch to user without usernameRobert Ancell2014-06-301-1/+1
* Set active session in unity-system-compositor when running Mir sessions from ...Robert Ancell2014-06-051-1/+8
* Fix a whole bunch of warnings generated by Clang.Christopher James Halse Rogers2014-05-282-3/+3
* Also lightdm-mir-%d sockets under /runChristopher James Halse Rogers2014-05-281-1/+1
* Put unity-system-compositor's mir_socket under /run rather than /tmp.Christopher James Halse Rogers2014-05-281-1/+1
* Just create proxy and ask for owner rather than manually calling StartService...Michael Terry2014-05-141-27/+20
* DBus-activate logindMichael Terry2014-05-141-1/+44
* Make resettable a construction property that is sent as part of the connect m...Robert Ancell2014-04-291-9/+10
* When looking for an existing greeter, make sure it's a resettable oneMichael Terry2014-04-281-7/+21
* Small nits from reviewMichael Terry2014-04-282-8/+10
* Support Mir greeters too by waiting to send IDLE until after we're done handl...Michael Terry2014-04-251-2/+13
* Add a bunch of tests; fix some small bugsMichael Terry2014-04-242-4/+8
* First pass at reset supportMichael Terry2014-04-243-60/+195
* Remove some debuggingRobert Ancell2014-04-171-2/+1
* Give the property values when emitting the PropertiesChanged signalRobert Ancell2014-04-171-112/+127
* Emit DBus PropertiesChanged when Sessions/Seats properties change. Also add S...Robert Ancell2014-04-171-32/+69
* When switching to an existing session refresh PAM credentials and end session...Robert Ancell2014-04-082-0/+39
|\
| * Call pam_end after reinitializing credentialsRobert Ancell2014-03-241-0/+1
| * Use PAM_REINITIALIZE_CRED instead of PAM_REFRESH_CRED as that's what GDM/gnom...Robert Ancell2014-03-241-1/+1
| * When unlocking an existing session cleanly exit the child and refresh the PAM...Robert Ancell2014-03-242-0/+23
| * End PAM session if we don't run a child process otherwise some PAM modules ma...Robert Ancell2014-03-241-0/+15
* | Set XDG_SESSION_TYPE and XDG_SESSION_DESKTOP as used by systemdRobert Ancell2014-04-084-0/+10
|\ \
| * | Also set XDG_SESSION_TYPERobert Ancell2014-04-043-0/+9
| * | Set XDG_SESSION_DESKTOP, this is used by pam_systemdRobert Ancell2014-04-041-0/+1
* | | Promote X-LightDM-DesktopName to DesktopNamesRobert Ancell2014-04-081-1/+4
|\ \ \
| * | | Promote X-LightDM-DesktopName to DesktopNamesLars Uebernickel2014-04-031-1/+4
| | |/ | |/|
* | | Fix logging when failing to find sessionRobert Ancell2014-04-081-3/+3
| |/ |/|
* | Send --enable-hardware-cursor=true insteadRobert Ancell2014-03-201-1/+1
* | Pass --enable-hardware-greeter to unity-system-compositor for Mir sessions on...Robert Ancell2014-03-203-4/+25
|/
* Move config loading into one function; move that function into libcommon; cal...Michael Terry2014-03-172-106/+2
* Always re-activate, whether new session is marked as active or not, since Con...Michael Terry2014-03-171-1/+1
* Override logind's or consolekit's decision to automatically change active ses...Michael Terry2014-03-171-0/+11