summaryrefslogtreecommitdiff
path: root/src/seat.h
Commit message (Collapse)AuthorAgeFilesLines
* Drop create-session username/session argument, we'll do it via ↵Michael Terry2013-08-251-1/+1
| | | | active-username change signals
* Merge from trunkMichael Terry2013-08-251-0/+1
|\
| * have Seat implement the Logger interfacea7x2013-08-141-0/+1
| | | | | | | | | | This is a step toward logging the seat name in each Seat log message, which will make it easier to debug multiseat setups.
* | Have seat listen to greeter active usernameMichael Terry2013-08-251-0/+3
| |
* | Drop some changes that aren't ready to land yetMichael Terry2013-08-211-1/+1
| |
* | Name greeter mir sessions with a 'greeter' prefix, so the compositor can knowMichael Terry2013-08-141-1/+1
| |
* | Merge from trunkMichael Terry2013-08-141-14/+18
|\ \ | |/
| * Make Mir tests pass, break VNC and XDMCP tests..Robert Ancell2013-07-261-0/+1
| |
| * Refactor local session starting inhibitorRobert Ancell2013-07-241-0/+1
| |
| * Merge with trunkRobert Ancell2013-07-231-13/+15
| |\
| | * Don't register greeter sessions on DBusRobert Ancell2013-07-191-1/+1
| | |
| | * Only register running user sessions on dbusRobert Ancell2013-07-191-0/+1
| | |
| | * Tidy up some codeRobert Ancell2013-07-171-2/+0
| | |
| | * Make Greeter a subclass of sessionRobert Ancell2013-07-161-0/+2
| | |
| | * Refactor session creationRobert Ancell2013-07-151-1/+1
| | |
| | * Start killing the Display class and merging it into the Seat classRobert Ancell2013-07-121-11/+12
| | |
| * | Half baked code before merge with trunkRobert Ancell2013-07-231-1/+1
| |/
* | Rough cut of support for telling Mir which session should be displayed ↵Michael Terry2013-07-091-1/+1
|/ | | | underneath the greeter
* Add a share xserver seat propertyRobert Ancell2013-06-301-0/+2
|
* Use C standard compliant names for header guardsRobert Ancell2013-04-231-3/+3
|
* Correctly work out the active display from the active VT when it exits so a ↵Robert Ancell2012-11-281-0/+1
| | | | greeter starts
* Add a seat option greeter-allow-guest which controls if the greeter should ↵Robert Ancell2012-03-081-0/+2
|\ | | | | | | show a guest option
| * Rename show-guest option to greeter-allow-guestChow Loong Jin2012-03-021-1/+1
| | | | | | | | | | This option is greeter-specific, and greeter-allow-guest has more consistency with the pre-existing greeter-hide-users option.
| * Add show-guest config option to SeatDefaultsChow Loong Jin2012-03-011-0/+2
| | | | | | | | | | | | | | | | The show-guest option permits for the hiding of the guest account from the greeter, while allowing users to spawn a guest session from the power cog indicator. Fixes LP: #942792
* | Restructure session code so the PAM authentication is run in its own process.Robert Ancell2012-03-011-0/+1
|/
* Add a session lock D-Bus call that makes the greeter select that userRobert Ancell2012-02-151-1/+1
|
* Add Lock D-Bus method that locks the seat and provides a hint to the greeter ↵Robert Ancell2012-02-091-0/+2
| | | | to be in lock mode
* Move user/log file code outside of process.c, get PAM environment after ↵Robert Ancell2011-09-281-1/+0
| | | | pam_setcred() is used, remove some unused started signals
* move script code into the correct layers so seat.c and display.c no longer ↵Robert Ancell2011-09-161-0/+1
| | | | depend on X server knowledge
* Refactor X code out of display.c and seat.c. Drop obsolete GetSeatForCookie ↵Robert Ancell2011-09-161-1/+2
| | | | and GetSessionForCookie D-Bus calls
* Fix duplicate stop eventsRobert Ancell2011-08-171-0/+2
|
* Refactor configuration in preparation for dynamic seatsRobert Ancell2011-08-161-2/+10
|
* Specify session in D-Bus switch methods (not yet connected)Robert Ancell2011-07-241-2/+2
|
* Fix up switching logicRobert Ancell2011-07-241-0/+4
|
* Mucking around with guest sessionsRobert Ancell2011-07-211-0/+2
|
* Fix configurationRobert Ancell2011-07-201-1/+2
|
* Set type field in config. Fix defaults not being correctly setRobert Ancell2011-07-201-0/+4
|
* Add display-added and session-started signalsRobert Ancell2011-07-201-0/+2
|
* Allow autologin as guestRobert Ancell2011-07-161-4/+0
|
* Finished rearranging configRobert Ancell2011-07-161-0/+2
|
* Fix autologinRobert Ancell2011-07-151-3/+6
|
* Introduce a seat objectRobert Ancell2011-07-151-0/+67