summaryrefslogtreecommitdiff
path: root/src/login/logind-dbus.c
AgeCommit message (Expand)Author
2014-03-24sd-event: rework API to support CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM...Lennart Poettering
2014-03-11logind: move lid switch handling from logind-main to logind-coreKay Sievers
2014-03-11logind: add a debug message in case the session already existsDjalal Harouni
2014-03-10logind: fix policykit checksZbigniew Jędrzejewski-Szmek
2014-03-03logind: ignore lid switch events for 30s after each suspend and 3min after st...Lennart Poettering
2014-02-20api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering
2014-02-11logind: ignore PropertiesChanged signals for jobsZbigniew Jędrzejewski-Szmek
2014-02-11logind: always kill session when termination is requestedZbigniew Jędrzejewski-Szmek
2014-02-07remove unused variablesThomas Hindoe Paaboel Andersen
2014-02-07core: when an already abandoned unit gets abandoned again generate a clean errorLennart Poettering
2014-02-07logind: order all scopes after both systemd-logind.service andLennart Poettering
2014-02-07logind: add function session_jobs_reply() to unify the create replyDjalal Harouni
2014-02-07logind: given that we can now relatively safely shutdown sessions copesLennart Poettering
2014-02-07logind: rework session shutdown logicLennart Poettering
2014-02-05man: introduce new "Desktop" property for sessionsLennart Poettering
2014-01-09logind: wait for the user service to finish startup before completing login a...Lennart Poettering
2013-12-28bus: fix a couple of format string mistakesLennart Poettering
2013-12-22bus: decorate the various object vtables with SD_BUS_VTABLE_PROPERTY_CONST wh...Lennart Poettering
2013-12-18core,logind: libudev usage modernizationsLennart Poettering
2013-12-10bus: introduce "trusted" bus concept and encode access control in object vtablesLennart Poettering
2013-11-28bus: add new sd_bus_creds object to encapsulate process credentialsLennart Poettering
2013-11-28logind: remove unused session->closing fieldDavid Herrmann
2013-11-28logind: require VTs on seat0 and forbid elsewhereDavid Herrmann
2013-11-28logind: make VT numbers unsignedDavid Herrmann
2013-11-27logind: log which process is delaying suspend and not closing locksLennart Poettering
2013-11-26pam_systemd: do not set XDG_RUNTIME_DIR if the session's original user is not...Lennart Poettering
2013-11-21logind,machined,run: properly invoke StartTransientUnit() bus callLennart Poettering
2013-11-21bus: rework message handlers to always take an error argumentLennart Poettering
2013-11-21bus: let's simplify things by getting rid of unnecessary bus parametersLennart Poettering
2013-11-20core: convert PID 1 to libsystemd-busLennart Poettering
2013-11-12bus: rename sd_bus_send_with_reply_and_block() to sd_bus_call()Lennart Poettering
2013-11-05logind: automatically determine client side PID if GetSessionByPID() is calle...Lennart Poettering
2013-11-05logind: fix serialization for PrepareForSleep booleanLennart Poettering
2013-11-05logind: fix serialization of ListInhibitors() requestLennart Poettering
2013-11-05logind: fix serialization of ListSeats() bus callLennart Poettering
2013-11-05logind: port logind to libsystemd-busLennart Poettering
2013-10-13Fix write-only use of a few variablesZbigniew Jędrzejewski-Szmek
2013-09-26logind: never consider a closing session relevant for PK checksLennart Poettering
2013-09-20logind: put correct user object paths in introspection dataMantas Mikulėnas
2013-09-17Remove six unused variables and add annotationZbigniew Jędrzejewski-Szmek
2013-09-17logind: extract has_vts() from can_multi_session()David Herrmann
2013-09-17logind: rename vtconsole to seat0David Herrmann
2013-09-17logind: add session controllersDavid Herrmann
2013-09-17logind: add infrastructure to watch busnamesDavid Herrmann
2013-09-16Verify validity of session name when received from outsideZbigniew Jędrzejewski-Szmek
2013-08-13logind: restore logic to kill user processes when session endsLennart Poettering
2013-07-30logind: make sure login sessions are terminated with SIGHUPLennart Poettering
2013-07-26logind: update the session state file before we send out the CreateSession() ...Lennart Poettering
2013-07-26logind: update state file after generating the session fifo, not beforeLennart Poettering
2013-07-10user-sessions: rely on PID 1 to kill sessionsLennart Poettering