summaryrefslogtreecommitdiff
path: root/src/login
Commit message (Expand)AuthorAgeFilesLines
...
* login: make RuntimeDirectoryInodesMax= support K, G, M suffixesYu Watanabe2022-04-291-1/+1
* basic: split out dev_t related calls into new devno-util.[ch]Lennart Poettering2022-04-132-2/+3
* fix typoYu Watanabe2022-04-111-1/+1
* fix typoYu Watanabe2022-04-111-1/+1
* Merge pull request #22980 from keszybz/test-help-and-version-outputYu Watanabe2022-04-061-1/+1
|\
| * meson: also allow setting GIT_VERSION via templatesZbigniew Jędrzejewski-Szmek2022-04-051-1/+1
* | logind: also show long press settings in default logind.confLennart Poettering2022-04-051-2/+5
* | logind: expose long press actions on D-BusLennart Poettering2022-04-051-0/+5
|/
* bootspec: normalize function names/parameter listsLennart Poettering2022-03-281-4/+4
* bootspec: assess default/selected entries *after* we augmented entry list wit...Lennart Poettering2022-03-281-2/+2
* efi-loader: split efi-api.[ch] from efi-loader.[ch]Lennart Poettering2022-03-241-0/+1
* logind-user: log about the right unitDavid Tardon2022-03-241-1/+1
* various: inline some iterator variablesZbigniew Jędrzejewski-Szmek2022-03-231-10/+5
* strv: declare iterator of FOREACH_STRING() in the loopZbigniew Jędrzejewski-Szmek2022-03-231-1/+0
* strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-193-4/+0
* list: declare iterator of LIST_FOREACH() in the loopYu Watanabe2022-03-197-29/+10
* various: make parse_env_file error handling the same in various placesZbigniew Jędrzejewski-Szmek2022-03-181-1/+0
* test: Use TEST macros in more placesJan Janssen2022-03-161-9/+3
* Add AV production controllers to hwdb and add uaccessBe2022-03-141-0/+9
* logind: rename scheduled_shutdown_type → scheduled_shutdown_actionLennart Poettering2022-03-093-21/+19
* logind: rename manager_item_for_handle() → handle_action_lookup()Lennart Poettering2022-03-093-26/+27
* logind: drop unused prototypeLennart Poettering2022-03-091-1/+0
* logind: minor whitespace fixLennart Poettering2022-03-091-7/+7
* logind: rename ActionTableItem → HandleActionDataLennart Poettering2022-03-095-19/+19
* logind: replace handle_action_valid() macro by inline functionLennart Poettering2022-03-091-2/+4
* logind: use mfree instead of freepLudwig Nussel2022-03-071-2/+2
* Merge pull request #22644 from keszybz/meson-no-splitZbigniew Jędrzejewski-Szmek2022-03-031-44/+42
|\
| * meson: move files' closing brace to separate lineZbigniew Jędrzejewski-Szmek2022-03-031-3/+6
| * meson: do not use split() in file listsZbigniew Jędrzejewski-Szmek2022-03-021-44/+39
* | logind: load scheduled shutdown on restartLudwig Nussel2022-02-284-67/+148
* | logind: fix handle_action_valid()Ludwig Nussel2022-02-282-2/+2
|/
* tree-wide: use timestamp_is_set() moreLennart Poettering2022-02-222-3/+3
* logind: fix bool/int confusion for KillUserProcesses bus propertyLennart Poettering2022-02-161-1/+1
* logind: fix internal types used for EnableWallMessagesLennart Poettering2022-02-162-5/+5
* Merge pull request #22487 from poettering/bootspec-source-flagsYu Watanabe2022-02-151-3/+3
|\
| * bootctl: show more information about boot entry state in listLennart Poettering2022-02-141-3/+3
| * Revert "bootctl: Ignore boot entries (continue #22041)"Lennart Poettering2022-02-141-2/+2
* | logind: more verbose struct initializationLudwig Nussel2022-02-141-94/+90
* | logind: increase max wall message length to 4096Ludwig Nussel2022-02-141-8/+13
* | logind: style fixesLudwig Nussel2022-02-143-19/+9
* | logind: add handle enum to structLudwig Nussel2022-02-144-12/+18
|/
* login: typo fixMichael Biebl2022-02-081-1/+1
* Merge pull request #22300 from yuwata/bus-fix-error-handlingLuca Boccassi2022-01-311-3/+7
|\
| * login: use bus_error_message() at one more placeYu Watanabe2022-01-301-3/+7
* | Merge pull request #21838 from lnussel/logind-refactorYu Watanabe2022-01-318-333/+358
|\ \ | |/ |/|
| * logind: refactorLudwig Nussel2022-01-258-338/+306
| * logind: require polkit auth for cancelling shutdownsLudwig Nussel2022-01-251-2/+32
| * logind: fix wall messages for direct shutdown callsLudwig Nussel2022-01-251-0/+14
| * logind: enable wall messages by defaultLudwig Nussel2022-01-251-0/+1
| * logind: fix wall message for immediate shutdownsLudwig Nussel2022-01-252-19/+31