summaryrefslogtreecommitdiff
path: root/daemon/gdm-session.h
Commit message (Expand)AuthorAgeFilesLines
* gdm-session: Remove leftoversAlessandro Bono2022-09-081-5/+0
* Allow sessions to register with GDMIain Lane2019-05-291-0/+1
* session: use G_DECLARE_FINAL_TYPENiels De Graef2018-12-251-60/+1
* session: add property for ignoring wayland sessionsRay Strode2015-11-061-0/+4
* session: drop session-type propertyRay Strode2015-06-121-2/+0
* session: add way to get session id for specific conversationRay Strode2015-02-181-0/+2
* session: add authentication-failed signalRay Strode2015-02-181-0/+3
* session: add session pid getterRay Strode2015-02-181-0/+1
* session: detect when conversation is started more than once and error outRay Strode2015-02-181-1/+1
* manager: close up timed login raceRay Strode2014-06-051-1/+1
* session: introduce new client-rejected signalRay Strode2014-04-101-0/+1
* session-worker: Implement support for the different display server modesJasper St. Pierre2014-03-181-0/+3
* session: Introduce the concept of the "session display mode"Jasper St. Pierre2014-03-181-0/+18
* Revert "manager: Don't reuse the same X server when we have a display server"Jasper St. Pierre2014-03-181-1/+0
* manager: Don't reuse the same X server when we have a display serverJasper St. Pierre2014-03-171-0/+1
* session: Remove a duplicate definitionJasper St. Pierre2014-03-141-2/+1
* session: Prevent memory leaks by removing strdup accessorsJasper St. Pierre2014-02-141-5/+5
* daemon: add new gdm_session_is_running methodRay Strode2014-02-141-0/+1
* Fix build problem on FreeBSDTing-Wei Lan2014-02-131-0/+1
* daemon: get rid of greeter language selectionRay Strode2013-12-161-2/+0
* worker: Copy environment from login session to reauth sessionsRay Strode2012-09-171-7/+10
* Trivial: Update FSF Address.Dominique Leuenberger2012-09-061-2/+2
* daemon: Allow passing a username to SetupForProgramJasper St. Pierre2012-07-191-0/+1
* worker: add reauthentication supportRay Strode2012-07-171-1/+13
* daemon: Add an interface for communicating with GDM via D-BusRay Strode2012-07-171-50/+27
* daemon: Port GdmSession to use GDBusGiovanni Campagna2012-07-171-13/+0
* daemon: drop display-id arg to GdmSessionDirectRay Strode2012-07-131-108/+89
* daemon: drop CLOSED signalRay Strode2012-07-131-1/+0
* daemon: run greeter in its own distinct sessionRay Strode2011-08-301-0/+20
* daemon: Distinguish "pam module failed" from "authentication failed"Ray Strode2011-06-131-0/+2
* daemon: Store multiple conversations in the sessionRay Strode2011-06-131-13/+47
* daemon: Make current pam conversation explicit throughout codeRay Strode2011-06-131-3/+6
* daemon,greeter: drop support for keyboard layout selectionRay Strode2011-01-311-6/+0
* Don't tear down greeter until pam_open_session finishesRay Strode2010-02-081-0/+5
* Rename session "Open" method to "StartConversation"Ray Strode2010-02-081-3/+3
* Add a keyboard chooserMatthias Clasen2008-05-051-0/+6
* Refactor things a little. Rename renew to refresh. Add a pid to theWilliam Jon McCann2008-03-141-2/+3
* Change "SavedLanguageNameRead"/"SavedSessionNameRead" toRay Strode2008-02-251-4/+5
* Add initial support for timed login.William Jon McCann2008-02-201-2/+6
* Read ~/.dmrc when available, and bubble the results up to the greeterRay Strode2008-02-181-1/+4
* Split up the Verification step in the GdmSession interface into componentWilliam Jon McCann2007-11-071-12/+41
* Make SessionRelay and SessionDirect (was Session) implement a commonWilliam Jon McCann2007-10-301-0/+105
* Rename GdmSession to GdmSessionDirect in preparation for adding aWilliam Jon McCann2007-10-291-127/+0
* Also pass x11-display when opening the session. Patch from Brian CameronWilliam Jon McCann2007-10-111-0/+1
* reviewed by: <delete if not using a buddy>William Jon McCann2007-10-041-2/+0
* Mass change tabs to spaces. Tabs suck.William Jon McCann2007-08-281-47/+47
* Split the session code up into two parts that talk dbusWilliam Jon McCann2007-06-201-14/+6
* Fix session selection. Search path for session binary. Bump glib requiremen...William Jon McCann2007-06-111-30/+31
* Make the session object talk to the greeter!William Jon McCann2007-06-081-18/+16
* Add test for session codeWilliam Jon McCann2007-06-051-3/+2