]> git.proxmox.com Git - efi-boot-shim.git/history - include
BUILDING: fix missing DISABLE_EBS_PROTECTION section
[efi-boot-shim.git] / include /
2021-02-15 Peter Jonessbat: make the includes work like everything else.
2021-02-13 Peter Jonesadd an ascii strndup() implementation.
2021-02-13 Peter JonesAdd some linked list primitives.
2021-02-13 Javier Martinez... Add a function to parse the SBAT metadata from the...
2021-02-13 Peter JonesAdd the beginning of .sbat parsing stuff
2021-02-13 Peter JonesMove a bunch of PE-related stuff out of shim.c
2021-02-12 Peter Jonesincludes: add strchra() and strchrnula() impls
2021-01-29 Peter JonesRenaming PeImage.h to pe.h wasn't actually a good idea.
2021-01-29 Peter JonesWork around some clang-format oddnesses
2021-01-29 Peter JonesAlways use lower case for our local include file names.
2020-10-15 James BottomleyFix incorrect allocation size for EV_EFI_BOOT_SERVICES_...
2020-10-15 Peter Joneshexdump.h: fix arithmetic error.
2020-07-26 Peter JonesImplement lennysz's suggestions for MokListRT
2020-07-26 Peter JonesAlso use a config table to mirror mok variables.
2020-07-26 Peter JonesImprove debug output some
2020-07-24 Peter JonesAdd support for vendor_db built-in shim authorized...
2020-07-24 Javier Martinez... tpm: Include information about PE/COFF images in the...
2020-07-24 Laszlo Ersektranslate_slashes(): don't write to string literals
2020-07-24 Ivan HuMokManager: console mode modification for hi-dpi screen...
2020-07-24 Peter Jonesshim: Rework pause functions and add read_counter()
2018-04-05 Peter JonesFix get_variable() usage in setup_verbosity()
2018-04-05 Peter JonesGet rid of dprinta(), it's useless
2018-03-12 Hans de Goedeconsole: Do not set EFI console to textmode until somet...
2018-03-12 Hans de Goedeconsole: Add console_print and console_print_at helpers
2018-03-12 Peter JonesDon't use uefi_call_wrapper(), ever.
2018-03-12 Peter JonesUse gcc's offsetof() instead of hacking out our own.
2018-03-12 Peter JonesDon't have tons of local guid definitions for no reason...
2018-03-12 Peter JonesClean up efiauthenticated.h a lot.
2018-03-12 Peter JonesMake sure all of our include files have proper guards.
2018-03-12 Peter JonesMove includes around to clean the source tree up a...
2017-12-19 Peter Jones"in_protocol" is used in more than shim.o; make it...
2017-08-31 Peter JonesAdd a mechanism to print openssl errors
2017-08-31 Peter JonesMake msleep() be a thing
2016-09-06 Gary Ching-Pang LinAdd HTTP and IpConfig headers
2016-09-06 Gary Ching-Pang LinMake translate_slashes() public
2016-06-09 Peter Jonesshim: make the PE loader less overzealous on rejections
2015-06-16 Peter JonesFix console_print_box*() parameters.
2015-04-13 Peter JonesMake lib/ build right with the cflags it should be...
2015-04-13 Peter JonesAlign the sections we're loading, and check for validit...
2014-08-27 Peter JonesMake sure we don't try to load a binary from a differen...
2014-06-25 Peter JonesMake sure we default to assuming we're locked down.
2014-06-25 Gary Ching-Pang LinMokManager: handle the error status from ReadKeyStroke
2013-11-21 Peter JonesFix path generation for Dhcpv4 bootloader.
2013-10-04 Peter JonesTry to actually make debug printing look reasonable.
2013-10-03 Peter JonesAdd ident-like blobs to shim.efi for version checking.
2013-10-01 Peter JonesConditionalize overriding the security policy.
2013-10-01 Peter JonesMerge console_control.h and console.h
2013-10-01 Peter JonesMake verbose stuff use console_notify
2013-09-26 Gary Ching-Pang Linintegrate security override
2013-09-26 Gary Ching-Pang LinMerge variable retrieving functions
2013-09-26 Gary Ching-Pang LinMerge signature.h into efiauthenticated.h and guid.h
2013-09-26 Matthew GarrettPort MokManager to Linux Foundation loader UI code