index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
login
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
loginctl: use FORMAT_TIMESTAMP_RELATIVE_MONOTONIC
Mike Yuan
2023-05-26
1
-34
/
+35
*
loginctl: realign bus_properties_map
Mike Yuan
2023-05-26
1
-2
/
+2
*
loginctl: also show idle hint in session-status
Mike Yuan
2023-05-24
1
-19
/
+29
*
loginctl: list-users: use bus_map_all_properties
Mike Yuan
2023-05-24
1
-34
/
+24
*
loginctl: list-sessions: fix timestamp for idle hint
Mike Yuan
2023-05-24
1
-7
/
+7
*
loginctl: some modernizations
Mike Yuan
2023-05-24
1
-41
/
+44
*
Merge pull request #27740 from dtardon/list-sessions-idle
Yu Watanabe
2023-05-24
1
-57
/
+52
|
\
|
*
loginctl: show session idle status in list-sessions
David Tardon
2023-05-24
1
-10
/
+21
|
*
loginctl: use bus_map_all_properties
David Tardon
2023-05-23
1
-50
/
+34
|
*
loginctl: shorten variable name
David Tardon
2023-05-23
1
-8
/
+8
*
|
login: use NULL to denote arg-less method call
David Tardon
2023-05-24
3
-3
/
+3
*
|
tree-wide: convert more login1.Manager calls to BusLocator
David Tardon
2023-05-24
4
-44
/
+10
*
|
tree-wide: convert more system1.Manager calls to BusLocator
David Tardon
2023-05-24
1
-7
/
+2
|
/
*
login: add test for SetIdleHint
David Tardon
2023-05-22
1
-0
/
+44
*
login: do not hardcode tty used in TEST-35-LOGIN
David Tardon
2023-05-22
1
-4
/
+11
*
loginctl: list-sessions: also show state
Mike Yuan
2023-05-16
1
-3
/
+20
*
loginctl: list-sessions: minor modernization
Mike Yuan
2023-05-16
1
-18
/
+19
*
loginctl: list-users: also show state
Mike Yuan
2023-05-16
1
-5
/
+30
*
Merge pull request #27424 from dtardon/auto-cleanup
Yu Watanabe
2023-04-28
7
-27
/
+27
|
\
|
*
logind-session-dbus: use _cleanup_
David Tardon
2023-04-28
2
-7
/
+7
|
*
logind-session-device: modernize session_device_free()
David Tardon
2023-04-28
2
-4
/
+6
|
*
logind: rename function to avoid confusion
David Tardon
2023-04-27
1
-5
/
+5
|
*
logind-core: drop unneeded check for NULL
David Tardon
2023-04-27
1
-7
/
+3
|
*
logind-core: modernize button_free()
David Tardon
2023-04-27
2
-4
/
+6
*
|
pam-systemd: disconnect bus connection when leaving session hook, even on error
Lennart Poettering
2023-04-27
1
-12
/
+7
*
|
logind: always use 64bit session IDs
Lennart Poettering
2023-04-25
2
-4
/
+4
*
|
sd-login: add SetTTY session object #26611
Thorsten Kukuk
2023-04-25
5
-0
/
+98
*
|
pam: cache sd-bus separately per module
Luca Boccassi
2023-04-24
1
-3
/
+3
*
|
tree-wide: convert more cases do DEVNUM_FORMAT_STR()/DEVNUM_FORMAT_VAL()
Lennart Poettering
2023-04-21
1
-1
/
+1
|
/
*
tree-wide: reset optind to 0 when GNU extensions in optstring are used
Yu Watanabe
2023-03-29
1
-0
/
+3
*
src: changed instances of sd_bus_call_method() to bus_call_method() (#26819)
OMOJOLA JOSHUA
2023-03-15
1
-9
/
+2
*
conf: replace config_parse_many_nulstr() with config_parse_config_file()
Franck Bui
2023-03-13
1
-7
/
+3
*
Merge pull request #26641 from medhefgo/boot-elf2efi
Yu Watanabe
2023-03-11
1
-1
/
+2
|
\
|
*
meson: Introduce userspace dep
Jan Janssen
2023-03-10
1
-1
/
+2
*
|
basic: add RuntimeScope enum
Lennart Poettering
2023-03-10
1
-1
/
+1
|
/
*
Include <threads.h> if possible to get thread_local definition
Cristian Rodríguez
2023-03-06
1
-0
/
+1
*
logind: hook up memory pressure + SIGRTMIN+18
Lennart Poettering
2023-03-01
1
-1
/
+10
*
pam_systemd: process the two new capabilities user records fields in pam_systemd
Lennart Poettering
2023-02-28
1
-13
/
+135
*
tree-wide: use unlink_and_freep() moreover
Lennart Poettering
2023-02-23
5
-19
/
+13
*
Merge pull request #26203 from medhefgo/meson
Yu Watanabe
2023-02-22
1
-12
/
+20
|
\
|
*
meson: Use dicts for test definitions
Jan Janssen
2023-02-21
1
-10
/
+16
|
*
meson: Add simple_tests list
Jan Janssen
2023-02-21
1
-2
/
+4
*
|
Merge pull request #26349 from yuwata/safe-fork-rearrange-stdio
Luca Boccassi
2023-02-21
1
-1
/
+1
|
\
\
|
*
|
process-util: rename FORK_NULL_STDIO -> FORK_REARRANGE_STDIO
Yu Watanabe
2023-02-20
1
-1
/
+1
|
|
/
*
|
pam-systemd: split up weight helper funcs
Lennart Poettering
2023-02-21
1
-11
/
+27
*
|
logind-session: make stopping of idle session visible to admins
David Tardon
2023-02-21
1
-1
/
+1
|
/
*
meson: Do not include headers in source lists
Jan Janssen
2023-01-24
1
-16
/
+0
*
logind: implement Type=notify-reload protocol properly
Lennart Poettering
2023-01-10
1
-0
/
+6
*
tree-wide: use -EBADF for fd initialization
Zbigniew Jędrzejewski-Szmek
2022-12-19
11
-18
/
+18
*
pam: actually align the columns
Zbigniew Jędrzejewski-Szmek
2022-12-15
1
-9
/
+9
[next]