summaryrefslogtreecommitdiff
path: root/daemon/gdm-session.c
Commit message (Expand)AuthorAgeFilesLines
* session: ignore pam info messages for automatic sessionsRay Strode2012-10-051-6/+5
* daemon: Squash a compiler warningColin Walters2012-10-021-1/+1
* GdmSession: remove session from the hash table before emitting signalsGiovanni Campagna2012-09-181-4/+4
* Clear out session_conversation when the worker exitsGiovanni Campagna2012-09-181-0/+2
* GdmSession: check conversation before accessing itGiovanni Campagna2012-09-181-12/+20
* worker: Copy environment from login session to reauth sessionsRay Strode2012-09-171-1/+50
* Trivial: Update FSF Address.Dominique Leuenberger2012-09-061-2/+2
* drop libxklavier dependencyRay Strode2012-09-041-5/+0
* slave: don't set PATH in two placesRay Strode2012-08-291-15/+0
* Revert "daemon: Provide mechanism for providing an authentication secret up f...Jasper St. Pierre2012-08-181-34/+0
* Revert "GdmSession: fix signature of Reauthenticated signal handler"Ray Strode2012-08-181-2/+1
* Session/SessionWorker: fix timeouts for DBus callsGiovanni Campagna2012-08-161-0/+2
* GdmSession: fix signature of Reauthenticated signal handlerGiovanni Campagna2012-08-131-1/+2
* GdmSession: don't access conversation after closing the connectionGiovanni Campagna2012-08-131-40/+78
* daemon: Provide mechanism for providing an authentication secret up frontJasper St. Pierre2012-08-011-0/+34
* daemon: Replace old method/signal-based API with async method callsJasper St. Pierre2012-08-011-459/+350
* daemon: Clean up memory leaksJasper St. Pierre2012-07-301-0/+2
* daemon: Debug message fixesJasper St. Pierre2012-07-201-1/+1
* daemon: Refactor BeginVerification and siblingsJasper St. Pierre2012-07-201-16/+23
* daemon: Fix error handling in BeginVerification and siblingsJasper St. Pierre2012-07-201-2/+2
* daemon: Allow passing a username to SetupForProgramJasper St. Pierre2012-07-191-1/+4
* session: Fix reauth complete callRay Strode2012-07-171-2/+2
* daemon: emit verification-complete over bus before sending to workerRay Strode2012-07-171-2/+2
* worker: add reauthentication supportRay Strode2012-07-171-68/+253
* worker: propagate 'is local' to session workerRay Strode2012-07-171-2/+5
* daemon: Add an interface for communicating with GDM via D-BusRay Strode2012-07-171-484/+949
* daemon: Port GdmSession to use GDBusGiovanni Campagna2012-07-171-1388/+534
* daemon: drop display-id arg to GdmSessionDirectRay Strode2012-07-131-361/+3176
* daemon: drop CLOSED signalRay Strode2012-07-131-18/+0
* daemon: run greeter in its own distinct sessionRay Strode2011-08-301-0/+37
* common: drop custom marshaller gooRay Strode2011-06-131-12/+11
* daemon: Distinguish "pam module failed" from "authentication failed"Ray Strode2011-06-131-0/+21
* daemon: Store multiple conversations in the sessionRay Strode2011-06-131-75/+128
* daemon: Make current pam conversation explicit throughout codeRay Strode2011-06-131-5/+7
* daemon,greeter: drop support for keyboard layout selectionRay Strode2011-01-311-30/+0
* Don't tear down greeter until pam_open_session finishesRay Strode2010-02-081-0/+46
* Rename session "Open" method to "StartConversation"Ray Strode2010-02-081-8/+8
* Add a keyboard chooserMatthias Clasen2008-05-051-0/+30
* Refactor things a little. Rename renew to refresh. Add a pid to theWilliam Jon McCann2008-03-141-4/+6
* Change "SavedLanguageNameRead"/"SavedSessionNameRead" toRay Strode2008-02-251-14/+14
* Add initial support for timed login.William Jon McCann2008-02-201-3/+5
* Read ~/.dmrc when available, and bubble the results up to the greeterRay Strode2008-02-181-1/+42
* Split up the Verification step in the GdmSession interface into componentWilliam Jon McCann2007-11-071-39/+219
* Make SessionRelay and SessionDirect (was Session) implement a commonWilliam Jon McCann2007-10-301-0/+402
* Rename GdmSession to GdmSessionDirect in preparation for adding aWilliam Jon McCann2007-10-291-1426/+0
* Make the authentication cancellation much more robust. Remove dbus-glibWilliam Jon McCann2007-10-271-45/+7
* Try to reduce the complexity of the utmp/wtmp recording code.William Jon McCann2007-10-191-22/+17
* Fix missed stuff.William Jon McCann2007-10-181-13/+17
* Separate session recording writing stuff.William Jon McCann2007-10-181-280/+27
* Make previous patch build on linux.William Jon McCann2007-10-181-9/+10