summaryrefslogtreecommitdiff
path: root/src/login/logind-dbus.c
Commit message (Expand)AuthorAgeFilesLines
* Add SetType method to login Session interfaceCorey Hinshaw2020-04-301-1/+1
* Merge pull request #15396 from keszybz/dbus-api-docsLennart Poettering2020-04-171-60/+383
|\
| * logind: add dbus parameter namesZbigniew Jędrzejewski-Szmek2020-04-121-60/+383
* | logind: skip polkit query with --no-wallZbigniew Jędrzejewski-Szmek2020-04-161-0/+7
|/
* logind: log a more accurate error when we failed at session creationFranck Bui2020-03-191-4/+4
* logind: check PolicyKit before allowing VT switchLennart Poettering2020-01-221-0/+16
* shared: split out polkit stuff from bus-util.c → bus-polkit.cLennart Poettering2020-01-221-1/+2
* logind: port to UserRecord objectLennart Poettering2020-01-151-5/+5
* tree-wide: drop pwd.h and grp.h when user-util.h is includedYu Watanabe2019-11-041-1/+0
* 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-1/+0
* logind: fix emission of PropertiesChanged on seatsZbigniew Jędrzejewski-Szmek2019-10-211-1/+0
* Merge pull request #13246 from keszybz/add-SystemdOptions-efi-variableZbigniew Jędrzejewski-Szmek2019-10-031-0/+1
|\
| * util-lib: split shared/efivars into basic/efivars and shared/efi-loaderZbigniew Jędrzejewski-Szmek2019-09-161-0/+1
* | Handle d_type == DT_UNKNOWN correctlyMichael Olbrich2019-09-301-0/+1
|/
* logind: fix property emission on SessionsYour Name2019-09-031-1/+0
* logind: check return value of inhibitor_start()Lennart Poettering2019-07-231-1/+3
* tree-wide: get rid of strappend()Lennart Poettering2019-07-121-1/+1
* tree-wide: make use of errno_or_else() everywhereLennart Poettering2019-07-111-1/+1
* logind: split out dbus header files into their ownLennart Poettering2019-05-241-0/+4
* logind: support self/auto seats for AttachDevice(), tooLennart Poettering2019-05-241-2/+11
* logind: validate /sys fs path a bit more strictlyLennart Poettering2019-05-241-0/+2
* logind: prefer hashmap_contains() over hashmap_get()Lennart Poettering2019-05-241-6/+4
* logind: make "self" and "auto" magic strings when operating on seats + sessionsLennart Poettering2019-05-241-36/+75
* codespell: fix spelling errorsBen Boeckel2019-04-291-1/+1
* logind: linewrap some long lines and remove unnecessary conditionalZbigniew Jędrzejewski-Szmek2019-04-071-27/+55
* Voidify more mkdir_p callsZbigniew Jędrzejewski-Szmek2019-03-271-2/+1
* headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2019-03-271-0/+1
* logind: Add support for RebootParameterVesa Jääskeläinen2019-03-221-0/+96
* logind: relocate function return_test_polkit()Vesa Jääskeläinen2019-03-221-26/+26
* tree-wide: fix false search hits with ppp (typos)Topi Miettinen2019-03-181-1/+1
* bootspec: don't log in boot_entries_load_config_auto() about no ESPLennart Poettering2019-03-131-2/+2
* login: drop redundant newlineLennart Poettering2019-03-121-1/+0
* logind: refactor logic of returning polkit challenge result into its own func...Lennart Poettering2019-03-051-75/+53
* logind: add support for booting into the boot menu or a specific boot menu entryLennart Poettering2019-03-051-0/+461
* logind: optionally support non-EFI reboot-to-firmwareLennart Poettering2019-03-051-15/+82
* login: add a missing error check for session_set_leader()Yu Watanabe2019-02-151-1/+3
* login: simplify the condtion in assertion and slightly decrease binary sizeYu Watanabe2019-01-081-10/+2
* login: use free_and_strdup() at one more placeYu Watanabe2019-01-081-7/+2
* login: adjust range of InhibitWhat in assertionsYu Watanabe2019-01-081-1/+1
* login: do not use cast to bool for enumYu Watanabe2019-01-081-2/+2
* Revert "sleep: offer hibernation only if the kernel image still exists"Zbigniew Jędrzejewski-Szmek2018-12-211-5/+5
* util: drop missing.h from util.hYu Watanabe2018-12-041-0/+1
* util-lib: split out all temporary file related calls into tmpfiles-util.cLennart Poettering2018-12-021-0/+1
* util-lib: don't include fileio.h from fileio-label.hLennart Poettering2018-12-021-0/+1
* coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek2018-11-221-4/+4
* Revert 5fdf2d51c244288ac41443d1bd81365fab7b7b81Zbigniew Jędrzejewski-Szmek2018-11-211-3/+1
* logind: fix determination of CanHibernate() and other callsHenry Tung2018-11-161-5/+7
* logind: log correct error msgLennart Poettering2018-11-161-1/+1
* logind: sort includesLennart Poettering2018-11-161-1/+1