summaryrefslogtreecommitdiff
path: root/src/seat.c
Commit message (Expand)AuthorAgeFilesLines
* Add a backup-logs option to re-enable the old log backup modeRobert Ancell2015-10-281-1/+3
* Use logrotate to handle files in the default log directory.Robert Ancell2015-10-221-1/+1
|\
| * Use logrotate to handle files in the default log directoryAlexandros Frantzis2015-10-201-1/+1
* | Handle trailing whitespace on boolean valuesRobert Ancell2015-10-211-1/+13
|/
* Use g_object_clear where we can for readibilityRobert Ancell2015-10-161-48/+20
* Tidy up finalize methodsRobert Ancell2015-10-161-11/+5
* When locking a session, if an existing greeter can't be reused, then it's sto...Robert Ancell2015-10-161-8/+57
|\
| * Merged changes from parent branch.Jesús González2015-04-281-3/+5
| |\
| * \ Merged changes from parent branch.Jesús González2015-02-131-0/+48
| |\ \
| * | | Store in the seat the replacement greeter that shall be started when the repl...Jesús González2015-01-051-2/+29
| * | | When locking a session, if an existing greeter can't be reused, then it's sto...Jesús González2014-12-251-6/+24
| * | | Add a test showing double locking a seat casues a second display server to startRobert Ancell2014-12-091-0/+2
* | | | Merge with trunkRobert Ancell2015-08-101-0/+8
|\ \ \ \
| * | | | Implement autologin-session option (finally). This allows you to set the user...Robert Ancell2015-08-101-0/+8
| | |_|/ | |/| |
* | | | Support Wayland sessions / greetersRobert Ancell2015-07-281-1/+5
|/ / /
* | | Quiesce initctl errors when not running under upstartMartin Pitt2015-04-081-3/+5
| |/ |/|
* | Fixes a bug that prevents session locking if the session was unlocked after c...Jesús González2015-02-121-0/+48
|\ \ | |/ |/|
| * Merged changes from parent branchJesús González2014-11-211-4/+9
| |\ | |/ |/|
| * Merged changes from parent branchJesús González2014-10-141-14/+14
| |\
| * | Refactored code to add seat_find_session_by_login1_id() for better SOLID prac...Jesús González2014-09-201-0/+16
| * | Fixed proper g_object referencing and unreferencing in seat_set_externally_ac...Jesús González2014-09-201-1/+5
| * | Fixes a bug that prevents session locking if the session was unlocked after ...Jesús González2014-09-191-13/+44
* | | Revert removal of ConsoleKit support.Robert Ancell2014-11-141-1/+2
* | | Merge with trunkRobert Ancell2014-11-131-4/+9
|\ \ \
| * | | Refactor DesktopNames support to be less confusingRobert Ancell2014-10-201-4/+9
| | |/ | |/|
* | | Merge with trunkRobert Ancell2014-10-021-14/+14
|\ \ \ | |/ /
| * | Refactored code to replace hardcoded signal identification strings by constants.Jesús González2014-09-301-14/+14
* | | Remove ConsoleKit support since upstream is long dead. Please migrate to logi...Robert Ancell2014-10-011-2/+1
|/ /
* | Remove trailing whitespaceRobert Ancell2014-09-191-13/+13
|/
* Remove old manual way of creating seats. The xdg-seat option and the AddSeat(...Robert Ancell2014-08-271-14/+8
* Add a new session type 'mir-container' that allows the session to run inside ...Robert Ancell2014-08-211-17/+17
* Refactor XDMCP client code so it's not hardcoded to use X in seat.cRobert Ancell2014-08-211-31/+7
* Fix commentRobert Ancell2014-07-311-1/+1
* Add a seat option 'allow-user-switching' that can disable all user switching ...Robert Ancell2014-07-311-10/+8
* Return correct errors for D-Bus callsRobert Ancell2014-07-311-5/+2
* Make PAM services configurableRobert Ancell2014-07-251-11/+8
* Do timed autologin each time you are returned to the greeterRobert Ancell2014-06-301-13/+22
* When looking for an existing greeter, make sure it's a resettable oneMichael Terry2014-04-281-7/+21
* Small nits from reviewMichael Terry2014-04-281-5/+5
* 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-241-3/+7
* First pass at reset supportMichael Terry2014-04-241-60/+134
* Set XDG_SESSION_TYPE and XDG_SESSION_DESKTOP as used by systemdRobert Ancell2014-04-081-0/+1
|\
| * Set XDG_SESSION_DESKTOP, this is used by pam_systemdRobert Ancell2014-04-041-0/+1
* | Fix logging when failing to find sessionRobert Ancell2014-04-081-3/+3
|/
* 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
* Flesh out support for activating sessions with CK or logind to be more explicitMichael Terry2014-03-171-0/+2
* 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