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
Age
Commit message (
Expand
)
Author
2018-03-23
Revert "Allow shim to handle multiple trusted certificates"
Peter Jones
2018-03-20
Revert "MokManager: stop using StrnCat"
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-15
Work around clang bugs for scan-build.
Peter Jones
2018-03-14
travis: Fix a typo
Peter Jones
2018-03-14
Fix the working directory we start in.
Peter Jones
2018-03-14
Add some configs for CI using github+travis+docker
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-13
MokManager: stop using StrnCat
Hans de Goede
2018-03-13
console: Fix indentation
Hans de Goede
2018-03-12
console: Do not set EFI console to textmode until something is printed
Hans de Goede
2018-03-12
console: Move setup_console() definition to higher in the file
Hans de Goede
2018-03-12
console: Add console_print and console_print_at helpers
Hans de Goede
2018-03-12
Fix syntastic config for include/
Peter Jones
2018-03-12
shim: Don't overwrite EFI_LOADED_IMAGE's LoadOptions when not needed
Tamas K Lengyel
2018-03-12
Make EFI_INCLUDE path configurable during make
Tamas K Lengyel
2018-03-12
Make sure fallback.efi gets errlog.o as well
Peter Jones
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
shim: tpm.c: Make sure old_caps is initialized in tpm2 code.
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
fallback: find_boot_options(): don't leak a file handle.
Peter Jones
2018-03-12
fallback: Use EFI_ERROR() instead of comparing to EFI_SUCCESS everywhere.
Peter Jones
2018-03-12
fallback: find_boot_options(): make the allocation path prettier.
Peter Jones
2018-03-12
fallback: find_boot_csv(): eliminate dead code.
Peter Jones
2018-03-12
fallback: find_boot_csv(): Print the error from try_boot_csv()
Peter Jones
2018-03-12
fallback: read_file(): limit how big the file can be and still be valid
Peter Jones
2018-03-12
fallback: handle buffer allocations for fh->GetInfo() prettier.
Peter Jones
2018-03-12
MokManager: get rid of struct menu_item, it is unused.
Peter Jones
2018-03-12
MokManager: Fix a conditional on an uninitialized value in one error path.
Peter Jones
2018-03-12
MokManager: handle mok parameter allocations better.
Peter Jones
2018-03-12
MokManager: use EFI_ERROR() instead of comparing to EFI_SUCCESS.
Peter Jones
2018-03-12
MokManager: check_der_suffix(): use StrnCat() on our suffix checker.
Peter Jones
2018-03-12
MokManager: Lindent (and other reformats) the whole file.
Peter Jones
2018-03-12
lib/shell.c: minor cleanup
Peter Jones
2018-03-12
lib/simple_file.c: minor cleanup
Peter Jones
2018-03-12
lib: Use EFI_ERROR() instead of comparing to EFI_SUCCESS everywhere.
Peter Jones
[prev]
[next]