summaryrefslogtreecommitdiff
path: root/src/login/logind.c
Commit message (Expand)AuthorAgeFilesLines
* logind: refactorLudwig Nussel2022-01-251-1/+0
* logind: enable wall messages by defaultLudwig Nussel2022-01-251-0/+1
* Define FOREACH_DIRENT through FOREACH_DIRENT_ALLZbigniew Jędrzejewski-Szmek2021-12-151-5/+0
* shared: clean up mkdir.h/label.h situationLennart Poettering2021-11-161-0/+1
* tree-wide: warn when sd_notify fails with READY=1 or FDSTOREREMOVE=1Zbigniew Jędrzejewski-Szmek2021-11-031-4/+6
* tree-wide: mark set-but-not-used variables as unused to make LLVM happyFrantisek Sumsal2021-09-151-1/+1
* logind: allow binding different operation to reboot key long pressesYegor Alexeyev2021-07-081-0/+2
* dirent-util: use readdir_ensure_type() in readdir_no_dot() and FOREACH_DIRENT()Yu Watanabe2021-06-241-1/+0
* logind: tweak log messageZbigniew Jędrzejewski-Szmek2021-04-191-1/+1
* partition, random-seed, logind: fix log messages with %mZbigniew Jędrzejewski-Szmek2021-04-141-2/+2
* tree-wide: use UINT64_MAX or friendsYu Watanabe2021-03-051-1/+1
* signal-util: make -1 termination of ignore_signals() argument list unnecessaryLennart Poettering2021-02-251-1/+1
* sd-device: add sd_device_get_action() + sd_device_get_seqnum() + sd_device_ne...Lennart Poettering2021-02-181-1/+1
* tree-wide: enable colorized logging for daemons when run in consoleYu Watanabe2021-02-011-1/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* logind: minor indentation adjustmentsZbigniew Jędrzejewski-Szmek2020-10-191-7/+6
* logind: use notify_start/notify_on_cleanupZbigniew Jędrzejewski-Szmek2020-10-191-13/+4
* logind: clarify what the second argument of session_stop() means when calling itLennart Poettering2020-09-111-2/+2
* tree-wide: define iterator inside of the macroZbigniew Jędrzejewski-Szmek2020-09-081-6/+5
* shared: actually move all BusLocator related calls to bus-locator.cLennart Poettering2020-06-301-1/+1
* logind: also cache LoaderEntryOneShot EFI variableLennart Poettering2020-06-261-0/+1
* Make failures of mac_selinux_init() fatalChristian Göttsche2020-06-231-1/+1
* login: filenames in /run/systemd/users are uidsJan Palus2020-06-121-1/+10
* efi: cache LoaderEntries EFI variableLennart Poettering2020-05-291-0/+2
* login: switch to BusLocator-oriented helpersVito Caputo2020-05-071-33/+5
* importd,logind: add --bus-introspect= optionZbigniew Jędrzejewski-Szmek2020-05-051-0/+2
* logind: convert to the new schemeZbigniew Jędrzejewski-Szmek2020-05-051-28/+4
* logind,importd,hostnamed,localed,timedated,machined,resolved: add option pars...Zbigniew Jędrzejewski-Szmek2020-05-031-5/+7
* tree-wide: implement new log control API dbus interface in all our daemonsLennart Poettering2020-04-211-0/+5
* shared: split out polkit stuff from bus-util.c → bus-polkit.cLennart Poettering2020-01-221-1/+1
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-041-1/+0
* Handle d_type == DT_UNKNOWN correctlyMichael Olbrich2019-09-301-0/+1
* logind: at start-up automatically clean up orphaned inhibitorsLennart Poettering2019-07-231-2/+9
* logind: drop redundant session_id_valid() checkLennart Poettering2019-07-231-6/+0
* logind: use log_warning_errno() return value where we canLennart Poettering2019-07-231-11/+5
* logind: log operation details when starting actionsZbigniew Jędrzejewski-Szmek2019-06-241-1/+1
* logind: split out dbus header files into their ownLennart Poettering2019-05-241-0/+4
* logind: add SetBrightness() bus call for setting brightness of leds/backlight...Lennart Poettering2019-05-241-1/+2
* logind: small simplificationLennart Poettering2019-05-241-2/+1
* logind: when we cannot attach a passed fd to a device, close itLennart Poettering2019-04-021-61/+61
* login: use device_is_in_action()Yu Watanabe2019-03-121-3/+3
* tree-wide: make sure to flush/close all bus connections when our daemons exitLennart Poettering2019-01-171-1/+1
* coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek2018-11-221-4/+4
* logind: stop managing VT switches if no sessions are registered on that VTFranck Bui2018-11-211-1/+24
* log: introduce new helper call log_setup_service()Lennart Poettering2018-11-201-3/+1
* util-lib: move main() definition macros to its own header fileLennart Poettering2018-11-191-0/+1
* logind: define main through macroZbigniew Jędrzejewski-Szmek2018-11-171-19/+11
* sd-device: drop priority and description from sd_device_monitor_attach_event(...Yu Watanabe2018-11-101-8/+16
* tree-wide: replace 'unsigned int' with 'unsigned'Yu Watanabe2018-10-191-1/+1
* login: replace udev_monitor by sd_device_monitorYu Watanabe2018-10-171-73/+48