summaryrefslogtreecommitdiffstats
path: root/src/shared/creds-util.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* tpm2-util: add generic wrapper tpm2_context_new_or_warn() that wrpas tpm2_con...Lennart Poettering2024-04-221-2/+2
* creds-util: move pick_up_credentials() from network-generatorYu Watanabe2024-04-161-1/+90
* creds-util: port make_credential_host_secret() over to link_tmpfile_at()Lennart Poettering2024-03-141-32/+13
* env-util: rename getenv_bool_secure() → secure_getenv_bool()Lennart Poettering2024-02-281-2/+2
* creds: go via IPC service when unprivileged and trying to access servicesLennart Poettering2024-01-301-9/+18
* creds-util: add IPC client wrapper for new varlink apisLennart Poettering2024-01-301-0/+128
* creds-util: add a concept of "user-scoped" credentialsLennart Poettering2024-01-301-22/+179
* creds-util: drop unnecessary includeLennart Poettering2024-01-161-1/+0
* creds-util: simplify offset calculation a bitLennart Poettering2024-01-161-3/+2
* creds-util: make read_credential_strings_many behave the same as commentMike Yuan2024-01-101-12/+13
* creds-util: optionally, allow NULL credentials even with TPMLennart Poettering2024-01-051-5/+8
* tpm2-util: more iovec'ificationLennart Poettering2024-01-051-159/+130
* creds-util: automatically append NUL byte to decrypted credsLennart Poettering2024-01-041-1/+1
* creds: rename "tpm2-absent" encryption to "null" encryptionLennart Poettering2024-01-041-8/+8
* creds-util: add helper for opening the credentials directoryLennart Poettering2023-12-181-0/+11
* pcrlock: add new pcrlock toolLennart Poettering2023-11-031-0/+2
* creds-utils: fix read_full_file_full call in read_credential_with_decryptionJulien Malka2023-10-231-1/+1
* cryptenroll: allow specifying handle index of key to use for sealingDan Streetman2023-10-101-0/+1
* tpm2: change tpm2_unseal() to accept Tpm2Context instead of device stringDan Streetman2023-10-031-1/+6
* tpm2: downgrade most log functions from error to debugDan Streetman2023-10-031-8/+7
* io-util: introduce loop_write_full that takes a timeoutMike Yuan2023-09-071-1/+1
* tpm2: move policy calculation out of tpm2_seal()Dan Streetman2023-08-041-7/+44
* creds-util: Add read_credential_bool()Daan De Meyer2023-08-011-0/+12
* tree-wide: a bunch of Coccinelle-suggested tweaksFrantisek Sumsal2023-07-141-1/+1
* tree-wide: fix typos reported by Fossies Codespell reportYu Watanabe2023-07-121-1/+1
* creds-util: add new helper read_credential_with_decryption()Lennart Poettering2023-07-041-0/+74
* core: restrict ImportCredential= globbingLennart Poettering2023-06-221-0/+38
* core,shared: add a couple of assertsFrantisek Sumsal2023-05-301-0/+3
* shared/creds-util: return 0 for missing creds in read_credential_strings_manyZbigniew Jędrzejewski-Szmek2023-04-251-7/+11
* tpm2: fix nits from PR #26185William Roberts2023-04-041-4/+2
* tpm2: add support for a trusted SRKWilliam Roberts2023-04-031-1/+9
* tpm2: rename tpm2 alg id<->string functionsDan Streetman2023-02-011-2/+2
* string-util: add common implementation of function that converts sized charac...Lennart Poettering2023-01-211-6/+3
* Merge pull request #26004 from poettering/cleanuo-erase-moarYu Watanabe2023-01-171-12/+12
|\
| * tree-wide: use CLEANUP_ERASE() at various placesLennart Poettering2023-01-161-12/+12
* | creds-util: merge the TPM2 detection for initrdAlberto Planas2023-01-161-9/+2
* | creds-util: do not try TPM2 if there is not supportAlberto Planas2023-01-161-9/+6
* | creds-util: check for CAP_DAC_READ_SEARCHAlberto Planas2023-01-161-3/+9
|/
* vconsole: permit configuration of vconsole settings via credentialsLennart Poettering2023-01-051-0/+50
* tree-wide: use -EBADF for fd initializationZbigniew Jędrzejewski-Szmek2022-12-191-3/+3
* Rename def.h to constants.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+1
* creds-util: fix NULL pointer dereferenceYu Watanabe2022-09-131-2/+3
* creds-util: hook up new signed PCR policiesLennart Poettering2022-09-081-24/+107
* tpm2-util: extend TPM2 policies to optionally check PCR values against signed...Lennart Poettering2022-09-081-5/+10
* tpm2-util: add TPM2_PCR_MASK_VALID() helperLennart Poettering2022-08-191-1/+1
* creds: refactor reading user passwordLudwig Nussel2022-08-111-0/+32
* Simplify random number selectionJason A. Donenfeld2022-05-311-2/+2
* pid1: import creds from sd-stub + qemu + kernel cmdlineLennart Poettering2022-04-281-2/+10
* creds-util: upgrade message about TPM2 not workingLennart Poettering2022-04-211-1/+1
* creds-util: also warn about unencrypted creds host key if we are creating itLennart Poettering2022-04-211-11/+25