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
*
shell: define three system credentials we can propagate into shell prompts an...
Lennart Poettering
2024-09-09
1
-0
/
+39
*
tree-wide: use UTMPX_FILE rather than _PATH_UTMPX
Lennart Poettering
2024-09-06
1
-6
/
+6
*
tree-wide: drop msg argument for DEFINE_CONFIG_PARSE() macro and friends
Yu Watanabe
2024-09-01
1
-1
/
+1
*
Merge pull request #34096 from YHNdnzj/logind-followup-256
Yu Watanabe
2024-08-22
3
-5
/
+18
|
\
|
*
logind-session: downgrade user@.service dep to Wants=
Mike Yuan
2024-08-22
3
-4
/
+17
|
*
logind: DesignatedMaintenanceTime is added in v257 and constant
Mike Yuan
2024-08-22
1
-1
/
+1
*
|
shared/logs-show: introduce journal_browse_prepare()
Mike Yuan
2024-08-22
1
-6
/
+2
|
/
*
polkit: add missing period in messages
Yu Watanabe
2024-08-22
1
-1
/
+1
*
Merge pull request #34055 from whot/wip/eviocrevoke-warnings
Yu Watanabe
2024-08-21
1
-4
/
+5
|
\
|
*
logind: warn about EVIOCREVOKE errors other than EINVAL too
Peter Hutterer
2024-08-21
1
-1
/
+3
|
*
logind: if EVIOCREVOKE fails, don't try it again
Peter Hutterer
2024-08-12
1
-3
/
+2
*
|
tree-wide: voidify polkit_agent_open_if_enabled()
Yu Watanabe
2024-08-19
1
-9
/
+9
|
/
*
logind: add PreparingForShutdownWithMetadata property
Luca Boccassi
2024-08-05
1
-0
/
+30
*
login: fix typo
Yu Watanabe
2024-08-02
1
-1
/
+1
*
logind: always check for inhibitor locks
Luca Boccassi
2024-07-25
6
-26
/
+39
*
logind-dbus: check auth. for all inhibitor operations
David Tardon
2024-07-25
1
-17
/
+22
*
logind-user: take gc_mode into account when reporting user state
Mike Yuan
2024-07-12
1
-13
/
+13
*
logind-dbus: set gc_mode to USER_GC_BY_PIN when disable linger
Tom Yan
2024-07-09
1
-1
/
+4
*
Merge pull request #33491 from keszybz/allow-interactive-auth-in-inhibit
Luca Boccassi
2024-06-26
3
-16
/
+28
|
\
|
*
polkit: allow non-local users to block sleep and shutdown
Zbigniew Jędrzejewski-Szmek
2024-06-26
1
-2
/
+2
|
*
inhibit: add --no-ask-password option and allow interactive polkit auth
Zbigniew Jędrzejewski-Szmek
2024-06-26
1
-13
/
+25
|
*
Rename spawn-polkit-agent.c to just polkit-agent.c
Zbigniew Jędrzejewski-Szmek
2024-06-26
1
-1
/
+1
*
|
login: Add a new SecureAttentionKey dbus signal when Ctrl+Alt+Shift+Esc is pr...
nerdopolis
2024-06-24
10
-39
/
+217
*
|
logind: implement maintenance time
Ludwig Nussel
2024-06-20
5
-1
/
+57
*
|
Merge pull request #32868 from keszybz/more-whomification
Yu Watanabe
2024-06-19
13
-35
/
+35
|
\
\
|
*
|
various: move ptr indicator to return value
Zbigniew Jędrzejewski-Szmek
2024-06-19
6
-6
/
+6
|
*
|
various: move const ptr indicator to return value
Zbigniew Jędrzejewski-Szmek
2024-06-19
3
-4
/
+4
|
*
|
Fix confusion between killer and prey
Zbigniew Jędrzejewski-Szmek
2024-06-19
6
-26
/
+26
|
|
/
*
|
login/user-runtime-dir: free ignored sd_bus_error, avoid triggering assertion
Mike Yuan
2024-06-18
1
-5
/
+16
*
|
login/user-runtime-dir: use STRLEN where appropriate
Mike Yuan
2024-06-18
1
-3
/
+3
|
/
*
logind: tweaklets
Lennart Poettering
2024-06-17
1
-1
/
+4
*
libsystemd: turn json.[ch] into a public API
Lennart Poettering
2024-06-12
2
-6
/
+6
*
login: re-used -> reused
Yu Watanabe
2024-06-11
1
-1
/
+1
*
logind-user: check linger file in user_wants_service_manager too
Mike Yuan
2024-05-28
1
-1
/
+4
*
logind-user: add missing assertion for user_check_linger_file
Mike Yuan
2024-05-28
2
-3
/
+6
*
logind: use SD_BUS_ERROR_ACCESS_DENIED
Zbigniew Jędrzejewski-Szmek
2024-05-21
1
-1
/
+2
*
logind: make ReleaseSession "unprivileged" and allow closing of own session
Zbigniew Jędrzejewski-Szmek
2024-05-20
2
-2
/
+13
*
logind: group policy entries by interface
Zbigniew Jędrzejewski-Szmek
2024-05-20
1
-8
/
+8
*
logind: do not fail creating a session when request is not from a unit
Luca Boccassi
2024-05-20
1
-4
/
+2
*
logind: add one more debug log
Luca Boccassi
2024-05-20
1
-1
/
+4
*
logs-show: drop uid argument from add_matches_for_user_units()
Yu Watanabe
2024-05-10
1
-10
/
+8
*
pidfd: properly detect if libc offers pidfd syscalls and make use of them then
Lennart Poettering
2024-05-08
1
-0
/
+3
*
hibernate-util,logind: also differentiate the case of misconfigured resume
Mike Yuan
2024-05-08
1
-0
/
+4
*
hibernate-util,logind: emit a clear error if the specified resume dev is missing
Mike Yuan
2024-05-08
1
-0
/
+4
*
reboot-util: Add some basic validation on reboot arguments
Daan De Meyer
2024-05-01
1
-0
/
+3
*
Merge pull request #32547 from YHNdnzj/minor-cleanup
Mike Yuan
2024-04-29
1
-2
/
+2
|
\
|
*
pam_systemd_loadkey: add missing PAM_EXTERN
Mike Yuan
2024-04-29
1
-2
/
+2
*
|
pam: Setup logging to syslog
Daan De Meyer
2024-04-29
2
-0
/
+6
|
/
*
tree-wide: Use log_setup() everywhere
Daan De Meyer
2024-04-25
2
-5
/
+2
*
use FOREACH_ELEMENT
Matteo Croce
2024-04-18
2
-3
/
+3
[next]