summaryrefslogtreecommitdiff
path: root/src/login/logind-user-dbus.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-22/+11
* list: declare iterator of LIST_FOREACH() in the loopYu Watanabe2022-03-191-1/+0
* logind: Use new macrosNishal Kulkarni2021-12-191-6/+5
* logind:add missing equal signjiangchuangang2021-04-231-1/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* logind: clarify what the second argument of session_stop() means when calling itLennart Poettering2020-09-111-1/+1
* tree-wide: define iterator inside of the macroZbigniew Jędrzejewski-Szmek2020-09-081-2/+1
* shared: split out property get helpersLennart Poettering2020-06-301-0/+1
* logind: convert to the new schemeZbigniew Jędrzejewski-Szmek2020-05-051-31/+38
* logind: add dbus parameter namesZbigniew Jędrzejewski-Szmek2020-04-121-1/+6
* shared: split out polkit stuff from bus-util.c → bus-polkit.cLennart Poettering2020-01-221-0/+1
* logind: port to UserRecord objectLennart Poettering2020-01-151-7/+61
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-041-1/+0
* logind: fix emission of PropertiesChanged for usersZbigniew Jędrzejewski-Szmek2019-10-211-2/+0
* logind: split out dbus header files into their ownLennart Poettering2019-05-241-0/+3
* logind: convert ENXIO into 0, to signal 'not found' cleanlyLennart Poettering2019-05-241-1/+6
* util: drop missing.h from util.hYu Watanabe2018-12-041-0/+1
* logind: voidify a few callsLennart Poettering2018-10-131-1/+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-18/+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
* logind: fix user_object_find()Lennart Poettering2018-01-051-6/+6
* 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-4/+1
* Rename formats-util.h to format-util.hZbigniew Jędrzejewski-Szmek2016-11-071-1/+1
* logind: don't include session lists in PropertyChanged messagesLennart Poettering2016-05-051-1/+1
* 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-2/+2
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out user/group/uid/gid calls into user-util.[ch]Lennart Poettering2015-10-261-3/+4
* bus-util: support details in CheckAuthorization callsMichael Chapman2015-09-061-0/+2
* property callback returns are consistentUmut Tezduyar Lindskog2015-07-081-5/+1
* 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-4/+2
* shared: add formats-util.hRonny Chevalier2015-04-101-0/+1
* logind: open up most bus calls for unpriviliged processes, using PolicyKitLennart Poettering2015-02-181-4/+30
* logind: hide 'self' links if not availableDavid Herrmann2015-01-181-3/+19
* logind: unify how we cast between uid_t and pointers for hashmap keysLennart Poettering2015-01-091-1/+1
* logind: when a bus call is done on a session, user or seat, optionally determ...Lennart Poettering2015-01-091-17/+10
* 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
* logind: fix Display property of user objectsLennart Poettering2014-05-191-1/+1
* Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek2014-05-151-1/+1
* sd-bus: introduce sd_bus_slot objects encapsulating callbacks or vtables atta...Lennart Poettering2014-05-151-1/+1
* 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
* bus: decorate the various object vtables with SD_BUS_VTABLE_PROPERTY_CONST wh...Lennart Poettering2013-12-221-9/+8