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
*
tree-wide: drop support for kernels without pidfd_open() and pidfd_send_signa...
Lennart Poettering
2025-01-16
1
-1
/
+1
|
\
|
*
tree-wide: drop support for kernels without pidfd_open() and pidfd_send_signal()
Mike Yuan
2025-01-12
1
-1
/
+1
*
|
meson: enable -Wzero-as-null-pointer-constant
Mike Yuan
2025-01-16
1
-0
/
+3
*
|
tree-wide: remove unnecessary gcc >= 7 version check
Mike Yuan
2025-01-16
1
-2
/
+0
*
|
logind: improve log message we generate when a user logs in
Lennart Poettering
2025-01-15
1
-1
/
+7
*
|
logind: introduce "user-light" session class
Lennart Poettering
2025-01-15
4
-14
/
+66
*
|
logind: introduce macro for the last session class condition check
Lennart Poettering
2025-01-15
2
-1
/
+4
*
|
pam-systemd: downgrade log message we handle gracefully to LOG_WARNING as per...
Lennart Poettering
2025-01-15
1
-2
/
+1
*
|
pam-systemd: talk to logind via varlink
Lennart Poettering
2025-01-15
1
-84
/
+234
*
|
logind: add basic Varlink API
Lennart Poettering
2025-01-15
7
-2
/
+420
*
|
shared/bus-util: move bus_message_hash_ops to bus-message-util
Mike Yuan
2025-01-13
1
-2
/
+2
|
/
*
logind: split create session reply handling in two
Lennart Poettering
2025-01-10
4
-35
/
+41
*
logind: rework session creation logic, to be more reusable for varlink codepaths
Lennart Poettering
2025-01-10
2
-152
/
+233
*
pam: add session class "none" to disable logind sessions (#35171)
Lennart Poettering
2025-01-09
4
-19
/
+30
|
\
|
*
pam: add session class "none" to disable logind sessions
Ronan Pigott
2025-01-03
4
-19
/
+30
*
|
logind: also potentially GC the session if we cannot send reply
Lennart Poettering
2025-01-08
1
-1
/
+1
*
|
logind: indicate that 'error' parameter is input by making it const
Lennart Poettering
2025-01-08
2
-4
/
+4
*
|
logind: split out logic that finds free session ID into helper call
Lennart Poettering
2025-01-08
1
-30
/
+50
*
|
logind: normalize parameter to create_session()
Lennart Poettering
2025-01-08
1
-4
/
+6
*
|
terminal-util: modernize vtnr_from_tty() a bit
Lennart Poettering
2025-01-03
1
-1
/
+1
*
|
tree-wide: replace FLAGS_SET(..., 1 << v) with BIT_SET(..., v)
Mike Yuan
2024-12-28
1
-1
/
+2
|
/
*
tree-wide: use pidref_is_self() at more places
Lennart Poettering
2024-12-18
1
-1
/
+1
*
pam_systemd: introduce pam_get_data_many() helper and make use of it
Lennart Poettering
2024-12-17
1
-19
/
+13
*
pam_systemd: fix error code confusion when prepping D-Bus message
Lennart Poettering
2024-12-17
1
-75
/
+67
*
pam_systemd: split pam_sm_open_session() into more digestable blocks
Lennart Poettering
2024-12-17
1
-197
/
+223
*
pam_systemd: split out setting of shell env vars from credentials and move it...
Lennart Poettering
2024-12-17
1
-13
/
+25
*
pam_systemd: drop "uid" field from SessionContext
Lennart Poettering
2024-12-17
1
-3
/
+5
*
pam_systemd: drop "pid" field from SessionContext
Lennart Poettering
2024-12-17
1
-3
/
+1
*
pam_systemd: normalize parsing of XDG_VTNR
Lennart Poettering
2024-12-17
1
-7
/
+23
*
logind: allow wall messages to be controlled via config file
David Härdeman
2024-12-14
4
-1
/
+3
*
logind: let system-wide idle begin at the time logind was initialized
Florian Schmaus
2024-12-13
3
-1
/
+9
*
logind: define flags enum for manager_is_inhibited()
Zbigniew Jędrzejewski-Szmek
2024-12-11
5
-14
/
+24
*
logind: drop one duplicate param in manager_is_inhibited()
Zbigniew Jędrzejewski-Szmek
2024-12-11
5
-13
/
+20
*
logind-session: be more specific about session_kill() errors
Mike Yuan
2024-11-13
3
-5
/
+9
*
audit-util: return -ENODATA from audit_{session|loginuid}_from_pid() if invok...
Lennart Poettering
2024-11-12
2
-2
/
+2
*
login: fix session_kill(..., KILL_LEADER,...) (#35105)
12paper
2024-11-10
1
-3
/
+13
*
efivars: Remove STRINGIFY() helper macros
Daan De Meyer
2024-11-02
1
-4
/
+4
*
pam: quiet a spurious debug message
Ronan Pigott
2024-11-02
1
-2
/
+2
*
logind: ensure the stronger inhibitor currently in place is taken into account
Luca Boccassi
2024-11-01
1
-4
/
+8
*
logind: respect SD_LOGIND_ROOT_CHECK_INHIBITORS with weak blockers
Luca Boccassi
2024-11-01
1
-4
/
+13
*
logind-dbus: return appropriate errno for unexpected errors
Mike Yuan
2024-10-31
1
-5
/
+5
*
logind: add BlockWeakInhibited property
Luca Boccassi
2024-10-30
3
-6
/
+12
*
Merge pull request #34245 from bluca/logind_drop_weak_delay_inhibitor
Zbigniew Jędrzejewski-Szmek
2024-10-29
4
-7
/
+5
|
\
|
*
logind: drop new delay-weak inhibitor
Luca Boccassi
2024-09-13
4
-7
/
+5
*
|
sd-json,tree-wide: add sd_json_format_enabled() and use it everwhere
Zbigniew Jędrzejewski-Szmek
2024-10-28
1
-1
/
+1
*
|
tree-wide: replace for loop with FOREACH_ELEMENT or FOREACH_ARRAY macros (#34...
Integral
2024-10-26
1
-3
/
+3
*
|
Merge pull request #34850 from poettering/openat-report-new-tweaks
Lennart Poettering
2024-10-23
1
-13
/
+9
|
\
\
|
*
|
shared: get rid of fileio-label.[ch]
Lennart Poettering
2024-10-22
1
-1
/
+0
|
*
|
fileio: port write_string_file() to LabelOps, and thus add WRITE_STRING_FILE_...
Lennart Poettering
2024-10-22
1
-13
/
+10
*
|
|
logind: also check session class in session_get_idle_hint()
Lennart Poettering
2024-10-22
1
-0
/
+3
[next]