summaryrefslogtreecommitdiffstats
path: root/src/login (follow)
Commit message (Expand)AuthorAgeFilesLines
* loginctl: show null fields for unset seat/tty fields of sessionsLennart Poettering2023-11-281-13/+16
* loginctl: set appropriate ersatz strings for all tablesLennart Poettering2023-11-281-0/+11
* logind: align columns of a tableLennart Poettering2023-11-281-5/+5
* login: do not clear wall message before shutting downYu Watanabe2023-11-241-1/+0
* test: always call test_setup_logging()Yu Watanabe2023-11-172-0/+6
* Merge pull request #30055 from YHNdnzj/logind-handle-actionLuca Boccassi2023-11-164-70/+106
|\
| * logind-action: check if inhibit_what is validMike Yuan2023-11-161-1/+2
| * logind-inhibit: introduce inhibit_what_is_validMike Yuan2023-11-162-2/+7
| * logind-action: split out logic for handle_action_sleepMike Yuan2023-11-161-65/+93
| * logind: return "no" if sleep operation is disabledMike Yuan2023-11-161-2/+4
* | login: mark the TTY property as "emits change"Frantisek Sumsal2023-11-161-1/+1
|/
* login: mark the Display property as "emits change"Frantisek Sumsal2023-11-151-1/+1
* Rename {dual,triple}_timestamp_get to {dual,triple}_timestamp_nowZbigniew Jędrzejewski-Szmek2023-11-134-5/+5
* logind: switch sessions_by_leader to PidRefMike Yuan2023-11-116-33/+50
* login: switch an if condition to a switch statementPeter Hutterer2023-11-061-7/+12
* process-util: add new FORK_DEATHSIG_SIGKILL flag, rename FORK_DEATHSIG → FO...Lennart Poettering2023-11-022-2/+2
* New PAM module: pam_systemd_loadkeyJin Liu2023-10-313-0/+114
* logind: fix abnormal switching causing the screen to go blackxinpeng wang2023-10-271-1/+13
* logind: introduce CreateSessionWithPIDFD()Michal Sekletar2023-10-265-94/+379
* hibernate-util: introduce hibernation_is_safeMike Yuan2023-10-201-0/+4
* sleep-config: introduce sleep_supported_full that returns a reasonMike Yuan2023-10-202-16/+34
* systemctl: automatically softreboot/kexec if set up on rebootLuca Boccassi2023-10-201-4/+5
* process-util: add pidref_get_comm() and rename get_process_comm() to pid_get_...Lennart Poettering2023-10-184-4/+4
* meson: add build option for install path of main config filesFranck Bui2023-10-171-1/+1
* Merge pull request #29242 from fbuihuu/update-main-config-file-headersZbigniew Jędrzejewski-Szmek2023-10-171-3/+5
|\
| * config files: update their header to reflect that they can be installed in /usrFranck Bui2023-09-211-3/+5
* | loginctl: *-status: set minimum table column width if extra info will be printedMike Yuan2023-10-111-0/+3
* | tree-wide: prefer sending pifds over pids when creating scope unitsLennart Poettering2023-10-053-5/+5
* | logind: add HANDLE_ACTION_IS_SLEEP() and HANDLE_ACTION_IS_SHUTDOWN() helpersLennart Poettering2023-09-304-9/+16
* | sleep-util: split into sleep-config and hibernate-utilMike Yuan2023-09-272-2/+2
* | meson: Fix version script handlingJan Janssen2023-09-261-1/+1
|/
* logind: slightly tweak error message about not enough swap for hibernationLennart Poettering2023-09-181-1/+1
* logind: add PrepareForShutdownWithMetadata signalLuca Boccassi2023-09-112-13/+43
* logind: also port session leader tracking over to PidRefLennart Poettering2023-09-097-30/+52
* shared/wall: use logind if build without utmp supportThorsten Kukuk2023-09-063-5/+6
* logind: give better error messages when failing to attach devices to seatsLennart Poettering2023-09-051-5/+5
* loginctl: use vertical table for {user,session,seat}-statusMike Yuan2023-09-021-195/+307
* logind-session: generalize EIO handling for {restore,leave}_vtMike Yuan2023-08-281-30/+17
* logind: add missing assertsMike Yuan2023-08-282-1/+11
* logind: use hashmap value destructorsMike Yuan2023-08-281-31/+13
* logind: rephrase log messagesMike Yuan2023-08-282-6/+6
* login: Properly handle -EIO in session_leave_vtmsizanoen2023-08-281-0/+17
* tree-wide: use LIST_POP()David Tardon2023-08-171-6/+3
* tree-wide: drop _pure_ + _const_ from local, static functionsLennart Poettering2023-08-091-1/+1
* meson: merge declarations of normal and test executablesYu Watanabe2023-08-031-25/+20
* meson: move declarations of logind and friendsYu Watanabe2023-07-311-3/+50
* logind: cleanup use of ERRNO_IS_NOT_SUPPORTED()Dmitry V. Levin2023-07-281-6/+7
* device-util: Declare iterator variables inlineDaan De Meyer2023-07-123-6/+3
* loginctl,machinectl: use same ansi formatting in --help texts as in systemctlLennart Poettering2023-07-031-9/+11
* pam: add macro wrapper to make code shorterZbigniew Jędrzejewski-Szmek2023-06-221-57/+51