index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shared
/
creds-util.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tpm2-util: add generic wrapper tpm2_context_new_or_warn() that wrpas tpm2_con...
Lennart Poettering
2024-04-22
1
-2
/
+2
*
creds-util: move pick_up_credentials() from network-generator
Yu Watanabe
2024-04-16
1
-1
/
+90
*
creds-util: port make_credential_host_secret() over to link_tmpfile_at()
Lennart Poettering
2024-03-14
1
-32
/
+13
*
env-util: rename getenv_bool_secure() → secure_getenv_bool()
Lennart Poettering
2024-02-28
1
-2
/
+2
*
creds: go via IPC service when unprivileged and trying to access services
Lennart Poettering
2024-01-30
1
-9
/
+18
*
creds-util: add IPC client wrapper for new varlink apis
Lennart Poettering
2024-01-30
1
-0
/
+128
*
creds-util: add a concept of "user-scoped" credentials
Lennart Poettering
2024-01-30
1
-22
/
+179
*
creds-util: drop unnecessary include
Lennart Poettering
2024-01-16
1
-1
/
+0
*
creds-util: simplify offset calculation a bit
Lennart Poettering
2024-01-16
1
-3
/
+2
*
creds-util: make read_credential_strings_many behave the same as comment
Mike Yuan
2024-01-10
1
-12
/
+13
*
creds-util: optionally, allow NULL credentials even with TPM
Lennart Poettering
2024-01-05
1
-5
/
+8
*
tpm2-util: more iovec'ification
Lennart Poettering
2024-01-05
1
-159
/
+130
*
creds-util: automatically append NUL byte to decrypted creds
Lennart Poettering
2024-01-04
1
-1
/
+1
*
creds: rename "tpm2-absent" encryption to "null" encryption
Lennart Poettering
2024-01-04
1
-8
/
+8
*
creds-util: add helper for opening the credentials directory
Lennart Poettering
2023-12-18
1
-0
/
+11
*
pcrlock: add new pcrlock tool
Lennart Poettering
2023-11-03
1
-0
/
+2
*
creds-utils: fix read_full_file_full call in read_credential_with_decryption
Julien Malka
2023-10-23
1
-1
/
+1
*
cryptenroll: allow specifying handle index of key to use for sealing
Dan Streetman
2023-10-10
1
-0
/
+1
*
tpm2: change tpm2_unseal() to accept Tpm2Context instead of device string
Dan Streetman
2023-10-03
1
-1
/
+6
*
tpm2: downgrade most log functions from error to debug
Dan Streetman
2023-10-03
1
-8
/
+7
*
io-util: introduce loop_write_full that takes a timeout
Mike Yuan
2023-09-07
1
-1
/
+1
*
tpm2: move policy calculation out of tpm2_seal()
Dan Streetman
2023-08-04
1
-7
/
+44
*
creds-util: Add read_credential_bool()
Daan De Meyer
2023-08-01
1
-0
/
+12
*
tree-wide: a bunch of Coccinelle-suggested tweaks
Frantisek Sumsal
2023-07-14
1
-1
/
+1
*
tree-wide: fix typos reported by Fossies Codespell report
Yu Watanabe
2023-07-12
1
-1
/
+1
*
creds-util: add new helper read_credential_with_decryption()
Lennart Poettering
2023-07-04
1
-0
/
+74
*
core: restrict ImportCredential= globbing
Lennart Poettering
2023-06-22
1
-0
/
+38
*
core,shared: add a couple of asserts
Frantisek Sumsal
2023-05-30
1
-0
/
+3
*
shared/creds-util: return 0 for missing creds in read_credential_strings_many
Zbigniew Jędrzejewski-Szmek
2023-04-25
1
-7
/
+11
*
tpm2: fix nits from PR #26185
William Roberts
2023-04-04
1
-4
/
+2
*
tpm2: add support for a trusted SRK
William Roberts
2023-04-03
1
-1
/
+9
*
tpm2: rename tpm2 alg id<->string functions
Dan Streetman
2023-02-01
1
-2
/
+2
*
string-util: add common implementation of function that converts sized charac...
Lennart Poettering
2023-01-21
1
-6
/
+3
*
Merge pull request #26004 from poettering/cleanuo-erase-moar
Yu Watanabe
2023-01-17
1
-12
/
+12
|
\
|
*
tree-wide: use CLEANUP_ERASE() at various places
Lennart Poettering
2023-01-16
1
-12
/
+12
*
|
creds-util: merge the TPM2 detection for initrd
Alberto Planas
2023-01-16
1
-9
/
+2
*
|
creds-util: do not try TPM2 if there is not support
Alberto Planas
2023-01-16
1
-9
/
+6
*
|
creds-util: check for CAP_DAC_READ_SEARCH
Alberto Planas
2023-01-16
1
-3
/
+9
|
/
*
vconsole: permit configuration of vconsole settings via credentials
Lennart Poettering
2023-01-05
1
-0
/
+50
*
tree-wide: use -EBADF for fd initialization
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-3
/
+3
*
Rename def.h to constants.h
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-1
/
+1
*
creds-util: fix NULL pointer dereference
Yu Watanabe
2022-09-13
1
-2
/
+3
*
creds-util: hook up new signed PCR policies
Lennart Poettering
2022-09-08
1
-24
/
+107
*
tpm2-util: extend TPM2 policies to optionally check PCR values against signed...
Lennart Poettering
2022-09-08
1
-5
/
+10
*
tpm2-util: add TPM2_PCR_MASK_VALID() helper
Lennart Poettering
2022-08-19
1
-1
/
+1
*
creds: refactor reading user password
Ludwig Nussel
2022-08-11
1
-0
/
+32
*
Simplify random number selection
Jason A. Donenfeld
2022-05-31
1
-2
/
+2
*
pid1: import creds from sd-stub + qemu + kernel cmdline
Lennart Poettering
2022-04-28
1
-2
/
+10
*
creds-util: upgrade message about TPM2 not working
Lennart Poettering
2022-04-21
1
-1
/
+1
*
creds-util: also warn about unencrypted creds host key if we are creating it
Lennart Poettering
2022-04-21
1
-11
/
+25
[next]