summaryrefslogtreecommitdiffstats
path: root/src/login (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * logind: remember our idle state and use it to detect idle level transitionsMichal Sekletar2022-06-302-4/+20
* | tree-wide: add global ascii_isdigit() + ascii_isalpha()Lennart Poettering2022-07-052-5/+3
* | logind: log wall messages to the journalZbigniew Jędrzejewski-Szmek2022-06-302-14/+27
|/
* Use https for freedesktop.orgMichael Biebl2022-06-282-2/+2
* logind: simplify codeZbigniew Jędrzejewski-Szmek2022-06-231-10/+4
* logind-session-dbus: allow to set display name via dbusDavid Tardon2022-06-224-0/+54
* login: fix typoYu Watanabe2022-06-021-2/+2
* Merge pull request #23575 from keszybz/logind-wall-message-cleanupZbigniew Jędrzejewski-Szmek2022-06-015-43/+57
|\
| * logind: reduce scope of a few variablesZbigniew Jędrzejewski-Szmek2022-06-012-20/+16
| * logind: rework wall message about pending shutdown/halt/reboot/…Zbigniew Jędrzejewski-Szmek2022-06-015-5/+23
| * logind: use consistent casing in messageZbigniew Jędrzejewski-Szmek2022-05-311-1/+1
| * logind: align tablesZbigniew Jędrzejewski-Szmek2022-05-311-18/+18
* | login: do not issue wall messages on local terminals for suspend and hibernateChristian Göttsche2022-06-012-4/+14
* | logind: do not print wall messages to local pseudoterminalsZbigniew Jędrzejewski-Szmek2022-05-311-9/+7
* | shared/utmp-wtmp: pass information if entry is local to filter functionZbigniew Jędrzejewski-Szmek2022-05-312-2/+2
|/
* Minor wording fixesZbigniew Jędrzejewski-Szmek2022-05-241-1/+1
* tree-wide: use LOG_MESSAGE() where possibleZbigniew Jędrzejewski-Szmek2022-05-111-4/+8
* logind: rename "log_message" to "log_verb"Zbigniew Jędrzejewski-Szmek2022-05-113-7/+7
* logind: fix crash in logind on user-specified message stringZbigniew Jędrzejewski-Szmek2022-05-111-21/+9
* meson: move udev rules to rules.d/Zbigniew Jędrzejewski-Szmek2022-05-055-236/+16
* login: drop non-default value for RuntimeDirectoryInodesMax=Yu Watanabe2022-04-291-1/+1
* 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-101-1/+1
* fix typoYu Watanabe2022-04-101-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