summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: use path_join() instead of prefix_roota() in various casesLennart Poettering2022-08-228-44/+92
* Merge pull request #24392 from poettering/chase-symlinks-more-stuffLennart Poettering2022-08-224-44/+81
|\
| * conf-files: port conf_files_list() over to chase_symlinks() from prefix_roota()Lennart Poettering2022-08-221-10/+7
| * bootctl: port some more code over to chase_symlinks() from prefix_roota()Lennart Poettering2022-08-221-30/+26
| * chase-symlinks: add chase_symlinks_and_access() helperLennart Poettering2022-08-222-1/+44
| * chase-symlinks: fix shortcut conditionLennart Poettering2022-08-221-1/+1
| * chase-symlinks: honour CHASE_NOFOLLOW flag properly in some casesLennart Poettering2022-08-221-2/+3
* | test: merge test-repart.sh and TEST-58-REPARTYu Watanabe2022-08-222-333/+0
* | gpt: fix alignmentYu Watanabe2022-08-221-1/+1
* | gpt: fix native uuids for s390xYu Watanabe2022-08-221-10/+10
* | udev: fix inversed inequality for timeout of retrying eventYu Watanabe2022-08-221-1/+1
* | repart: drop doubled spaceYu Watanabe2022-08-221-4/+4
* | sysext: add missing COMMAND to the help output and man synopsisAntonio Alvarez Feijoo2022-08-221-1/+1
* | Merge pull request #24385 from yuwata/hostname-chassisLuca Boccassi2022-08-221-1/+1
|\ \ | |/ |/|
| * hostname: make chassis type actually obtained from ACPI when nothing from DMIYu Watanabe2022-08-221-1/+1
* | take jointly mounted controllers into account when migrate cgroups, otherwise...jiangchuangang2022-08-221-0/+2
|/
* hashmap: use assert_se() to make clang happyFrantisek Sumsal2022-08-201-1/+1
* coredump: drop an unused variableFrantisek Sumsal2022-08-201-2/+0
* network: drop an unused variableFrantisek Sumsal2022-08-201-3/+1
* machine: drop an unused variableFrantisek Sumsal2022-08-201-4/+2
* sd-journal: drop an unused variableFrantisek Sumsal2022-08-201-4/+1
* Merge pull request #24356 from keszybz/sd-netlink-apiYu Watanabe2022-08-2017-99/+81
|\
| * sd-netlink: use SD_EVENT_ONESHOT for a time-based callbackZbigniew Jędrzejewski-Szmek2022-08-191-1/+2
| * sd-netlink: group message cons methods togetherZbigniew Jędrzejewski-Szmek2022-08-191-4/+5
| * sd-netlink: simplify error code retentionZbigniew Jędrzejewski-Szmek2022-08-191-14/+12
| * sd-netlink: delete sd_netlink_new_from_fd()Zbigniew Jędrzejewski-Szmek2022-08-193-27/+0
| * sd-netlink: rename sd_netlink_message_request_dump to sd_netlink_message_set_...Zbigniew Jędrzejewski-Szmek2022-08-1913-18/+18
| * sd-netlink: constify parameters in public api and adjust pointer formattingZbigniew Jędrzejewski-Szmek2022-08-196-15/+24
| * sd-netlink: prefix output param names with 'ret'Zbigniew Jędrzejewski-Szmek2022-08-192-22/+22
* | measure: store bank name in PcrState structureLennart Poettering2022-08-201-14/+15
* | measure: add json outputLennart Poettering2022-08-191-43/+135
* | Merge pull request #24368 from poettering/tpm2-json-pcr-array-reworkLennart Poettering2022-08-194-50/+72
|\ \
| * | tpm2-util: also add helper for parsing PCR arraysLennart Poettering2022-08-194-32/+39
| * | tpm2-util: split out helpers which format a PCR mask as a JSON arrayLennart Poettering2022-08-192-18/+33
* | | tpm2-util: introduce tpm2_parse_pcr_argument() helperLennart Poettering2022-08-196-59/+36
* | | tpm2-util: expose more hash algorithmsLennart Poettering2022-08-192-8/+22
* | | tpm2-util: add TPM2_PCR_MASK_VALID() helperLennart Poettering2022-08-194-5/+9
* | | Merge pull request #24362 from poettering/sha256-tweaksLennart Poettering2022-08-195-18/+18
|\ \ \ | |/ / |/| |
| * | sha256: add sha256_direct()/SHA256_DIRECT() helpersLennart Poettering2022-08-194-14/+14
| * | random-seed: use SHA256_DIGEST_SIZELennart Poettering2022-08-191-1/+1
| * | sha256: change digest buffer type to uint8_t[]Lennart Poettering2022-08-192-3/+3
* | | tree-wide: pass proper values (not bools) to sd_event_source_set_enabled()Lennart Poettering2022-08-192-2/+2
* | | Merge pull request #23653 from aafeijoo-suse/ask-for-recovery-keyLennart Poettering2022-08-191-5/+124
|\ \ \
| * | | cryptsetup: improve password prompt textAntonio Alvarez Feijoo2022-08-191-5/+124
* | | | Add --efi-boot-option-description argument to bootctl to control the name of ...Rene Hollander2022-08-191-23/+55
* | | | cryptsetup: make sure all token-based codepaths are effected by SYSTEMD_CRYPT...Lennart Poettering2022-08-191-1/+1
* | | | cryptsetup: use right internal helper when checking whether to use tokensLennart Poettering2022-08-191-1/+1
| |/ / |/| |
* | | Drop the limit on number of inodes for /devFranck Bui2022-08-193-5/+11
* | | Merge pull request #24348 from yuwata/network-ipv4acd-renewYu Watanabe2022-08-196-53/+70
|\ \ \
| * | | network: unref existing sd_ipv4acd object when not necessaryYu Watanabe2022-08-181-10/+24