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
/
include
Age
Commit message (
Expand
)
Author
2021-03-22
Make 'make test' work on gcc 4.8.5
Peter Jones
2021-03-18
Ensure that MOK variable mirroring creates well formed ESLs
Chris Coulson
2021-03-15
Fix up build of test code using gcc 8
Steve McIntyre
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
sbat variable: use UEFI_VAR_NV_BS_RT when we've got ENABLE_SHIM_DEVEL
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 the compiler when invoking scan-build/fanalyzer/etc
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
Fix compilation for older gcc
Alex Burmashev
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
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
Restructure our includes.
Peter Jones
2021-03-09
static analysis: make our build targets work better
Peter Jones
2021-03-09
Add get_variable_size()/set_variable()del_variable() wrappers.
Peter Jones
2021-02-25
sbat: fix the residual "resource section" for SBAT
Gary Lin
2021-02-25
Make verify_sbat() more testable
Peter Jones
2021-02-25
Fix-up and enable a bunch of .sbat section parsing tests.
Peter Jones
2021-02-25
Add test cases for our CSV parser.
Peter Jones
2021-02-25
make 'make test' able to run unit test harnesses
Peter Jones
2021-02-25
SBAT: make our SBAT variable parser use the CSV parser
Peter Jones
2021-02-25
SBAT: make our sbat section parser use the csv parser
Peter Jones
2021-02-25
Add a stand-alone CSV parser.
Peter Jones
2021-02-25
includes: include all gnu-efi includes at one place.
Peter Jones
2021-02-25
Move is_utf8_bom() to str.h
Peter Jones
2021-02-25
Add a list_size() primitive
Peter Jones
2021-02-25
Tidy up our string primitives...
Peter Jones
2021-02-25
compiler.h: fix a typo and add some more function attribute macros
Peter Jones
2021-02-25
Make 'make fanalyzer' targets
Peter Jones
2021-02-25
Move the coverity and scan-build makefiles out of the top directory
Peter Jones
2021-02-22
tpm: minor cleanup: use EV_IPL not 0xd
Peter Jones
2021-02-19
sbat: make shim to parse it's own .sbat section on init
Javier Martinez Canillas
2021-02-19
Don't re-parse the SBAT EFI variable for each binary we load.
Javier Martinez Canillas
2021-02-19
parse_sbat: handle the realloc failure leak and batch allocations.
Peter Jones
2021-02-19
pe.c: parse SBAT variable and perform basic verification
Alex Burmashev
2021-02-19
sbat: drop the struct sbat and just use two variables instead
Peter Jones
2021-02-17
add list_empty to linked list primitives
Alex Burmashev
2021-02-17
strndupa: allocate len + 1, so that \0 is not lost
Alex Burmashev
2021-02-17
Fix an off by one in strnlena()
Peter Jones
2021-02-16
sbat: remove unused buffer parameter in parse_sbat() function
Javier Martinez Canillas
2021-02-16
sbat: clang-format the whole thing.
Peter Jones
2021-02-16
Make the variable name and pointer const in all of our efi vars functions
Peter Jones
2021-02-16
Fix a bunch of trivial trailing whitespace issues.
Peter Jones
2021-02-16
console: Fix a typo in the EFI warning list in gnu-efi
Peter Jones
2021-02-16
console: Move the countdown function to console.c
Gary Lin
2021-02-16
Make sure MIN() and MAX() are always defined.
Peter Jones
2021-02-16
SPDX: Clarify the attribution for crypt_blowfish
Peter Jones
[next]