summaryrefslogtreecommitdiff
path: root/src/login/logind-session-dbus.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-041-1/+0
* logind: fix property emission on SessionsYour Name2019-09-031-2/+0
* logind: notify dbus of changes to session StateThiebaud Weksteen2019-07-291-1/+1
* tree-wide: get rid of strappend()Lennart Poettering2019-07-121-1/+1
* logind: split out dbus header files into their ownLennart Poettering2019-05-241-0/+4
* logind: make "self" and "auto" magic strings when operating on seats + sessionsLennart Poettering2019-05-241-25/+43
* logind: add SetBrightness() bus call for setting brightness of leds/backlight...Lennart Poettering2019-05-241-0/+54
* util: drop missing.h from util.hYu Watanabe2018-12-041-0/+1
* logind: validate majors/minors we receieve via the busLennart Poettering2018-11-291-0/+10
* logind: introduce little helper that checks whether a session is readyLennart Poettering2018-10-131-5/+12
* logind: use TAKE_PTR() where we canLennart Poettering2018-10-131-3/+1
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* login: use BUS_DEFINE_PROPERTY_GET* macrosYu Watanabe2018-05-151-36/+2
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-04-051-2/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* logind: "self" objects which do not apply - return specific error messagesAlan Jenkins2017-11-141-12/+3
* logind: make sure we don't process the same method call twice (#6583)Lennart Poettering2017-08-261-1/+1
* logind: save/restore session devices and their respective file descriptorsFranck Bui2017-06-081-2/+13
* logind: when setting a new controller, don't prepare the VT if logind is rest...Franck Bui2017-06-081-1/+1
* logind: introduce LockedHint and SetLockedHint (#3238)Victor Toso2016-05-111-0/+49
* tree-wide: add new SIGNAL_VALID() macro-like function that validates signal n...Lennart Poettering2016-04-121-1/+2
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-271-5/+5
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-6/+6
* bus-util: support details in CheckAuthorization callsMichael Chapman2015-09-061-0/+3
* everywhere: actually make use of DUAL_TIMESTAMP_NULL macroLennart Poettering2015-06-161-1/+1
* sd-bus: drop bus parameter from message callback prototypeLennart Poettering2015-04-291-20/+10
* logind: open up most bus calls for unpriviliged processes, using PolicyKitLennart Poettering2015-02-181-10/+49
* bus: use EUID over UID and fix unix-credsDavid Herrmann2015-01-181-4/+4
* logind: hide 'self' links if not availableDavid Herrmann2015-01-181-3/+19
* logind: when a bus call is done on a session, user or seat, optionally determ...Lennart Poettering2015-01-091-8/+7
* logind: include "self" object links in dbus introspectionLennart Poettering2015-01-091-0/+4
* logind: remove spurious include of <sys/capability.h>Filipe Brandenburger2014-12-251-1/+0
* sd-bus: move common errors src/shared/bus-errors.h → src/libsystemd/sd-bus/...Lennart Poettering2014-12-101-1/+1
* logind: fix typoRonny Chevalier2014-09-171-1/+1
* sd-bus: introduce sd_bus_slot objects encapsulating callbacks or vtables atta...Lennart Poettering2014-05-151-1/+1
* bus: replace sd_bus_label_{escape,unescape}() by new sd_bus_path_{encode,deco...Lennart Poettering2014-03-111-2/+3
* logind: add a debug message in case the session already existsDjalal Harouni2014-03-111-1/+3
* Introduce strv_consume which takes ownershipZbigniew Jędrzejewski-Szmek2014-03-041-4/+2
* logind: always kill session when termination is requestedZbigniew Jędrzejewski-Szmek2014-02-111-1/+1
* man: introduce new "Desktop" property for sessionsLennart Poettering2014-02-051-0/+1
* logind: wait for the user service to finish startup before completing login a...Lennart Poettering2014-01-091-3/+6
* bus: decorate the various object vtables with SD_BUS_VTABLE_PROPERTY_CONST wh...Lennart Poettering2013-12-221-18/+17
* bus: introduce "trusted" bus concept and encode access control in object vtablesLennart Poettering2013-12-101-9/+10
* bus: add new sd_bus_creds object to encapsulate process credentialsLennart Poettering2013-11-281-4/+19
* pam_systemd: do not set XDG_RUNTIME_DIR if the session's original user is not...Lennart Poettering2013-11-261-2/+2
* bus: also add error parameter to object find and enumerator callbacksLennart Poettering2013-11-221-2/+2