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
/
mok.c
Age
Commit message (
Expand
)
Author
2021-03-22
Fix boot failures due to variable size constraints
upstream/shim-15.3-rc4
shim-15.3-rc4
Chris Coulson
2021-03-18
Avoid creating unnecessary mirrored MOK variables
upstream/shim-15.3-rc3
shim-15.3-rc3
Chris Coulson
2021-03-18
Ensure that MOK variable mirroring creates well formed ESLs
Chris Coulson
2021-03-12
sbat variable: use UEFI_VAR_NV_BS_RT when we've got ENABLE_SHIM_DEVEL
Peter Jones
2021-03-12
Make ENABLE_SHIM_DEVEL work better.
Peter Jones
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
compiler.h: fix a typo and add some more function attribute macros
Peter Jones
2021-02-22
SBAT: mirror SBAT to SbatRT and extend to PCR7 + log
Peter Jones
2021-02-22
Document struct mok_state_variable better.
Peter Jones
2021-02-16
Make sure MIN() and MAX() are always defined.
Peter Jones
2021-02-16
Fix up a bunch of our license statements and add SPDX most places
Peter Jones
2021-01-29
Work around some clang-format oddnesses
Peter Jones
2020-08-04
mirror_one_mok_variable(): round allocation up to a full page
Peter Jones
2020-07-25
Implement lennysz's suggestions for MokListRT
Peter Jones
2020-07-25
Also use a config table to mirror mok variables.
Peter Jones
2020-07-23
Add support for vendor_db built-in shim authorized list.
Peter Jones
2020-07-23
Remove a couple of incorrect license claims.
Peter Jones
2020-07-23
mok: minor cleanups
Peter Jones
2020-07-23
mok: also mirror the build cert to MokListRT
Gary Lin
2020-07-23
mok: consolidate mirroring code in a helper instead of using goto
Peter Jones
2020-07-23
mok: fix the mirroring of RT variables
Gary Lin
2020-07-23
Make sure that MOK variables always get mirrored
Patrick Uiterwijk
2018-03-12
shim: Make our variable validation and mirroring table driven.
Peter Jones