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
2021-12-10
Minor coverity fixes
15.5-rc2
Peter Jones
2021-12-10
stdarg: use sysv varargs when we build with coverity
Peter Jones
2021-12-10
shim: Don't stop forever at "Secure Boot not enabled" notification
Renaud Métrich
2021-12-10
fallback: fix fallback not passing arguments of the first boot option
Javier Martinez Canillas
2021-11-03
Introduce a new MOK variable called MokListTrustedRT
Eric Snowberg
2021-11-03
Fix a component version in SBAT.example.md
Nicholas Bishop
2021-11-03
Bump the version number to 15.5~rc1
Peter Jones
2021-10-12
shim: Don't parse load options if invoked from removable media path
Julian Andres Klode
2021-10-12
Extract is_removable_media_path() out of should_use_fallback()
Julian Andres Klode
2021-10-12
docs: update SBAT UEFI variable name
Nicholas Bishop
2021-10-12
console: add a clear_screen() primitive
Peter Jones
2021-10-12
console: check that ST->ConIn and ST->ConOut are non-NULL
Peter Jones
2021-10-12
fallback: fix crash when boot entry index >= size of BootOrder list
Renaud Métrich
2021-10-12
Revert "fallback: find_boot_option() needs to return the index for the boot e...
Renaud Métrich
2021-09-14
shim: Dump load options in verbose mode
Julian Andres Klode
2021-09-14
Fallback to default loader if parsed one does not exist
Julian Andres Klode
2021-09-13
Don't make shim abort when TPM log event fails (RHBZ #2002265)
Renaud Métrich
2021-09-10
pe: simplify generate_hash()
Heinrich Schuchardt
2021-09-10
tests: add "include-fixed" GCC directory to include directories
Jonas Witschel
2021-09-08
Specify that the section is ASCII not UTF-8
Daniel Axtens
2021-09-08
test-csv: test handling of trailing NUL byte
Heinrich Schuchardt
2021-09-08
csv: detect end of csv file correctly
Heinrich Schuchardt
2021-09-08
Modify sbat.md to help with readability.
Esther Shimanovich
2021-09-07
mok: Fix memory leak in mok mirroring
Peter Jones
2021-09-07
tests: Add a unit test for mok mirroring
Peter Jones
2021-09-07
tests: Add config table support
Peter Jones
2021-09-07
tests: add pre and post hooks to the mock variable store
Peter Jones
2021-09-07
tests: model different behaviors for deleting variables
Peter Jones
2021-09-07
tests: add a mock implementation of {Get,Set}Variable and tests for it
Peter Jones
2021-09-07
tests: add some slightly better EFIAPI error mocks
Peter Jones
2021-09-07
tests: add an efi error decoder
Peter Jones
2021-09-07
tests: Add a 'test-coverage' make target for gcov
Peter Jones
2021-09-07
tests: link all tests against libefivar
Peter Jones
2021-09-07
tests: Disable some logging when SHIM_UNIT_TEST is enabled
Peter Jones
2021-09-07
tpm: free measureddata when SHIM_UNIT_TEST is set
Peter Jones
2021-09-07
shim/mm/fb: move global state to its own source file
Peter Jones
2021-09-07
mok: move the mok_state_variables definitions to their own header
Peter Jones
2021-09-07
tests: make the CompareGuid() comparison size be less stupid
Peter Jones
2021-09-07
tests: clean up temp data after running tests
Peter Jones
2021-09-07
cleanup: always use BS and RT, not gBS and gRT
Peter Jones
2021-09-07
More minor improvements to support for COMPILER=clang
Peter Jones
2021-09-07
Ignore a gcc issue in test-str.c
Peter Jones
2021-09-07
Add some more stuff to .gitignore
Peter Jones
2021-09-07
Update gnu-efi
Peter Jones
2021-09-07
mok: delete the existing RT variables only when only_first=TRUE
Gary Lin
2021-09-07
Make CopyMem() work with EFI's declaration
Peter Jones
2021-09-03
fallback: add compile option FALLBACK_NONINTERACTIVE
Dimitri John Ledkov
2021-09-03
fallback: Use a dynamic buffer when list var names
João Paulo Rechi Vita
2021-09-03
fallback: Print info on GetNextVariableName errors
João Paulo Rechi Vita
2021-09-03
str: remove duplicate parameter check
Heinrich Schuchardt
[next]