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-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
2021-02-16
Fix up a bunch of our license statements and add SPDX most places
Peter Jones
2021-02-15
sbat: make the includes work like everything else.
Peter Jones
2021-02-13
add an ascii strndup() implementation.
Peter Jones
2021-02-13
Add some linked list primitives.
Peter Jones
2021-02-13
Add a function to parse the SBAT metadata from the .sbat section
Javier Martinez Canillas
2021-02-13
Add the beginning of .sbat parsing stuff
Peter Jones
2021-02-13
Move a bunch of PE-related stuff out of shim.c
Peter Jones
2021-02-13
includes: add strchra() and strchrnula() impls
Peter Jones
2021-01-29
Renaming PeImage.h to pe.h wasn't actually a good idea.
Peter Jones
2021-01-29
Work around some clang-format oddnesses
Peter Jones
2021-01-29
Always use lower case for our local include file names.
Peter Jones
2020-10-15
Fix incorrect allocation size for EV_EFI_BOOT_SERVICES_APPLICATION events
15.2
James Bottomley
2020-10-15
hexdump.h: fix arithmetic error.
Peter Jones
2020-07-25
Implement lennysz's suggestions for MokListRT
Peter Jones
2020-07-25
Also use a config table to mirror mok variables.
Peter Jones
2020-07-25
Improve debug output some
Peter Jones
2020-07-23
Add support for vendor_db built-in shim authorized list.
Peter Jones
2020-07-23
tpm: Include information about PE/COFF images in the TPM Event Log
Javier Martinez Canillas
[prev]
[next]