summaryrefslogtreecommitdiffstats
path: root/src/ukify (follow)
Commit message (Expand)AuthorAgeFilesLines
* ukify: fix return value type of resolve_at_path()Yu Watanabe2024-10-101-1/+1
* ukify: Read .profile from path starting with @Daan De Meyer2024-10-091-0/+2
* ukify: Introduce resolve_at_path()Daan De Meyer2024-10-091-6/+13
* ukify: Fix off by one errorDaan De Meyer2024-10-091-1/+1
* ukify: Factor out sbat into constantsJörg Behrmann2024-10-091-10/+13
* ukify: Ensure that find_tool always returns a tool or throws an errorJörg Behrmann2024-10-091-19/+5
* ukify: Move summary option handling out of finalize_optionsJörg Behrmann2024-10-091-6/+4
* ukify: Type-annotate ukifyJörg Behrmann2024-10-092-79/+138
* ukify: Make it lint cleanJörg Behrmann2024-10-092-11/+21
* ukify: Use OSError insteead of IOErrorJörg Behrmann2024-10-091-1/+1
* ukify: Use non-deprecated import for SequenceJörg Behrmann2024-10-091-1/+1
* ukify: Sort importsJörg Behrmann2024-10-091-4/+4
* ukify: Import Path directlyJörg Behrmann2024-10-091-41/+41
* ukify: Format with ruffJörg Behrmann2024-10-092-330/+393
* ukify: Rework multi-profile UKIsDaan De Meyer2024-10-041-19/+103
* ukify: Fix Profile config settingDaan De Meyer2024-10-031-3/+3
* ukify: Introduce pe_strip_section_name()Daan De Meyer2024-10-031-3/+7
* Revert "ukify: add new --extend= switch for importing an existing UKI's secti...Daan De Meyer2024-10-031-65/+17
* Revert "ukify: introduce new --measure-base= switch"Daan De Meyer2024-10-031-65/+6
* ukify: Remove special casing for .linux sectionDaan De Meyer2024-09-301-21/+11
* ukify: Use SizeOfImage from linux image as virtual size of .linux sectionDaan De Meyer2024-09-301-2/+12
* ukify: Drop unused size() methodDaan De Meyer2024-09-301-3/+0
* ukify: Remove debug logDaan De Meyer2024-09-171-3/+0
* ukify: introduce new --measure-base= switchLennart Poettering2024-09-061-8/+72
* ukify: add new --extend= switch for importing an existing UKI's sections to l...Lennart Poettering2024-09-061-17/+65
* ukify: add basic .profile supportLennart Poettering2024-09-061-0/+9
* ukify: Skip test on architectures without UEFIDaan De Meyer2024-08-291-0/+7
* test: remove temporary directory for test-ukify on successYu Watanabe2024-08-151-0/+2
* ukify: fix typoYu Watanabe2024-08-021-1/+1
* test_ukify: add instructionsZbigniew Jędrzejewski-Szmek2024-07-181-0/+9
* test_ukify: use sha384 in the signing testsZbigniew Jędrzejewski-Szmek2024-07-181-6/+6
* test_ukify: do not use files from /bootZbigniew Jędrzejewski-Szmek2024-07-181-19/+9
* meson: Fix various versionsDaan De Meyer2024-07-041-1/+1
* ukify: bring order of EFI sections in man + --help into same order as specLennart Poettering2024-07-031-44/+47
* ukify: suffix switches that take parameters with = in log outputLennart Poettering2024-07-031-1/+1
* treewide: fix a few typos in NEWS, docs, comments, and log messagesDmitry V. Levin2024-04-271-1/+1
* ukify: swap the ordering of config search pathsYu Watanabe2024-04-221-1/+1
* ukify: Add support for .ucode UKI sectionTobias Fleig2024-04-191-0/+10
* ukify: really add default .sbat for UKIsLuca Boccassi2024-03-121-3/+8
* ukify: convert certificate to public key before embedding in .pcrpkeyLuca Boccassi2024-03-061-0/+14
* ukify: add support for engine signing of PCR signaturesLuca Boccassi2024-03-012-16/+19
* uki: Support zboot efistub kernelXiaotian Wu2024-03-011-2/+48
* ukify: Use VERSION_TAG instead of GIT_VERSIONDaan De Meyer2024-02-261-1/+1
* test-ukify: skip signing in tests when slow tests are disabledZbigniew Jędrzejewski-Szmek2024-02-221-4/+19
* meson: Start adding devel and rc suffixes to the project versionDaan De Meyer2024-02-141-1/+1
* test_ukify: use raw string for the regexFrantisek Sumsal2024-02-031-1/+1
* tree-wide: link to docs.kernel.org for kernel documentationnl67202024-01-221-1/+1
* ukify: use datetime.timezone.utc instead of datetime.UTCFrantisek Sumsal2024-01-161-1/+1
* ukify: make the test happy with the latest OpenSSLFrantisek Sumsal2023-12-231-1/+1
* Merge pull request #30232 from keszybz/ukify-importsZbigniew Jędrzejewski-Szmek2023-12-131-1/+1
|\