index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
exec-credential.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core/dbus-service: refuse bind mounting over /run/credentials/
Mike Yuan
2024-08-17
1
-0
/
+13
*
core/exec-credential: do not use unlink_and_free for relative path under dfd
Mike Yuan
2024-08-04
1
-23
/
+24
*
core/exec-credential: emit correct error on invalid cred source
Mike Yuan
2024-08-04
1
-4
/
+4
*
core/exec-credential: use struct load_cred_args everywhere
Mike Yuan
2024-08-04
1
-129
/
+82
*
core/exec-credential: use maybe_decrypt_and_write_credential() for SetCred= too
Mike Yuan
2024-08-04
1
-31
/
+1
*
core/exec-credential: drop misleading comment regarding EEXIST
Mike Yuan
2024-08-04
1
-4
/
+0
*
core/exec-credential: trivial coding style cleanup
Mike Yuan
2024-08-04
1
-8
/
+8
*
core: refuse credentials with invalid names matching with glob
Yu Watanabe
2024-08-03
1
-0
/
+5
*
core: Add support for renaming credentials with ImportCredential=
Daan De Meyer
2024-07-31
1
-6
/
+87
*
exec-credential: Skip duplicate credentials in load_credential_glob()
Daan De Meyer
2024-07-31
1
-4
/
+11
*
exec-credential: Log if we skip duplicate credential
Daan De Meyer
2024-07-31
1
-1
/
+3
*
Drop EEXIST handling in load_credential_glob()
Daan De Meyer
2024-07-31
1
-2
/
+0
*
core: clean up Set/LoadCredential= parsers
Mike Yuan
2024-07-23
1
-4
/
+96
*
core/exec-credential: drop unused unit_add_default_credential_dependencies
Mike Yuan
2024-06-12
1
-25
/
+0
*
Revert "core/credential,mount: re-read /proc/self/mountinfo before invoking u...
Mike Yuan
2024-06-12
1
-7
/
+4
*
core/exec-credential: downgrade warning about missing cred to debug
Zbigniew Jędrzejewski-Szmek
2024-05-14
1
-1
/
+1
*
core/exec-credential: complain louder if inherited credential is missing
Mike Yuan
2024-05-07
1
-4
/
+5
*
core/exec-credential: update comment
Yu Watanabe
2024-05-01
1
-2
/
+2
*
core: reuse credential dir across start and start-post if populated,
Mike Yuan
2024-02-06
1
-59
/
+60
*
core: introduce exec_params_need_credentials
Mike Yuan
2024-02-06
1
-2
/
+8
*
core/exec-credential: use FOREACH_ARRAY at one more place
Mike Yuan
2024-02-06
1
-21
/
+19
*
core/exec-credential: add missing assertions
Mike Yuan
2024-02-06
1
-4
/
+23
*
mountpoint-util: introduce path_is_mount_point_full
Mike Yuan
2024-02-06
1
-2
/
+2
*
core/exec-credential: make param const where appropriate
Mike Yuan
2024-02-04
1
-4
/
+3
*
creds-util: add a concept of "user-scoped" credentials
Lennart Poettering
2024-01-30
1
-2
/
+4
*
exec-credential: strv_extend() handles NULL strings gracefully
Lennart Poettering
2024-01-17
1
-3
/
+2
*
creds-util: optionally, allow NULL credentials even with TPM
Lennart Poettering
2024-01-05
1
-0
/
+2
*
tpm2-util: more iovec'ification
Lennart Poettering
2024-01-05
1
-10
/
+21
*
process-util: add new FORK_DEATHSIG_SIGKILL flag, rename FORK_DEATHSIG → FO...
Lennart Poettering
2023-11-02
1
-1
/
+1
*
core/exec-credential: use rmdir_and_freep at one more place
Mike Yuan
2023-10-11
1
-4
/
+2
*
io-util: introduce loop_write_full that takes a timeout
Mike Yuan
2023-09-07
1
-1
/
+1
*
core/credential,mount: re-read /proc/self/mountinfo before invoking umount co...
Yu Watanabe
2023-09-06
1
-4
/
+7
*
core/exec-credential: introduce exec_context_get_credential_directory() helpe...
Yu Watanabe
2023-09-06
1
-0
/
+19
*
core: rename credential.[ch] -> exec-credential.[ch]
Yu Watanabe
2023-09-06
1
-0
/
+1003