index
:
efi-boot-shim.git
bookworm/updates
bullseye/updates
buster/updates
master
upstream
vyos/current
(mirror of https://github.com/vyos/efi-boot-shim.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
sbat.h
Age
Commit message (
Expand
)
Author
2025-02-18
Allow indepdent SkuSi and SBAT revocation updates
Jan Setje-Eilers
2024-01-22
Try to load revocations.efi even if directory read fails
Jan Setje-Eilers
2024-01-22
Rename "previous" revocations to "automatic"
Jan Setje-Eilers
2023-12-05
shim should not self revoke
Jan Setje-Eilers
2023-12-05
BS Variables for bootmgr revocations
Jan Setje-Eilers
2023-12-05
Allow SbatLevel data from external binary
Jan Setje-Eilers
2022-08-03
Make SBAT variable payload introspectable
Chris Coulson
2022-05-24
Update SBAT generation requirements for 05/24/22
Jan Setje-Eilers
2022-05-18
sbat policy: make our policy change actions symbolic
Peter Jones
2022-05-18
sbat.h: minor reformatting for legibility
Peter Jones
2022-05-17
SBAT revocation management
Jan Setje-Eilers
2021-03-27
Change SBAT variable name to SbatLevel
Jan Setje-Eilers
2021-03-27
Move the check for the SBAT variable properties to its own function.
Jan Setje-Eilers
2021-03-12
sbat variable: use UEFI_VAR_NV_BS_RT when we've got ENABLE_SHIM_DEVEL
Peter Jones
2021-03-11
If the SBAT UEFI variable is not set, initialize it as a bootservices variable.
Jan Setje-Eilers
2021-02-25
sbat: fix the residual "resource section" for SBAT
Gary Lin
2021-02-25
Make verify_sbat() more testable
Peter Jones
2021-02-25
SBAT: make our SBAT variable parser use the CSV parser
Peter Jones
2021-02-25
SBAT: make our sbat section parser use the csv parser
Peter Jones
2021-02-19
sbat: make shim to parse it's own .sbat section on init
Javier Martinez Canillas
2021-02-19
Don't re-parse the SBAT EFI variable for each binary we load.
Javier Martinez Canillas
2021-02-19
parse_sbat: handle the realloc failure leak and batch allocations.
Peter Jones
2021-02-19
pe.c: parse SBAT variable and perform basic verification
Alex Burmashev
2021-02-19
sbat: drop the struct sbat and just use two variables instead
Peter Jones
2021-02-16
sbat: remove unused buffer parameter in parse_sbat() function
Javier Martinez Canillas
2021-02-16
sbat: clang-format the whole thing.
Peter Jones
2021-02-15
sbat: make the includes work like everything else.
Peter Jones
2021-02-13
Add a function to parse the SBAT metadata from the .sbat section
Javier Martinez Canillas
2021-02-13
Add the beginning of .sbat parsing stuff
Peter Jones