summaryrefslogtreecommitdiff
path: root/include/sbat.h
AgeCommit message (Expand)Author
2025-02-18Allow indepdent SkuSi and SBAT revocation updatesJan Setje-Eilers
2024-01-22Try to load revocations.efi even if directory read failsJan Setje-Eilers
2024-01-22Rename "previous" revocations to "automatic"Jan Setje-Eilers
2023-12-05shim should not self revokeJan Setje-Eilers
2023-12-05BS Variables for bootmgr revocationsJan Setje-Eilers
2023-12-05Allow SbatLevel data from external binaryJan Setje-Eilers
2022-08-03Make SBAT variable payload introspectableChris Coulson
2022-05-24Update SBAT generation requirements for 05/24/22Jan Setje-Eilers
2022-05-18sbat policy: make our policy change actions symbolicPeter Jones
2022-05-18sbat.h: minor reformatting for legibilityPeter Jones
2022-05-17SBAT revocation managementJan Setje-Eilers
2021-03-27Change SBAT variable name to SbatLevelJan Setje-Eilers
2021-03-27Move the check for the SBAT variable properties to its own function.Jan Setje-Eilers
2021-03-12sbat variable: use UEFI_VAR_NV_BS_RT when we've got ENABLE_SHIM_DEVELPeter Jones
2021-03-11If the SBAT UEFI variable is not set, initialize it as a bootservices variable.Jan Setje-Eilers
2021-02-25sbat: fix the residual "resource section" for SBATGary Lin
2021-02-25Make verify_sbat() more testablePeter Jones
2021-02-25SBAT: make our SBAT variable parser use the CSV parserPeter Jones
2021-02-25SBAT: make our sbat section parser use the csv parserPeter Jones
2021-02-19sbat: make shim to parse it's own .sbat section on initJavier Martinez Canillas
2021-02-19Don't re-parse the SBAT EFI variable for each binary we load.Javier Martinez Canillas
2021-02-19parse_sbat: handle the realloc failure leak and batch allocations.Peter Jones
2021-02-19pe.c: parse SBAT variable and perform basic verificationAlex Burmashev
2021-02-19sbat: drop the struct sbat and just use two variables insteadPeter Jones
2021-02-16sbat: remove unused buffer parameter in parse_sbat() functionJavier Martinez Canillas
2021-02-16sbat: clang-format the whole thing.Peter Jones
2021-02-15sbat: make the includes work like everything else.Peter Jones
2021-02-13Add a function to parse the SBAT metadata from the .sbat sectionJavier Martinez Canillas
2021-02-13Add the beginning of .sbat parsing stuffPeter Jones