summaryrefslogtreecommitdiff
path: root/src/shared
Commit message (Expand)AuthorAgeFilesLines
* dissect-image: Explicitly remove partitions when done with imageDaan De Meyer2022-05-232-5/+69
* Merge pull request #23414 from keszybz/analyze-vercmpZbigniew Jędrzejewski-Szmek2022-05-231-15/+10
|\
| * analyze: allow verbs to return positive failureZbigniew Jędrzejewski-Szmek2022-05-191-15/+10
* | Do not require a valid version when parsing sd-boot loader entriesVictor Westerhuis2022-05-221-3/+5
* | Merge pull request #23339 from poettering/sockaddr-size-limitLuca Boccassi2022-05-212-20/+24
|\ \
| * | tree-wide: port various users over to connect_unix_path()Lennart Poettering2022-05-142-20/+24
| |/
* | shared/extension-release: drop unnecessary strna() wrapperYu Watanabe2022-05-201-3/+3
* | dissect: ID from os-release should be non-empty, not just non-NULLLuca Boccassi2022-05-201-1/+1
* | Add sys/stat.h for S_IFDIRKhem Raj2022-05-201-0/+2
|/
* Merge pull request #23335 from keszybz/fuzz-json-more-coverageYu Watanabe2022-05-112-137/+102
|\
| * shared/json: fix memleak in sortZbigniew Jędrzejewski-Szmek2022-05-101-2/+2
| * shared/json: fix another memleak in normalizationZbigniew Jędrzejewski-Szmek2022-05-101-2/+2
| * shared/json: add helper to ref first, unref secondZbigniew Jędrzejewski-Szmek2022-05-102-26/+18
| * shared/json: fix memory leak on failed normalizationZbigniew Jędrzejewski-Szmek2022-05-101-2/+3
| * shared/json: wrap long commentsZbigniew Jędrzejewski-Szmek2022-05-101-18/+17
| * shared/json: reduce scope of variablesZbigniew Jędrzejewski-Szmek2022-05-101-79/+54
| * json: align tableZbigniew Jędrzejewski-Szmek2022-05-101-10/+8
* | shared/calendarspec: fix formatting of entries which collapse to a starZbigniew Jędrzejewski-Szmek2022-05-101-8/+19
* | shared/calendarspec: fix printing of second ranges which start with 0Zbigniew Jędrzejewski-Szmek2022-05-101-1/+1
* | shared/calendarspec: wrap long comments and reduce scope of one varZbigniew Jędrzejewski-Szmek2022-05-101-3/+1
* | shared/calendarspec: make function static voidZbigniew Jędrzejewski-Szmek2022-05-102-7/+2
|/
* shared: Fix memory leak in bus_append_execute_property()Daan De Meyer2022-05-091-1/+1
* Merge pull request #23310 from keszybz/suppress-fuzzer-timeouts-and-errorsYu Watanabe2022-05-094-45/+43
|\
| * shared/calendarspec: reduce scope of variablesZbigniew Jędrzejewski-Szmek2022-05-081-18/+14
| * shared/dissect-image: apply standard indentationZbigniew Jędrzejewski-Szmek2022-05-081-25/+27
| * tree-wide: drop de-constifying casts for strv iterationZbigniew Jędrzejewski-Szmek2022-05-082-2/+2
* | shared/bootspec: add missing terminator to tableZbigniew Jędrzejewski-Szmek2022-05-081-0/+1
* | shared/bootspec: avoid crashing on config without a valueZbigniew Jędrzejewski-Szmek2022-05-081-0/+7
* | shared/bootspec: also export boot_config_load_type1()Zbigniew Jędrzejewski-Szmek2022-05-082-8/+35
* | shared/bootspec: expose more parts of the config parsingZbigniew Jędrzejewski-Szmek2022-05-082-20/+38
* | Move printing of boot entries from bootctl.c to shared/Zbigniew Jędrzejewski-Szmek2022-05-082-1/+205
* | shared/bootspec: add one more assertZbigniew Jędrzejewski-Szmek2022-05-081-1/+1
|/
* shared/json: disentangle flag mixupZbigniew Jędrzejewski-Szmek2022-05-071-3/+3
* Revert "shared/install: create relative symlinks for enablement and aliasing"Zbigniew Jędrzejewski-Szmek2022-05-051-9/+5
* stat-util: fix dir_is_empty() with hidden/backup filesLennart Poettering2022-05-044-4/+4
* udev: check stats of .link files and their drop-in filesYu Watanabe2022-05-032-6/+142
* shared/install: use correct cleanup functionYu Watanabe2022-05-021-1/+1
* pid1: import creds from sd-stub + qemu + kernel cmdlineLennart Poettering2022-04-282-2/+16
* tree-wide: Simplify variable declarations behind #ifdefJan Janssen2022-04-242-11/+7
* loopback-setup: tweak message if loopback device is already set upLennart Poettering2022-04-231-1/+6
* cryptenroll,homectl: Introduce --fido2-credential-algorithm optionMkfsSion2022-04-222-2/+47
* tpm2-util: if we run in a container, ignore /sys/class/tpmrm/* contentsLennart Poettering2022-04-221-6/+13
* bus-unit-util: make sure we can set LoadCredentials= property with a single s...Lennart Poettering2022-04-211-1/+4
* 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
* Merge pull request #23122 from poettering/creds-has-tpm2Lennart Poettering2022-04-203-21/+42
|\
| * creds-tool: add new "has-tpm2" verbLennart Poettering2022-04-201-0/+2
| * condition: rework ConditionSecurity=tpm2 check on top of tpm2_support()Lennart Poettering2022-04-201-21/+7
| * tpm2-util: add helper that checks for the various facets of TPM2 supportLennart Poettering2022-04-202-0/+33
* | Merge pull request #23084 from poettering/creds-no-tpm2-fallbackYu Watanabe2022-04-212-16/+80
|\ \