summaryrefslogtreecommitdiff
path: root/daemon/gdm-session-worker.c
Commit message (Expand)AuthorAgeFilesLines
* session-worker: Don't switch back VTs until session is fully exitedwip/fix-autologin-unlock-raceRay Strode2020-12-111-16/+77
* session-worker: ensure initial vt is never picked for !is_initial displaysRay Strode2020-04-071-12/+27
* gdm-session-worker: Drop login_vt assuming it is GDM_INITIAL_VTBenjamin Berg2019-09-251-35/+11
* Revert "session-worker: don't take control of a vt just because we're changin...Ray Strode2019-08-281-7/+5
* gdm-session-worker: Replace deprecated g_type_class_add_private()Robert Mader2019-08-131-3/+2
* gdm-sessions-worker: Remove unnecessary cast to GDestroyNotifyRobert Mader2019-08-131-1/+1
* session-worker: don't take control of a vt just because we're changing to itRay Strode2019-08-131-5/+7
* session-worker: uninitialize pam if worker is killedRay Strode2019-06-271-0/+4
* session-worker: kill user sessions when stopping gdm serviceXiaoguang Wang2019-06-271-9/+30
* session-worker: expose worker state enum to type systemRay Strode2019-06-271-12/+4
* GdmLocalDisplayFactory: Store VT number, not tty identifierIain Lane2019-05-291-1/+1
* Use G_PARAM_STATIC_STRIGS on propertiesNiels De Graef2019-01-071-2/+2
* session-worker: fix current vt detection short-circuit logicRay Strode2018-08-311-1/+1
* session-worker: clear VT before jumping to itRay Strode2018-08-311-0/+7
* session-worker: don't set PAM_TTY to bogus value on failureRay Strode2018-08-081-3/+4
* session-worker: don't switch VTs if we're already on the right VTRay Strode2018-08-081-6/+16
* session-worker: unblock SIGUSR1 before PAMwip/rstrode/unblock-sigusr1Ray Strode2018-07-181-15/+0
* session-worker: set PWD for user sessionRay Strode2018-07-171-0/+1
* session-worker: Use g_variant_dup_string where possibleJan Alexander Steffens (heftig)2017-10-311-8/+8
* session-worker: Adjust Initialize to behave more like SetupFor*Jan Alexander Steffens (heftig)2017-10-311-8/+31
* daemon: add ChoiceList PAM extensionRay Strode2017-10-201-2/+80
* daemon: introduce pam extension mechanismRay Strode2017-10-201-10/+93
* session: add new Initialize methodRay Strode2017-10-201-0/+53
* session-worker: rename response_text to responseRay Strode2017-10-201-9/+9
* Use standard exit codes.Robert Ancell2017-10-031-7/+7
* session-worker: only jump to VT on seat0Ray Strode2017-09-201-4/+8
* Use Unicode in translatable stringsPiotr Drąg2017-06-221-2/+2
* worker: run PostLogin/PreSession scripts laterRay Strode2017-03-031-16/+18
* session-worker: always set XDG_VTNR for seat0Ray Strode2017-03-031-0/+43
* worker: kill process group when session exitsRay Strode2016-12-131-0/+2
* gdm-session: require a password for for remote loginsTim Lunn2016-04-131-0/+2
* gdm-session: set PAM_TTY when initialising pamTim Lunn2016-04-131-7/+33
* session-worker: Remove obsolete FIXMEMichael Catanzaro2016-01-181-1/+0
* session-worker: Don't override prompt from PAM when setting new passwordMichael Catanzaro2016-01-051-1/+0
* load env.d/*.env files and set in session environmentAlexander Larsson2015-06-221-0/+128
* session: drop session-type propertyRay Strode2015-06-121-15/+0
* require logind supportRay Strode2015-06-121-21/+1
* drop consolekit supportRay Strode2015-06-121-233/+0
* worker: abort if we can't fix up terminal modeRay Strode2015-03-171-2/+14
* Revert "add a blank line to test something for rishi"Ray Strode2015-03-131-1/+0
* add a blank line to test something for rishiRay Strode2015-03-131-0/+1
* worker: kill session on SIGTERMRay Strode2015-03-101-0/+5
* worker: fix hang on logoutRay Strode2015-03-031-2/+2
* worker: drop mode_fixed variableRay Strode2015-03-031-5/+4
* worker: fix hang in VT_WAITACTIVERay Strode2015-03-021-6/+46
* worker: don't use SIGUSR1 for VT switch signalRay Strode2015-03-021-2/+2
* worker: split VT_SETMODE handling to helper functionRay Strode2015-03-021-9/+19
* worker: drop inaccurate FIXMERay Strode2015-03-021-10/+0
* session-worker: add FIXMERay Strode2015-02-271-0/+10
* worker: setuid after taking control of ttyRay Strode2015-02-271-13/+13