summaryrefslogtreecommitdiffstats
path: root/src/login (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #27740 from dtardon/list-sessions-idleYu Watanabe2023-05-241-57/+52
|\
| * loginctl: show session idle status in list-sessionsDavid Tardon2023-05-241-10/+21
| * loginctl: use bus_map_all_propertiesDavid Tardon2023-05-231-50/+34
| * loginctl: shorten variable nameDavid Tardon2023-05-231-8/+8
* | login: use NULL to denote arg-less method callDavid Tardon2023-05-243-3/+3
* | tree-wide: convert more login1.Manager calls to BusLocatorDavid Tardon2023-05-244-44/+10
* | tree-wide: convert more system1.Manager calls to BusLocatorDavid Tardon2023-05-241-7/+2
|/
* login: add test for SetIdleHintDavid Tardon2023-05-221-0/+44
* login: do not hardcode tty used in TEST-35-LOGINDavid Tardon2023-05-221-4/+11
* loginctl: list-sessions: also show stateMike Yuan2023-05-161-3/+20
* loginctl: list-sessions: minor modernizationMike Yuan2023-05-161-18/+19
* loginctl: list-users: also show stateMike Yuan2023-05-161-5/+30
* Merge pull request #27424 from dtardon/auto-cleanupYu Watanabe2023-04-287-27/+27
|\
| * logind-session-dbus: use _cleanup_David Tardon2023-04-282-7/+7
| * logind-session-device: modernize session_device_free()David Tardon2023-04-282-4/+6
| * logind: rename function to avoid confusionDavid Tardon2023-04-271-5/+5
| * logind-core: drop unneeded check for NULLDavid Tardon2023-04-271-7/+3
| * logind-core: modernize button_free()David Tardon2023-04-272-4/+6
* | pam-systemd: disconnect bus connection when leaving session hook, even on errorLennart Poettering2023-04-271-12/+7
* | logind: always use 64bit session IDsLennart Poettering2023-04-252-4/+4
* | sd-login: add SetTTY session object #26611Thorsten Kukuk2023-04-255-0/+98