Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop create-session username/session argument, we'll do it via ↵ | Michael Terry | 2013-08-25 | 1 | -1/+1 |
| | | | | active-username change signals | ||||
* | Merge from trunk | Michael Terry | 2013-08-25 | 1 | -0/+1 |
|\ | |||||
| * | have Seat implement the Logger interface | a7x | 2013-08-14 | 1 | -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 username | Michael Terry | 2013-08-25 | 1 | -0/+3 |
| | | |||||
* | | Drop some changes that aren't ready to land yet | Michael Terry | 2013-08-21 | 1 | -1/+1 |
| | | |||||
* | | Name greeter mir sessions with a 'greeter' prefix, so the compositor can know | Michael Terry | 2013-08-14 | 1 | -1/+1 |
| | | |||||
* | | Merge from trunk | Michael Terry | 2013-08-14 | 1 | -14/+18 |
|\ \ | |/ | |||||
| * | Make Mir tests pass, break VNC and XDMCP tests.. | Robert Ancell | 2013-07-26 | 1 | -0/+1 |
| | | |||||
| * | Refactor local session starting inhibitor | Robert Ancell | 2013-07-24 | 1 | -0/+1 |
| | | |||||
| * | Merge with trunk | Robert Ancell | 2013-07-23 | 1 | -13/+15 |
| |\ | |||||
| | * | Don't register greeter sessions on DBus | Robert Ancell | 2013-07-19 | 1 | -1/+1 |
| | | | |||||
| | * | Only register running user sessions on dbus | Robert Ancell | 2013-07-19 | 1 | -0/+1 |
| | | | |||||
| | * | Tidy up some code | Robert Ancell | 2013-07-17 | 1 | -2/+0 |
| | | | |||||
| | * | Make Greeter a subclass of session | Robert Ancell | 2013-07-16 | 1 | -0/+2 |
| | | | |||||
| | * | Refactor session creation | Robert Ancell | 2013-07-15 | 1 | -1/+1 |
| | | | |||||
| | * | Start killing the Display class and merging it into the Seat class | Robert Ancell | 2013-07-12 | 1 | -11/+12 |
| | | | |||||
| * | | Half baked code before merge with trunk | Robert Ancell | 2013-07-23 | 1 | -1/+1 |
| |/ | |||||
* | | Rough cut of support for telling Mir which session should be displayed ↵ | Michael Terry | 2013-07-09 | 1 | -1/+1 |
|/ | | | | underneath the greeter | ||||
* | Add a share xserver seat property | Robert Ancell | 2013-06-30 | 1 | -0/+2 |
| | |||||
* | Use C standard compliant names for header guards | Robert Ancell | 2013-04-23 | 1 | -3/+3 |
| | |||||
* | Correctly work out the active display from the active VT when it exits so a ↵ | Robert Ancell | 2012-11-28 | 1 | -0/+1 |
| | | | | greeter starts | ||||
* | Add a seat option greeter-allow-guest which controls if the greeter should ↵ | Robert Ancell | 2012-03-08 | 1 | -0/+2 |
|\ | | | | | | | show a guest option | ||||
| * | Rename show-guest option to greeter-allow-guest | Chow Loong Jin | 2012-03-02 | 1 | -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 SeatDefaults | Chow Loong Jin | 2012-03-01 | 1 | -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 Ancell | 2012-03-01 | 1 | -0/+1 |
|/ | |||||
* | Add a session lock D-Bus call that makes the greeter select that user | Robert Ancell | 2012-02-15 | 1 | -1/+1 |
| | |||||
* | Add Lock D-Bus method that locks the seat and provides a hint to the greeter ↵ | Robert Ancell | 2012-02-09 | 1 | -0/+2 |
| | | | | to be in lock mode | ||||
* | Move user/log file code outside of process.c, get PAM environment after ↵ | Robert Ancell | 2011-09-28 | 1 | -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 Ancell | 2011-09-16 | 1 | -0/+1 |
| | | | | depend on X server knowledge | ||||
* | Refactor X code out of display.c and seat.c. Drop obsolete GetSeatForCookie ↵ | Robert Ancell | 2011-09-16 | 1 | -1/+2 |
| | | | | and GetSessionForCookie D-Bus calls | ||||
* | Fix duplicate stop events | Robert Ancell | 2011-08-17 | 1 | -0/+2 |
| | |||||
* | Refactor configuration in preparation for dynamic seats | Robert Ancell | 2011-08-16 | 1 | -2/+10 |
| | |||||
* | Specify session in D-Bus switch methods (not yet connected) | Robert Ancell | 2011-07-24 | 1 | -2/+2 |
| | |||||
* | Fix up switching logic | Robert Ancell | 2011-07-24 | 1 | -0/+4 |
| | |||||
* | Mucking around with guest sessions | Robert Ancell | 2011-07-21 | 1 | -0/+2 |
| | |||||
* | Fix configuration | Robert Ancell | 2011-07-20 | 1 | -1/+2 |
| | |||||
* | Set type field in config. Fix defaults not being correctly set | Robert Ancell | 2011-07-20 | 1 | -0/+4 |
| | |||||
* | Add display-added and session-started signals | Robert Ancell | 2011-07-20 | 1 | -0/+2 |
| | |||||
* | Allow autologin as guest | Robert Ancell | 2011-07-16 | 1 | -4/+0 |
| | |||||
* | Finished rearranging config | Robert Ancell | 2011-07-16 | 1 | -0/+2 |
| | |||||
* | Fix autologin | Robert Ancell | 2011-07-15 | 1 | -3/+6 |
| | |||||
* | Introduce a seat object | Robert Ancell | 2011-07-15 | 1 | -0/+67 |