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
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
2018-04-04
read_header(): fix the case where signatures have been removed.
Peter Jones
2018-03-23
Revert "Allow shim to handle multiple trusted certificates"
Peter Jones
2018-03-19
Fix i386 pointer type error.
Peter Jones
2018-03-15
Avoid a minor scan-build complaint.
Peter Jones
2018-03-14
Allow shim to handle multiple trusted certificates
Michael Brown
2018-03-14
Allow memory allocated by handle_image() to be freed
Michael Brown
2018-03-14
Remove global entry_point variable
Michael Brown
2018-03-14
Do not modify original image
Michael Brown
2018-03-12
console: Do not set EFI console to textmode until something is printed
Hans de Goede
2018-03-12
console: Add console_print and console_print_at helpers
Hans de Goede
2018-03-12
shim: Don't overwrite EFI_LOADED_IMAGE's LoadOptions when not needed
Tamas K Lengyel
2018-03-12
Fix a minor merge error.
Peter Jones
2018-03-12
shim: Make our variable validation and mirroring table driven.
Peter Jones
2018-03-12
shim: make everything use a common perror() call.
Peter Jones
2018-03-12
shim: Improve the bounds checking of ImageAddress()
Peter Jones
2018-03-12
shim: main(): Don't save the value from mok_ignore_db()
Peter Jones
2018-03-12
shim: generate_hash(): make clang-analyzer not get confused.
Peter Jones
2018-03-12
shim: Mitigate a minor clang-analyzer complaint.
Peter Jones
2018-03-12
Don't use uefi_call_wrapper(), ever.
Peter Jones
2018-03-12
shim: Use EFI_ERROR() instead of comparing to EFI_SUCCESS everywhere.
Peter Jones
2018-03-12
shim: relocate_coff(): get rid of "FixupData" stuff
Peter Jones
2018-03-12
shim: check_db_cert_in_ram(): clear openssl errors /before/ returning.
Peter Jones
2018-03-12
shim: ensure generate_hash() never operates on a negative (signed) number.
Peter Jones
[next]