summaryrefslogtreecommitdiffstats
path: root/src/shared (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: fix "an" before consonant U soundsJoerg Behrmann2023-07-064-5/+5
* tpm2-util: remove unnecessary semicolonAntonio Alvarez Feijoo2023-07-061-1/+1
* tpm2: remove tpm2_make_primary()Dan Streetman2023-07-051-163/+25
* tpm2: move local vars in tpm2_unseal() to point of useDan Streetman2023-07-051-7/+6
* tpm2: add tpm2_get_or_create_srk()Dan Streetman2023-07-051-10/+231
* tpm2: add tpm2_persist_handle()Dan Streetman2023-07-051-9/+74
* tpm2: cache TPM algorithmsDan Streetman2023-07-052-31/+57
* tpm2: cache the TPM supported commands, add tpm2_supports_command()Dan Streetman2023-07-052-0/+63
* tpm2: replace tpm2_capability_pcrs() macro with direct c->capaiblity_pcrs useDan Streetman2023-07-051-8/+2
* tpm2: add tpm2_create()Dan Streetman2023-07-051-39/+86
* tpm2: replace magic number in hmac_sensitive initializationDan Streetman2023-07-051-1/+1
* tpm2: move local vars in tpm2_seal() to point of useDan Streetman2023-07-051-15/+13
* tpm2: add tpm2_load_external()Dan Streetman2023-07-051-21/+45
* tpm2: add tpm2_load()Dan Streetman2023-07-051-24/+45
* hostname-setup: don't pass "true" to a flags parameterLennart Poettering2023-07-051-1/+1
* Merge pull request #28252 from yuwata/journal-open-machineMike Yuan2023-07-052-0/+47
|\
| * journal-util: extract journal_open_machine() from journalctlYu Watanabe2023-07-052-0/+47
* | execute: split out mounting of credentials fsLennart Poettering2023-07-042-0/+62
* | core: consult credentials for machine ID to use for hostLennart Poettering2023-07-041-0/+24
* | creds-util: add new helper read_credential_with_decryption()Lennart Poettering2023-07-042-1/+76
* | execute: fix credential dir handling for fs which support ACLsLennart Poettering2023-07-043-1/+177
|/
* tree-wide: "<n>bit" → "<n>-bit"Zbigniew Jędrzejewski-Szmek2023-07-0210-22/+19
* stat-util: Make sure we trigger automounts when looking for ESP/XBOOTLDRDaan De Meyer2023-06-303-0/+23
* udev-builtin-net_id: align VF representor names with VF namesIvan Vecera2023-06-291-0/+2
* mount-util: tweak flags decoding in mount_verbose_full()Lennart Poettering2023-06-291-5/+8
* execute: when recursively chowning StateDirectory= when spawning services, fo...Lennart Poettering2023-06-282-3/+6
* analyze: add new "pcrs" verbLennart Poettering2023-06-282-1/+3
* pwquality: remove old built-in cracklib dictionary workaroundDmitry V. Levin2023-06-281-4/+0
* mute the memory recursiveprot log if version of kernel is low.cunshunxia2023-06-281-1/+16
* tpm2: make PcrIndex an anonymous enumLennart Poettering2023-06-271-7/+9
* mount-util: use inode_type_to_string() in mode_to_inaccessible_inode()Lennart Poettering2023-06-261-26/+5
* Merge pull request #28117 from yuwata/copy-follow-upsDaan De Meyer2023-06-251-1/+11
|\
| * copy: propagate error in fd_copy_directory()Yu Watanabe2023-06-231-0/+3
| * copy: fix fd leakYu Watanabe2023-06-231-1/+5
| * copy: add one more assertions about copy_flagsYu Watanabe2023-06-231-0/+3
* | Merge pull request #27330 from YHNdnzj/hibernate-resume-autoLennart Poettering2023-06-232-0/+48
|\ \
| * | sleep: always write resume_offset if possibleMike Yuan2023-06-232-0/+48
* | | Merge pull request #27843 from yuwata/usleep_safeLennart Poettering2023-06-232-4/+4
|\ \ \
| * | | time-util: introduce usleep_safe()Yu Watanabe2023-06-222-4/+4
* | | | mount-util: add helper that can bind mount submounts of one dir to anotherLennart Poettering2023-06-232-4/+66
* | | | mount-util: don't claim maybe-uninitialized was false that is validLennart Poettering2023-06-231-2/+2
| |/ / |/| |
* | | Merge pull request #28123 from poettering/threads-no-moreLuca Boccassi2023-06-233-0/+165
|\ \ \
| * | | async: use FORK_DETACH for asynchronous syncsLennart Poettering2023-06-231-1/+1
| * | | async: add explanatory commentLennart Poettering2023-06-231-0/+13
| * | | async: drop the now unused asynchronous_job()Lennart Poettering2023-06-232-49/+0
| * | | async: add generic implementation of asynchronous_rm_rf()Lennart Poettering2023-06-232-0/+27
| * | | shared: move async.[ch] from src/basic/ → src/shared/Lennart Poettering2023-06-233-0/+174
* | | | elf-util: check for overflow when computing end of core's PT_LOAD segmentsRomain Geissler2023-06-231-1/+8
|/ / /
* | / tpm2-util: look for tpm2-pcr-signature.json directly in /.extra/Lennart Poettering2023-06-231-2/+18
| |/ |/|
* | tests: teach tests boilerplate to run selected tests onlyLennart Poettering2023-06-221-3/+21