summaryrefslogtreecommitdiffstats
path: root/src/boot/efi/secure-boot.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename src/boot/efi to just src/bootZbigniew Jędrzejewski-Szmek2024-11-071-289/+0
* tree-wide: replace for loop with FOREACH_ELEMENT or FOREACH_ARRAY macros (#34...Integral2024-10-261-13/+13
* efi: split out efivars.[ch] from util.[ch]Lennart Poettering2024-07-021-0/+1
* tree-wide: 'allows to' -> 'allows one to'Luca Boccassi2024-05-141-1/+1
* secure-boot: tighten enrollment logic a bit regarding file sizesLennart Poettering2024-04-101-1/+2
* boot: re-align tableLennart Poettering2024-04-101-4/+4
* sd-boot: add support for support enrolling dbxGerd Hoffmann2024-03-221-4/+8
* sd-boot: add support for custom mode.Gerd Hoffmann2024-03-201-0/+60
* boot: suffix SecureBoot message with newlineLennart Poettering2023-11-281-4/+3
* secure-boot: print just before cold-resetting to help diagnose hangsRaito Bezarius2023-10-301-0/+4
* boot: use separate SBAT project names for stub and bootLuca Boccassi2023-09-191-5/+0
* boot: Provide our own EFI API headersJan Janssen2023-02-211-2/+3
* boot: Add if-safe mode for secure boot enrollmentJan Janssen2023-02-011-4/+9
* boot: Stop linking against libefi.aJan Janssen2023-01-201-1/+1
* boot: Rework GUID handlingJan Janssen2023-01-201-7/+7
* boot: Drop use of PrintJan Janssen2023-01-181-3/+3
* boot: Use printf for error loggingJan Janssen2023-01-181-6/+5
* boot: Fix missed argument to Print()Jan Janssen2023-01-171-2/+2
* boot: Skip soft-brick warning when in a VMJan Janssen2023-01-161-27/+29
* boot: Detect hypervisors using SMBIOS infoJan Janssen2023-01-161-1/+2
* boot: fix false maybe-uninitialized warningYu Watanabe2022-12-061-1/+1
* boot: Replace firmware security hooks directlyJan Janssen2022-11-191-79/+40
* boot: Rework security arch overrideJan Janssen2022-11-191-22/+83
* tree-wide: fix typoYu Watanabe2022-10-251-1/+1
* stub: Allow loading unsigned kernel imagesJan Janssen2022-10-171-0/+67
* boot: Skip safety countdown when running in a VMJan Janssen2022-08-041-0/+5
* man: Add instructions for Microsoft secure boot keysJan Janssen2022-08-041-3/+3
* boot: Follow-up fixes for #20255Jan Janssen2022-08-031-1/+1
* This patch adds support for enrolling secure boot boot keys from sd-boot.Vincent Dagonneau2022-08-031-0/+88
* boot: Use stdboolJan Janssen2022-06-271-4/+4
* boot: Remove use of EFI_ERRORJan Janssen2022-06-271-2/+2
* Add a "test" that prints the SBAT tableZbigniew Jędrzejewski-Szmek2022-05-171-4/+2
* boot: Use objcopy to align sectionsJan Janssen2022-01-021-1/+1
* sd-boot: Be more precise about secure boot modesJan Janssen2021-10-221-0/+17
* boot: add optional EFI SBAT supportDimitri John Ledkov2021-05-071-0/+7
* boot: Add efivar_get_boolean_u8()Daan De Meyer2021-02-021-5/+4
* boot: Turn all guid constants into C99 compound initializersDaan De Meyer2021-01-311-3/+1
* boot: Move Secure Boot logic to new fileDaan De Meyer2021-01-311-0/+16