summaryrefslogtreecommitdiff
path: root/src/login/logind-session-dbus.c
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #27424 from dtardon/auto-cleanupYu Watanabe2023-04-281-7/+5
|\
| * logind-session-dbus: use _cleanup_David Tardon2023-04-281-7/+5
* | sd-login: add SetTTY session object #26611Thorsten Kukuk2023-04-251-0/+41
|/
* tree-wide: use -EBADF for fd initializationZbigniew Jędrzejewski-Szmek2022-12-191-1/+1
* basic: rename util.h to logarithm.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+0
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-40/+20
* logind-session-dbus: allow to set display name via dbusDavid Tardon2022-06-221-0/+29
* basic: split out dev_t related calls into new devno-util.[ch]Lennart Poettering2022-04-131-1/+1
* logind: Use new macrosNishal Kulkarni2021-12-191-75/+52
* tree-wide: sd_bus_error_setf → set_bus_error_setZbigniew Jędrzejewski-Szmek2021-04-071-18/+18
* logind: Restore chvt as non-root user without polkitJoshua Watt2021-02-161-9/+2
* 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-4/+2
* shared: split out property get helpersLennart Poettering2020-06-301-0/+1
* logind: convert to the new schemeZbigniew Jędrzejewski-Szmek2020-05-051-136/+143
* Add SetType method to login Session interfaceCorey Hinshaw2020-04-301-1/+33
* logind: add dbus parameter namesZbigniew Jędrzejewski-Szmek2020-04-121-16/+94
* logind: check PolicyKit before allowing VT switchLennart Poettering2020-01-221-0/+14
* 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-11/+11
* logind: refuse overriding idle hint on tty sessionsLennart Poettering2020-01-141-1/+5
* 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