summaryrefslogtreecommitdiffstats
path: root/src/login (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* sleep: rename sleep-config.[ch] → sleep-util.[ch]Lennart Poettering2023-06-202-2/+2
* tree-wide: when in doubt use greek small letter mu rather than micro symbolLennart Poettering2023-06-141-1/+1
* pam: add call to pam_umaskMichal Sekletar2023-06-071-0/+1
* battery-util: split out code that checks AC power state into its own .c/.h pairLennart Poettering2023-06-051-0/+1
* logind: add support for 'soft-reboot' rebootsLennart Poettering2023-06-023-3/+31
* label: Introduce LabelOps to do pre/post labelling operationsDaan De Meyer2023-05-312-2/+2
* label: Rename to label-util.hDaan De Meyer2023-05-302-2/+2
* loginctl: use FORMAT_TIMESTAMP_RELATIVE_MONOTONICMike Yuan2023-05-261-34/+35
* loginctl: realign bus_properties_mapMike Yuan2023-05-261-2/+2
* loginctl: also show idle hint in session-statusMike Yuan2023-05-241-19/+29
* loginctl: list-users: use bus_map_all_propertiesMike Yuan2023-05-241-34/+24
* loginctl: list-sessions: fix timestamp for idle hintMike Yuan2023-05-241-7/+7
* loginctl: some modernizationsMike Yuan2023-05-241-41/+44