summaryrefslogtreecommitdiffstats
path: root/src/shared (follow)
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: use strv_extend_strv_consume() where appropriateMike Yuan2024-09-214-25/+7
* shared/bus-map-properties: modernize map_basic() and bus_map_strv_sort()Mike Yuan2024-09-201-29/+23
* basic/macro: move DECIMAL_STR_FMT to shared/testsMike Yuan2024-09-201-0/+13
* Add an extra debug log to dissect_image()Daan De Meyer2024-09-201-0/+3
* seccomp-util: pass negative fds as is to fsync() and friendsYu Watanabe2024-09-191-7/+20
* Merge pull request #34486 from DaanDeMeyer/test-process-utilYu Watanabe2024-09-191-0/+38
|\
| * Add ASSERT_OK_ZERO_ERRNO() and ASSERT_OK_EQ_ERRNO()Daan De Meyer2024-09-191-0/+38
* | Merge pull request #34481 from yuwata/has-tpm2Daan De Meyer2024-09-194-26/+34
|\ \
| * | tpm2-util: colorize output of 'systemd-analyze has-tpm2'Yu Watanabe2024-09-191-14/+14
| * | tpm2-util: update commentYu Watanabe2024-09-191-2/+2
| * | tpm2-util: do not load tpm2 libraries when not interested in the existence of...Yu Watanabe2024-09-193-9/+14
| * | tpm2-util: introduce tpm2_is_fully_supported()Yu Watanabe2024-09-192-1/+4
* | | Merge pull request #34483 from yuwata/network-conf-parser-neighbor-nexthopDaan De Meyer2024-09-192-3/+33
|\ \ \ | |/ / |/| |
| * | conf-parser: drop unnecessary temporary variableYu Watanabe2024-09-181-3/+2
| * | conf-parser: introduce config_parse_in_addr_data()Yu Watanabe2024-09-182-0/+31
| |/
* | nsresource: make sd_json_dispatch_field table staticYu Watanabe2024-09-181-11/+23
* | creds-util: make sd_json_dispatch_field table staticYu Watanabe2024-09-181-16/+12
|/
* conf-parser: use hashmap_ensure_put() at one more placeYu Watanabe2024-09-171-5/+1
* conf-parser: log errors in config_parse_many_files() and friendsYu Watanabe2024-09-171-27/+22
* Merge pull request #34443 from yuwata/network-sysctl-monitor-follow-upsYu Watanabe2024-09-172-2/+12
|\
| * bpf-link: introduce bpf_ring_buffer_free() and friendsYu Watanabe2024-09-162-2/+12
* | Fix generator loggingDaan De Meyer2024-09-171-2/+4
|/
* Merge pull request #34434 from poettering/bootctl-stub-pathsYu Watanabe2024-09-163-23/+31
|\
| * efivars: add helper that reads an fs path from an efi varLennart Poettering2024-09-151-4/+0
| * bootctl: show stub partition data too in "status" tooLennart Poettering2024-09-152-19/+31
* | bootctl: show whether a PE file is an addon in 'booctl kernel-identify'Lennart Poettering2024-09-162-0/+12
|/
* Merge pull request #34347 from poettering/uki-with-many-bootctlLennart Poettering2024-09-155-126/+333
|\
| * bootspec: automatically filter non-native UKIs and add-ons when enumeratingLennart Poettering2024-09-121-1/+7
| * bootspec: process multi-profile UKIsLennart Poettering2024-09-122-96/+248
| * pe-binary: add pe_is_native() for checking if PE is nativeLennart Poettering2024-09-122-0/+13
| * pe-binary: split pe_header_find_section() in twoLennart Poettering2024-09-122-5/+15
| * pe-binary: split pe_read_section_data() into twoLennart Poettering2024-09-124-27/+38
| * pe-binary: add helper pe_is_addon() for detecting whether we are looking at P...Lennart Poettering2024-09-122-0/+15
* | Merge pull request #34405 from poettering/dns-domain-validate-fixYu Watanabe2024-09-141-20/+27
|\ \
| * | dns-domain: validate dns domain name max size based on unescaped, not escaped...Lennart Poettering2024-09-131-10/+17
| * | dns-domain: follow our current variable naming styleLennart Poettering2024-09-131-16/+16
* | | tree-wide: make sigprocmask() changes more automaticLennart Poettering2024-09-131-1/+1
|/ /
* | basic: split ifname related calls from format-util.h into format-ifname.hLennart Poettering2024-09-131-0/+1
* | seccomp-util: add recently added new syscalls to various seccomp groups, as a...Lennart Poettering2024-09-121-0/+3
* | analyze: move "has-tpm2" from systemd-creds to systemd-analyzeLennart Poettering2024-09-122-0/+34
|/
* tpm2-util: fix whitespaceLennart Poettering2024-09-111-4/+4
* cryptsetup: use the new crypt_token_set_external_path() API if availableLennart Poettering2024-09-102-35/+21
* shutdown: teach sync_with_progress() to optionally sync a specific fd onlyLennart Poettering2024-09-092-0/+23
* core: Add support for PrivateUsers=identityDaan De Meyer2024-09-091-0/+1
* missing_network: drop unnecessary definitionYu Watanabe2024-09-091-0/+1
* dm-util: get rid of flex array in middle of structureLennart Poettering2024-09-071-9/+17
* tpm2-util: introduce tpm2b_sensitive_data_erase_and_esys_freep() destructorLennart Poettering2024-09-061-9/+18
* cryptenroll/cryptsetup: allow combined signed TPM2 PCR policy + pcrlock policyLennart Poettering2024-09-065-188/+401
* tree-wide: use UTMPX_FILE rather than _PATH_UTMPXLennart Poettering2024-09-062-3/+3
* Merge pull request #34279 from yuwata/ask-passwordLennart Poettering2024-09-062-8/+22
|\