summaryrefslogtreecommitdiff
path: root/src/login/logind-utmp.c
Commit message (Expand)AuthorAgeFilesLines
* sd-messages: rename newly added constantsZbigniew Jędrzejewski-Szmek2022-08-171-1/+1
* logind: log wall messages to the journalZbigniew Jędrzejewski-Szmek2022-06-301-12/+19
* login: fix typoYu Watanabe2022-06-031-2/+2
* Merge pull request #23575 from keszybz/logind-wall-message-cleanupZbigniew Jędrzejewski-Szmek2022-06-011-20/+13
|\
| * logind: reduce scope of a few variablesZbigniew Jędrzejewski-Szmek2022-06-011-17/+10
| * logind: rework wall message about pending shutdown/halt/reboot/…Zbigniew Jędrzejewski-Szmek2022-06-011-3/+3
* | login: do not issue wall messages on local terminals for suspend and hibernateChristian Göttsche2022-06-011-2/+12
* | 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-311-1/+1
|/
* logind: rename scheduled_shutdown_type → scheduled_shutdown_actionLennart Poettering2022-03-091-3/+3
* logind: load scheduled shutdown on restartLudwig Nussel2022-02-281-12/+9
* logind: add handle enum to structLudwig Nussel2022-02-141-2/+2
* logind: refactorLudwig Nussel2022-01-251-4/+2
* logind: fix wall message for immediate shutdownsLudwig Nussel2022-01-251-2/+2
* tree-wide: use FORMAT_TIMESTAMP()Zbigniew Jędrzejewski-Szmek2021-07-091-2/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* 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
* tree-wide: replace 'unsigned int' with 'unsigned'Yu Watanabe2018-10-191-1/+1
* login: avoid leak of name returned by uid_to_name()David Tardon2018-10-121-3/+3
* tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek2018-06-201-3/+0
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-1/+1
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* tree-wide: use path_startswith() rather than startswith() where ever that's a...Lennart Poettering2017-08-091-3/+8
* Rename formats-util.h to format-util.hZbigniew Jędrzejewski-Szmek2016-11-071-1/+1
* logind: fix crash when shutdown is not issued from a ttyMartin Pitt2016-03-241-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* tree-wide: sort includesThomas Hindoe Paaboel Andersen2015-11-161-1/+1
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* src/basic: rename audit.[ch] → audit-util.[ch] and capability.[ch] → capa...Lennart Poettering2015-10-271-1/+1
* util: remove lookup_uid(), replace by uid_to_name()Lennart Poettering2015-10-261-1/+1
* util-lib: split out user/group/uid/gid calls into user-util.[ch]Lennart Poettering2015-10-261-6/+8
* logind: kill newline characters from log_error_errno() callsDaniel Mack2015-04-241-5/+5
* logind: add code for UTMP wall messagesDaniel Mack2015-04-241-0/+182