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
/
sbat.c
Age
Commit message (
Expand
)
Author
2025-01-15
Improve shortcut performance when comparing two boolean expressions
Dennis Tseng
2024-01-22
Rename "previous" revocations to "automatic"
Jan Setje-Eilers
2023-12-05
Print message when refusing to apply SbatLevel
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
Always clear SbatLevel when Secure Boot is disabled
Jan Setje-Eilers
2023-12-05
Allow SbatLevel data from external binary
Jan Setje-Eilers
2023-06-29
Fix a 1-byte memory leak in .sbat parsing.
Peter Jones
2022-08-03
Make SBAT variable payload introspectable
Chris Coulson
2022-06-01
sbat: add the parsed SBAT variable entries to the debug log
Peter Jones
2022-05-24
SBAT Policy latest should be a one-shot
Jan Setje-Eilers
2022-05-23
sbat: Make nth_sbat_field() honor the size limit
Peter Jones
2022-05-23
Fix preserve_sbat_uefi_variable() logic
Jan Setje-Eilers
2022-05-18
sbat policy: make our policy change actions symbolic
Peter Jones
2022-05-17
SBAT revocation management
Jan Setje-Eilers
2022-05-17
SBAT matching: Break out of the inner sbat loop if we find the entry.
Peter Jones
2021-03-30
sbat: add more dprint()
Peter Jones
2021-03-28
parse_sbat_var_data()/cleanup_sbat_var(): fix free logic
Peter Jones
2021-03-27
Change SBAT variable name to SbatLevel
Jan Setje-Eilers
2021-03-27
Fix SBAT variable content validation.
Jan Setje-Eilers
2021-03-27
Move the check for the SBAT variable properties to its own function.
Jan Setje-Eilers
2021-03-12
set_sbat_uefi_variable(): align some decisions that are off-by-one.
Peter Jones
2021-03-12
set_sbat_uefi_variable(): add a pile of debug prints.
Peter Jones
2021-03-12
sbat variable: use UEFI_VAR_NV_BS_RT when we've got ENABLE_SHIM_DEVEL
Peter Jones
2021-03-11
set_sbat_uefi_variable(): avoid comparing unsafe data
Peter Jones
2021-03-11
If the SBAT UEFI variable is not set, initialize it as a bootservices variable.
Jan Setje-Eilers
2021-03-10
Consolidate most of our standard lib functions to lib
Peter Jones
2021-03-10
Restructure our includes.
Peter Jones
2021-02-25
Fix column size check in SBAT variable parsing.
Thomas Frauendorfer | Miray Software
2021-02-25
sbat: fix the gcc warnings
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-25
Move is_utf8_bom() to str.h
Peter Jones
2021-02-19
sbat: Fix two NULL derefs found with "gcc -fanalyzer"
Peter Jones
2021-02-19
sbat: include NULL terminator when calculating buffer end in parse_sbat()
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: add minor fixes to parse_sbat
Chris Co
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
2021-02-12
Add a .sbat section to EFI binaries
Javier Martinez Canillas