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
2018-10-09
Fix for "Section 0 has negative size" error when loading fbaa64.efi
Maran Wilson
2018-09-10
shim: Prevent shim to set itself as a second stage loader
Javier Martinez Canillas
2018-09-10
shim: Properly generate absolute paths from relative image paths
Javier Martinez Canillas
2018-08-01
shim: Show the warning for the CA check result
Gary Lin
2018-08-01
shim: Update shim.c for the changes from openssl 1.1.0e
Gary Lin
2018-07-18
shim: Extend invalid reloc size warning message
Paul Menzel
2018-04-10
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
2018-03-12
Don't have tons of local guid definitions for no reason at all.
Peter Jones
2018-03-12
Rename generate_path() because we have 2 of it.
Peter Jones
2018-03-08
Fix failure to boot on systems without a TPM
Hans de Goede
2018-03-06
shim: Ignore UEFI LoadOptions that are just NUL characters.
Peter Jones
2018-03-06
Install shim_lock protocol even when SecureBoot is off
Tamas K Lengyel
2018-03-06
Add REQUIRE_TPM flag to treat TPM related errors as critical
Tamas K Lengyel
2018-03-06
Measure into the TPM even if SecureBoot is off in shim_lock verify
Tamas K Lengyel
2018-03-06
Log measurements in PCR4 for applications being verified through shim_lock
Tamas K Lengyel
2018-02-01
Uninstall shim protocols before re-installing them
Mathieu Trudel-Lapierre
2017-12-19
"in_protocol" is used in more than shim.o; make it not static.
Peter Jones
2017-09-13
try to show errors more usefully.
Peter Jones
2017-09-13
Add some debugging data to the last malformed binary check...
Peter Jones
2017-08-31
Revert lots of Cryptlib updates.
Peter Jones
2017-08-31
Drain the OpenSSL error stack and report crypto verification errors
Peter Jones
2017-08-31
Init openssl so we can use its debug facilities.
Peter Jones
2017-08-31
Make msleep() be a thing
Peter Jones
[next]