summaryrefslogtreecommitdiff
path: root/src/login/logind-session-dbus.c
AgeCommit message (Expand)Author
2015-02-18logind: open up most bus calls for unpriviliged processes, using PolicyKitLennart Poettering
2015-01-18bus: use EUID over UID and fix unix-credsDavid Herrmann
2015-01-18logind: hide 'self' links if not availableDavid Herrmann
2015-01-09logind: when a bus call is done on a session, user or seat, optionally determ...Lennart Poettering
2015-01-09logind: include "self" object links in dbus introspectionLennart Poettering
2014-12-25logind: remove spurious include of <sys/capability.h>Filipe Brandenburger
2014-12-10sd-bus: move common errors src/shared/bus-errors.h → src/libsystemd/sd-bus/...Lennart Poettering
2014-09-17logind: fix typoRonny Chevalier
2014-05-15sd-bus: introduce sd_bus_slot objects encapsulating callbacks or vtables atta...Lennart Poettering
2014-03-11bus: replace sd_bus_label_{escape,unescape}() by new sd_bus_path_{encode,deco...Lennart Poettering
2014-03-11logind: add a debug message in case the session already existsDjalal Harouni
2014-03-04Introduce strv_consume which takes ownershipZbigniew Jędrzejewski-Szmek
2014-02-11logind: always kill session when termination is requestedZbigniew Jędrzejewski-Szmek
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-22bus: decorate the various object vtables with SD_BUS_VTABLE_PROPERTY_CONST wh...Lennart 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-26pam_systemd: do not set XDG_RUNTIME_DIR if the session's original user is not...Lennart Poettering
2013-11-22bus: also add error parameter to object find and enumerator callbacksLennart 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-21bus: add API calls to escape string components of objects pathsLennart Poettering
2013-11-20core: convert PID 1 to libsystemd-busLennart Poettering
2013-11-13logind: create the session fifo before saving the session fileThomas Hindoe Paaboel Andersen
2013-11-06pam_systemd: dup the fd received from logindZbigniew Jędrzejewski-Szmek
2013-11-05logind: add virtual object paths that always can be used to refer to the call...Lennart Poettering
2013-11-05logind: port logind to libsystemd-busLennart Poettering
2013-10-04logind: fix bus introspection data for TakeControl()Lennart Poettering
2013-09-17logind: fix build for ARM with sizeof(dev_t) > sizeof(void*)David Herrmann
2013-09-17logind: introduce session-devicesDavid Herrmann
2013-09-17logind: add session controllersDavid Herrmann
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-19machined: correct how some properties are exported on the busLennart Poettering
2013-07-02logind: port over to use scopes+slices for all cgroup stuffLennart Poettering
2013-06-20logind: add infrastructure to keep track of machines, and move to slicesLennart Poettering
2013-04-18move _cleanup_ attribute in front of the typeHarald Hoyer
2013-03-18logind: exploit previous cleanups and simplify returnsZbigniew Jędrzejewski-Szmek
2013-03-18logind: Make more use of cleanup macrosColin Walters
2013-03-18Use bus_maybe_send_reply() where applicableColin Walters
2012-10-30logind: unify all session lock loopLennart Poettering
2012-10-09logind: expose missing signals in Session bus objectsLennart Poettering
2012-09-21login: check return value of session_get_idle_hintVáclav Pavlín
2012-06-21logind: introduce a state for session, being one of online, active, closingLennart Poettering
2012-04-16systemctl: show main and control PID explicitly in cgroup-showLennart Poettering
2012-04-12relicense to LGPLv2.1 (with exceptions)Lennart Poettering
2012-02-14login: track login class (i.e. one of "user", "greeter", "lock-screen") for e...Lennart Poettering
2012-02-07logind: Terminate bus_login_session_user_propertiesBenjamin Franzke
2012-01-16dbus: more efficient implementation of propertiesMichal Schmidt