summaryrefslogtreecommitdiff
path: root/daemon/gdm-session-worker-job.c
Commit message (Expand)AuthorAgeFilesLines
* gdm-session-worker-job: Let GPtrArray deal with its contentAlessandro Bono2023-04-281-6/+2
* gdm-session-worker-job: Use g_auto*Alessandro Bono2023-04-281-27/+14
* session-worker-job: minor cleanupsIgnacio Casal Quinteiro2023-01-201-43/+25
* gdm-session-worker-job: Add missing guards in public functionsAlessandro Bono2022-10-291-0/+6
* gdm-session-worker-job: Remove dead codeAlessandro Bono2022-10-271-2/+0
* gdm-session-worker-job: Use g_clear_handle_idAlessandro Bono2022-10-271-4/+1
* Use G_PARAM_STATIC_STRIGS on propertiesNiels De Graef2019-01-071-3/+3
* session-worker-job: use G_DECLARE_FINAL_TYPENiels De Graef2018-12-251-50/+43
* session-worker: unblock SIGUSR1 before PAMwip/rstrode/unblock-sigusr1Ray Strode2018-07-181-0/+7
* require logind supportRay Strode2015-06-121-2/+0
* session-worker-job: Log the session worker to the journalJasper St. Pierre2014-02-251-0/+36
* worker: Copy environment from login session to reauth sessionsRay Strode2012-09-171-13/+41
* Trivial: Update FSF Address.Dominique Leuenberger2012-09-061-1/+1
* worker: add reauthentication supportRay Strode2012-07-171-0/+28
* worker: Port to GDBusGiovanni Campagna2012-07-171-6/+0
* daemon: don't every SIGKILL childrenRay Strode2011-12-221-1/+1
* daemon: don't forcible kill pam after 3 secondsRay Strode2011-09-091-10/+17
* daemon: drop some fluff codeRay Strode2011-06-151-7/+0
* daemon: Rename session worker to the service it's managingRay Strode2011-06-131-14/+49
* daemon: Make current pam conversation explicit throughout codeRay Strode2011-06-131-0/+7
* daemon: kill stuck processes if they don't die on termRay Strode2011-05-191-1/+1
* Various memory leak fixesWang Xin2010-06-171-0/+3
* Use a configure check for prctlWilliam Jon McCann2010-06-161-2/+2
* Terminate subprocesses after the slave diesWilliam Jon McCann2010-06-151-0/+7
* Drop "stopped" signal from worker-job classRay Strode2009-10-211-11/+0
* Bug 568590 - Environment doesn't get passed on to jobs, leading toHans Petter Jansson2009-04-011-0/+27
* Use a callback for the fatal handler instead of supplying the main_loop.William Jon McCann2008-08-151-3/+4
* Move wait_on_child to common. Always check return value of gdm_signal_pid.William Jon McCann2008-03-171-22/+8
* Fix a bunch of compiler warnings and remove unused code. Patch from:William Jon McCann2008-02-191-3/+0
* Fix build on FreeBSD. Patch from: Joe Marcus Clarke <marcus@freebsd.org>William Jon McCann2007-11-191-0/+1
* Prefix debug messages with class name to make output easier to read.William Jon McCann2007-10-301-9/+9
* Rework the dialog design a bit.William Jon McCann2007-10-231-27/+1
* Mass change tabs to spaces. Tabs suck.William Jon McCann2007-08-281-261/+261
* Fix signal handling and refcounting so all slaves and servers exit on signal.:wqWilliam Jon McCann2007-07-111-1/+2
* Make cancellation work. Fix up the signal handler and add backtraces.William Jon McCann2007-06-211-1/+1
* Split the session code up into two parts that talk dbusWilliam Jon McCann2007-06-201-0/+478