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
/
lib
/
variables.c
Age
Commit message (
Expand
)
Author
2025-03-14
SetSecureVariable(): free Cert on failure
Peter Jones
2021-12-10
Minor coverity fixes
15.5-rc2
Peter Jones
2021-09-07
Make CopyMem() work with EFI's declaration
Peter Jones
2021-07-20
Make test cases link against libefi.a
Peter Jones
2021-03-22
Fix boot failures due to variable size constraints
upstream/shim-15.3-rc4
shim-15.3-rc4
Chris Coulson
2021-03-18
Ensure that MOK variable mirroring creates well formed ESLs
Chris Coulson
2021-03-12
get_variable_attr(): fix a nit scan-build found.
Peter Jones
2021-03-10
Restructure our includes.
Peter Jones
2021-03-09
Add get_variable_size()/set_variable()del_variable() wrappers.
Peter Jones
2021-02-16
Make the variable name and pointer const in all of our efi vars functions
Peter Jones
2021-02-16
SPDX: Clarify the attribution for James's lib/ code
Peter Jones
2021-02-13
get_variable: always allocate a NUL character at the end.
Peter Jones
2020-07-23
Add support for vendor_db built-in shim authorized list.
Peter Jones
2018-03-12
console: Add console_print and console_print_at helpers
Hans de Goede
2018-03-12
Don't use uefi_call_wrapper(), ever.
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
Use gcc's offsetof() instead of hacking out our own.
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
Move includes around to clean the source tree up a bit.
Peter Jones
2014-06-25
Make sure we default to assuming we're locked down.
Peter Jones
2014-06-25
Check the secure variables with the lib functions
Gary Ching-Pang Lin
2013-11-21
Error check the right thing in get_variable_attr() when allocating.
Peter Jones
2013-09-26
Merge variable retrieving functions
Gary Ching-Pang Lin
2013-09-26
Port MokManager to Linux Foundation loader UI code
Matthew Garrett