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
/
shim.c
Age
Commit message (
Expand
)
Author
2021-03-18
shim: Use the default loader if an EFI_LOAD_OPTION can't be parsed
Javier Martinez Canillas
2021-03-15
shim: Fix a NULL pointer dereference caused by start not being set
Javier Martinez Canillas
2021-03-12
Fix a plausible NULL dereference.
Peter Jones
2021-03-12
Make ENABLE_SHIM_DEVEL work better.
Peter Jones
2021-03-11
shim: simplify sbat self-check logic.
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
shim: attempt to improve the argument handling
Paul Moore
2021-03-10
Fix compilation for older gcc
Alex Burmashev
2021-03-10
Restructure our includes.
Peter Jones
2021-03-06
Restore loaded image of shim at Exit()
Gary Lin
2021-02-19
sbat: make shim to parse it's own .sbat section on init
Javier Martinez Canillas
2021-02-19
shim: initialize OpenSSL after parsing SBAT data
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
shim: use an enum for efi_main's error messages.
Peter Jones
2021-02-19
Fix EV_EFI_VARIABLE_AUTHORITY event in eventlog
Hai Huang
2021-02-16
Rename check_{white,black}list to check_{allow,deny}list
Chris Coulson
2021-02-16
Add ENABLE_SHIM_DEVEL config to change what our debug variable name is
Peter Jones
2021-02-16
Make httpboot.c always get built.
Peter Jones
2021-02-16
Fix up a bunch of our license statements and add SPDX most places
Peter Jones
2021-02-16
Fix typo in a comment
Lisa White
2021-02-13
Add the beginning of .sbat parsing stuff
Peter Jones
2021-02-13
Move a bunch of PE-related stuff out of shim.c
Peter Jones
2021-01-29
Work around some clang-format oddnesses
Peter Jones
2020-09-09
Fix buffer overrun due DEFAULT_LOADER length miscalculation
Javier Martinez Canillas
2020-07-25
Implement lennysz's suggestions for MokListRT
Peter Jones
2020-07-25
Improve debug output some
Peter Jones
2020-07-23
Handle binaries with multiple signatures.
Peter Jones
2020-07-23
Add support for vendor_db built-in shim authorized list.
Peter Jones
2020-07-23
Make cert.S not impossible to read.
Peter Jones
2020-07-23
Fix some volatile usage gcc whines about.
Peter Jones
2020-07-23
tpm: Include information about PE/COFF images in the TPM Event Log
Javier Martinez Canillas
2020-07-23
shim: Update EFI_LOADED_IMAGE with the second stage loader file path
Javier Martinez Canillas
2020-07-23
Actually check for errors from set_second_stage()
Peter Jones
2020-07-23
Slightly better debugging messages
Peter Jones
2020-07-23
OpenSSL: always provide OBJ_create() with name strings.
Peter Jones
2020-07-23
Fix a use of strlen() instead of Strlen()
Peter Jones
2020-07-23
Hook exit when shim_lock protocol installed
Stuart Hayes
2020-07-23
shim: Rework pause functions and add read_counter()
Peter Jones
2020-07-23
Make EFI variable copying fatal only on secureboot enabled systems
Patrick Uiterwijk
2020-07-23
shim: only include shim_cert.h in shim.c
Gary Lin
2020-07-23
Fix apparent typo in ARM 32-on-64 code
dann frazier
2020-07-23
Fix for "Section 0 has negative size" error when loading fbaa64.efi
Maran Wilson
2020-07-23
shim: Prevent shim to set itself as a second stage loader
Javier Martinez Canillas
2020-07-23
shim: Properly generate absolute paths from relative image paths
Javier Martinez Canillas
2020-07-23
shim: Extend invalid reloc size warning message
Paul Menzel
2020-07-23
Make some things dprint() instead of console_print()
Peter Jones
2018-04-05
Audit get_variable() calls for correct FreePool() use.
Peter Jones
2018-04-05
Make handle_image() use console_print() not console_notify() on success
Peter Jones
2018-04-05
Get rid of dprinta(), it's useless
Peter Jones
2018-04-04
Make the 'something has gone seriously wrong' message less ambiguous
Peter Jones
[next]