summaryrefslogtreecommitdiff
path: root/src/login/logind.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* logind: optionally watch utmp for login dataLennart Poettering2018-10-131-0/+10
* logind: add hashtable for finding session by leader PIDLennart Poettering2018-10-131-1/+3
* logind: rework how we manage the slice and user-runtime-dir@.service unit for...Lennart Poettering2018-10-131-1/+1
* logind: voidify a few callsLennart Poettering2018-10-131-6/+6
* logind: improve logging in manager_connect_console()Lennart Poettering2018-10-131-11/+11
* logind: initialize Manager object with structure initialization tooLennart Poettering2018-10-131-3/+5
* tree-wide: use streq() instead of streq_ptr()Yu Watanabe2018-09-231-1/+1
* tree-wide: replace device_enumerator_scan_devices()+FOREACH_DEVICE_AND_SUBSYS...Yu Watanabe2018-09-101-11/+3
* logind: replace udev_device by sd_deviceYu Watanabe2018-08-231-65/+45
* 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
* logind: fix borked r checkZbigniew Jędrzejewski-Szmek2018-05-101-2/+6
* logind: (void)ify all things we knowingly ignoreLennart Poettering2018-04-271-8/+6
* logind: terminate cleanly on SIGTERM/SIGINTLennart Poettering2018-04-271-2/+10
* logind: modernize Manager object allocation and freeingLennart Poettering2018-04-271-30/+29
* login: drop unnecessary headersYu Watanabe2018-04-271-1/+0
* Merge pull request #7599 from keszybz/slice-templatesLennart Poettering2018-04-261-42/+0
|\
| * logind: move two functions to logind_core utility libZbigniew Jędrzejewski-Szmek2018-04-241-42/+0
* | tree-wide: drop redundant _cleanup_ macros (#8810)Lennart Poettering2018-04-251-8/+8
|/
* logind: enable limiting of user session scopes using pam context objects (#8397)Jan Synacek2018-04-171-1/+1
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* macro: introduce TAKE_PTR() macroLennart Poettering2018-03-221-2/+1
* login: don't remove all devices from PID1 when only one was removedAlan Jenkins2018-03-101-9/+47
* login: we only allow opening character devicesAlan Jenkins2018-03-081-2/+2
* logind: check file is device node before using .st_rdevLennart Poettering2018-02-261-0/+6
* logind: trivial improvementsLennart Poettering2018-02-261-1/+1
* Merge pull request #8199 from keszybz/small-thingsLennart Poettering2018-02-191-2/+5
|\
| * Add some handling to remaining unlinkat callsZbigniew Jędrzejewski-Szmek2018-02-191-1/+3
| * login,user-sessions: always warn when we fail to remove nologin fileZbigniew Jędrzejewski-Szmek2018-02-161-1/+2
* | logind: change check_gc to may_gc everywhereZbigniew Jędrzejewski-Szmek2018-02-151-5/+5
|/