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-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
2018-03-12
lib: find_in_variable_esl(): Fix a tiny nitpick clang-analyze has.
Peter Jones
2018-03-12
lib: simple_file_selector(): remove some dead code.
Peter Jones
2018-03-12
lib: simple_file_selector(): simplify the error path to confuse covscan less.
Peter Jones
2018-03-12
Use gcc's offsetof() instead of hacking out our own.
Peter Jones
2018-03-12
CryptLib: Add the AsciiStrCpy() decl.
Peter Jones
2018-03-12
Get rid of all the places we cast to (CHAR16 *[])
Peter Jones
2018-03-12
Fix some "if (x < 0)" tests where x is UINTN.
Peter Jones
2018-03-12
Don't have tons of local guid definitions for no reason at all.
Peter Jones
2018-03-12
lib/variables.c: reformat CreateTimeBasedPayload()
Peter Jones
2018-03-12
Clean up efiauthenticated.h a lot.
Peter Jones
2018-03-12
Make sure all of our include files have proper guards.
Peter Jones
2018-03-12
Move includes around to clean the source tree up a bit.
Peter Jones
2018-03-12
Rename generate_path() because we have 2 of it.
Peter Jones
2018-03-12
Fix the declaration of find_httpboot() to match its implementation.
Peter Jones
2018-03-12
Add "make scan-build" target.
Peter Jones
2018-03-12
Add a model file for coverity.
Peter Jones
2018-03-12
Add 'make coverity' target.
Peter Jones
2018-03-12
Split makefiles up a bit
Peter Jones
2018-03-12
Document REQUIRE_TPM
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
Fall-back TPM2 measurement if it fails with PE_COFF_IMAGE flag
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
[prev]
[next]