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
Age
Commit message (
Expand
)
Author
2015-06-29
More incorrect unsigned vs signed fixups from yours truly.
Peter Jones
2015-06-16
Fix console_print_box*() parameters.
Peter Jones
2015-04-13
Make lib/ use the right CFLAGS.
Peter Jones
2015-04-13
Make lib/ build right with the cflags it should be using...
Peter Jones
2014-12-11
Add nostdinc to the CFLAGS for lib
Gary Ching-Pang Lin
2014-08-12
Factor out x86-isms and add cross compile support
Ard Biesheuvel
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
2014-06-25
Remove the duplicate calls in lib/console.c
Gary Ching-Pang Lin
2014-06-25
MokManager: handle the error status from ReadKeyStroke
Gary Ching-Pang Lin
2013-11-21
Error check the right thing in get_variable_attr() when allocating.
Peter Jones
2013-11-21
Initialize entries before we pass it to another function.
Peter Jones
2013-11-21
Fix wrong sizeof().
Peter Jones
2013-11-12
allow 32-bit compilation with 64-bit compiler
Andrew Boie
2013-10-04
Put SHIM_VERBOSE under shim's guid, not global.
Peter Jones
2013-10-04
Try to actually make debug printing look reasonable.
Peter Jones
2013-10-03
Add ident-like blobs to shim.efi for version checking.
Peter Jones
2013-10-02
CompareMem expects void * and gcc complains.
Peter Jones
2013-10-01
Clean up warnings.
Peter Jones
2013-10-01
Conditionalize overriding the security policy.
Peter Jones
2013-10-01
Merge console_control.h and console.h
Peter Jones
2013-10-01
Make verbose stuff use console_notify
Peter Jones
2013-09-26
integrate security override
Gary Ching-Pang Lin
2013-09-26
Merge variable retrieving functions
Gary Ching-Pang Lin
2013-09-26
Merge signature.h into efiauthenticated.h and guid.h
Gary Ching-Pang Lin
2013-09-26
Make EFI_PATH easily resettable from the build command line.
Peter Jones
2013-09-26
simple_file: Allocate buffers for file entries
Gary Ching-Pang Lin
2013-09-26
Port MokManager to Linux Foundation loader UI code
Matthew Garrett