summaryrefslogtreecommitdiffstats
path: root/src/shared/creds-util.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: drop doubled empty linesYu Watanabe2024-10-071-1/+0
* tpm2-util: introduce tpm2_is_fully_supported()Yu Watanabe2024-09-191-1/+1
* creds-util: make sd_json_dispatch_field table staticYu Watanabe2024-09-181-16/+12
* cryptenroll/cryptsetup: allow combined signed TPM2 PCR policy + pcrlock policyLennart Poettering2024-09-061-1/+12
* creds-util: fix typoYu Watanabe2024-08-031-1/+1
* sd-varlink: make our internal Varlink API public as sd-varlink.[ch]Lennart Poettering2024-07-161-11/+11
* tree-wide: port over to new builder apisLennart Poettering2024-06-191-21/+21
* random-util: add crypto_random_bytes_allocate_iovec()Lennart Poettering2024-06-151-7/+1
* creds-util: add common helper for determinign global boot credentials pathLennart Poettering2024-06-151-0/+51
* fs-util: add simple open_mkdir() wrapperLennart Poettering2024-06-151-1/+1
* libsystemd: turn json.[ch] into a public APILennart Poettering2024-06-121-30/+32
* tree-wise: several cleanups for loggingYu Watanabe2024-04-301-2/+2
* 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
|/