summaryrefslogtreecommitdiffstats
path: root/src/ukify/ukify.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* ukify: Format with ruffJörg Behrmann2024-10-091-330/+388
* 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
* 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-011-10/+14
* uki: Support zboot efistub kernelXiaotian Wu2024-03-011-2/+48
* ukify: Use VERSION_TAG instead of GIT_VERSIONDaan De Meyer2024-02-261-1/+1
* meson: Start adding devel and rc suffixes to the project versionDaan De Meyer2024-02-141-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
* Merge pull request #30232 from keszybz/ukify-importsZbigniew Jędrzejewski-Szmek2023-12-131-1/+1
|\
| * ukify: simplify importZbigniew Jędrzejewski-Szmek2023-12-011-1/+1
* | ukify: raise error if genkey is called with no output argumentsZbigniew Jędrzejewski-Szmek2023-12-061-0/+9
* | ukify: remove stray lineZbigniew Jędrzejewski-Szmek2023-12-061-1/+0
* | ukify: fix handling of --secureboot-certificate-validity= (#30315)Roland Singer2023-12-061-3/+2
* | ukify: avoid deprecated datetime callZbigniew Jędrzejewski-Szmek2023-12-011-1/+1
|/
* ukify: show .sbom sections as binaryZbigniew Jędrzejewski-Szmek2023-11-131-1/+1
* ukify: show .sbom sections as textZbigniew Jędrzejewski-Szmek2023-11-131-0/+1
* ukify: print a more readable synopsis in --helpZbigniew Jędrzejewski-Szmek2023-11-131-4/+14
* tree-wide: fix typoYu Watanabe2023-10-311-1/+1
* Merge pull request #29332 from esposem/ukify_simplifyLuca Boccassi2023-10-271-8/+31
|\
| * ukify: override default option value with config fileEmanuele Giuseppe Esposito2023-10-101-0/+15
| * ukify: automatically infer --signtool from the parameters givenEmanuele Giuseppe Esposito2023-10-101-8/+16
* | ukify: fix .dtb section name in 'inspect'Zbigniew Jędrzejewski-Szmek2023-10-111-1/+1
* | ukify: explicitly import attributeValentin Lefebvre2023-09-291-14/+16
|/
* treewide: split commandline into command lineJoerg Behrmann2023-09-201-3/+3
* ukify/man: Look for a config file in systemd folders if not specifiedAlvin Alvarado2023-09-081-3/+21
* ukify: fail if the config file was not readZbigniew Jędrzejewski-Szmek2023-08-291-1/+4
* ukify: Use length= instead of ignore_padding= in inspectDaan De Meyer2023-08-101-1/+2
* Add .pylintrc to globally suppress warnings we don't really care aboutFrantisek Sumsal2023-08-101-6/+2
* ukify: don't panic when prepending to an undefined listFrantisek Sumsal2023-08-051-0/+2
* ukify: Only run systemd-measure after adding all sectionsDaan De Meyer2023-08-011-7/+13
* ukify: check option lengthYu Watanabe2023-07-291-1/+1