summaryrefslogtreecommitdiff
path: root/src/login/logind-seat-dbus.c
Commit message (Expand)AuthorAgeFilesLines
* basic: rename util.h to logarithm.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+0
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-20/+10
* list: declare iterator of LIST_FOREACH() in the loopYu Watanabe2022-03-191-1/+0
* logind: Use new macrosNishal Kulkarni2021-12-191-12/+10
* tree-wide: sd_bus_error_setf → set_bus_error_setZbigniew Jędrzejewski-Szmek2021-04-071-1/+1
* logind: Restore chvt as non-root user without polkitJoshua Watt2021-02-161-36/+5
* 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-36/+43
* Merge pull request #15396 from keszybz/dbus-api-docsLennart Poettering2020-04-171-2/+14
|\
| * logind: add dbus parameter namesZbigniew Jędrzejewski-Szmek2020-04-121-2/+14
* | sd-login: get rid of seat_can_multi_session()Zbigniew Jędrzejewski-Szmek2020-04-171-2/+2
|/
* logind: check PolicyKit before allowing VT switchLennart Poettering2020-01-221-1/+57
* shared: split out polkit stuff from bus-util.c → bus-polkit.cLennart Poettering2020-01-221-0/+1
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-041-1/+0
* logind: fix emission of PropertiesChanged on seatsZbigniew Jędrzejewski-Szmek2019-10-211-2/+0
* 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/+3
* logind: make "self" and "auto" magic strings when operating on seats + sessionsLennart Poettering2019-05-241-26/+44
* util: drop missing.h from util.hYu Watanabe2018-12-041-0/+1
* tree-wide: replace 'unsigned int' with 'unsigned'Yu Watanabe2018-10-191-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-54/+4
* 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-17/+3
* logind: don't include session lists in PropertyChanged messagesLennart Poettering2016-05-051-1/+1
* 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
* user-util: move UID/GID related macros from macro.h to user-util.hLennart Poettering2015-10-271-4/+5
* bus-util: support details in CheckAuthorization callsMichael Chapman2015-09-061-0/+1
* sd-bus: drop bus parameter from message callback prototypeLennart Poettering2015-04-291-10/+5
* logind: open up most bus calls for unpriviliged processes, using PolicyKitLennart Poettering2015-02-181-2/+15
* logind: hide 'self' links if not availableDavid Herrmann2015-01-181-3/+20
* logind: when a bus call is done on a session, user or seat, optionally determ...Lennart Poettering2015-01-091-10/+8
* 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
* 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
* 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
* logind: introduce session "positions"David Herrmann2014-01-201-0/+56
* bus: decorate the various object vtables with SD_BUS_VTABLE_PROPERTY_CONST wh...Lennart Poettering2013-12-221-3/+3
* bus: introduce "trusted" bus concept and encode access control in object vtablesLennart Poettering2013-12-101-2/+3