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-03-15
arm and aarch64: fix some PE headers.
upstream/shim-15.3-rc2
shim-15.3-rc2
Peter Jones
2021-03-15
Fix up build of test code using gcc 8
Steve McIntyre
2021-03-15
Stop using EFI_PATH, and error out if people try to use it
Steve McIntyre
2021-03-15
Nerf an unnecessary string test on arm.
Peter Jones
2021-03-15
shim: Fix a NULL pointer dereference caused by start not being set
Javier Martinez Canillas
2021-03-12
'make test': try harder to make it build in the right order.
upstream/shim-15.3-rc1
shim-15.3-rc1
Peter Jones
2021-03-12
Fix a plausible NULL dereference.
Peter Jones
2021-03-12
set_sbat_uefi_variable(): align some decisions that are off-by-one.
Peter Jones
2021-03-12
set_sbat_uefi_variable(): add a pile of debug prints.
Peter Jones
2021-03-12
sbat variable: use UEFI_VAR_NV_BS_RT when we've got ENABLE_SHIM_DEVEL
Peter Jones
2021-03-12
Make ENABLE_SHIM_DEVEL work better.
Peter Jones
2021-03-12
Don't even try to use builtins, just make sure we have the same types.
Peter Jones
2021-03-12
More va_* work
Peter Jones
2021-03-12
Fix include order
Peter Jones
2021-03-12
get_variable_attr(): fix a nit scan-build found.
Peter Jones
2021-03-12
openssl: nerf some -W flags for clang.
Peter Jones
2021-03-12
Fix the compiler when invoking scan-build/fanalyzer/etc
Peter Jones
2021-03-12
arm arches: include .sbat in our section headers.
Peter Jones
2021-03-12
linker scripts: put .sbat after _edata
Peter Jones
2021-03-11
shim: simplify sbat self-check logic.
Peter Jones
2021-03-11
set_sbat_uefi_variable(): avoid comparing unsafe data
Peter Jones
2021-03-11
If the SBAT UEFI variable is not set, initialize it as a bootservices variable.
Jan Setje-Eilers
2021-03-10
shim: attempt to improve the argument handling
Paul Moore
2021-03-10
Fix compilation for older gcc
Alex Burmashev
2021-03-10
fallback: Allow defining FALLBACK_VERBOSE at build time
João Paulo Rechi Vita
2021-03-10
fallback: Make verbose mode's wait time configurable
João Paulo Rechi Vita
2021-03-10
fallback: Wait before chainloading in verbose mode
João Paulo Rechi Vita
2021-03-10
fallback: Print original BootOrder value in verbose mode
João Paulo Rechi Vita
2021-03-10
fallback: Be silent by default
João Paulo Rechi Vita
2021-03-10
fallback: Only use VerbosePrint for debug messages
João Paulo Rechi Vita
2021-03-10
fallback: Consider all Boot* vars when checking for duplicates
João Paulo Rechi Vita
2021-03-10
fallback: Store label size instead of calculating on every use
João Paulo Rechi Vita
2021-03-10
Drop comments, and make push workflow use same matrix as pullrequest.
Dimitri John Ledkov
2021-03-10
Add testsuite to the github pull request workflow.
Dimitri John Ledkov
2021-03-10
Add more string test cases.
Peter Jones
2021-03-10
Test our strncmp vs known failing ones as well
Peter Jones
2021-03-10
make: use -Wextra (minus some obnoxious bits)
Peter Jones
2021-03-10
openssl: fix various build errors and warnings
Paul Moore
2021-03-10
Add some test cases, and make "make test" actually work.
Peter Jones
2021-03-10
Fix stdarg to work the same everywhere.
Peter Jones
2021-03-10
Consolidate most of our standard lib functions to lib
Peter Jones
2021-03-10
Fix Cryptlib's va_* definitions.
Peter Jones
2021-03-10
Restructure our includes.
Peter Jones
2021-03-09
Cryptlib: make some Str*() args const.
Peter Jones
2021-03-09
build: Import gnu-efi as a submodule and build against it
Matthew Garrett
2021-03-09
Don't use WCHAR even when we're assigning wide string literals
Peter Jones
2021-03-09
Switch to using -std=gnu11
Peter Jones
2021-03-09
More minor makefile cleanups
Peter Jones
2021-03-09
static analysis: make our build targets work better
Peter Jones
2021-03-09
Minor OpenSSL fixes
Peter Jones
[next]