summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-09Fix build error in mok.c15.1Thomas Frauendorfer | Miray Software
2020-08-04Make vendor_dbx correctly propagate as well.Alexander Burmashev
2020-08-04Make building without VENDOR_DB_FILE or VENDOR_CERT_FILE workAlexander Burmashev
2020-08-041016-Simplify-cert.S-to-make-it-more-readable.patchAlex Burmashev
2020-08-04Mok: make sure vendor_cert and vendor_db both get propageted forwardAlex Burmashev
2020-08-04Make VENDOR_DB_FILE and VENDOR_CERT_FILE mutually exclusiverpm-build
2020-08-04Add support for vendor_db built-in shim whitelistAlexander Burmashev
2020-08-04shim: only include shim_cert.h in shim.cGary Lin
2020-08-04mok: also mirror the build cert to MokListRTGary Lin
2020-08-04Fix for "Section 0 has negative size" error when loading fbaa64.efiMaran Wilson
2020-08-04shim: Properly generate absolute paths from relative image pathsJavier Martinez Canillas
2020-08-04Add GRUB's PCR Usage to README.tpmPeter Jones
2020-08-04Remove call to TPM2 get_event_log()Matthew Garrett
2020-08-04Once again, try even harder to get binaries without timestamps in them.Peter Jones
2020-08-04Make EFI variable copying fatal only on secureboot enabled systemsPatrick Uiterwijk
2020-08-04VLogError(): Avoid NULL pointer dereferences in (V)Sprint callsPeter Jones
2020-08-04mok: consolidate mirroring code in a helper instead of using gotoPeter Jones
2020-08-04mok: fix the mirroring of RT variablesGary Lin
2020-08-04Make sure that MOK variables always get mirroredPatrick Uiterwijk
2018-04-05Bump version to 15Version_1515Peter Jones
2018-04-05Audit get_variable() calls for correct FreePool() use.Peter Jones
2018-04-05Fix get_variable() usage in setup_verbosity()Peter Jones
2018-04-05Make setup_console(-1) do GetMode() and call it from setup_verbosity()Peter Jones
2018-04-05Make handle_image() use console_print() not console_notify() on successPeter Jones
2018-04-05Fix lib/ rebuild-on-change dependencies in the MakefilePeter Jones
2018-04-05Get rid of dprinta(), it's uselessPeter Jones
2018-04-04tpm_log_event_raw(): be more careful about EFI_NOT_FOUNDPeter Jones
2018-04-04Make the 'something has gone seriously wrong' message less ambiguousPeter Jones
2018-04-04read_header(): fix the case where signatures have been removed.Peter Jones
2018-04-04Add another TODO for shim-16Peter Jones
2018-03-23Add some TODO items for shim-16Peter Jones
2018-03-23.travis.yml: update travis to get newer gnu-efi.Peter Jones
2018-03-23Revert "Allow shim to handle multiple trusted certificates"Peter Jones
2018-03-20Revert "MokManager: stop using StrnCat"Peter Jones
2018-03-19Fix i386 pointer type error.Peter Jones
2018-03-15Avoid a minor scan-build complaint.Peter Jones
2018-03-15Work around clang bugs for scan-build.Peter Jones
2018-03-14travis: Fix a typoPeter Jones
2018-03-14Fix the working directory we start in.Peter Jones
2018-03-14Add some configs for CI using github+travis+dockerPeter Jones
2018-03-14Allow shim to handle multiple trusted certificatesMichael Brown
2018-03-14Allow memory allocated by handle_image() to be freedMichael Brown
2018-03-14Remove global entry_point variableMichael Brown
2018-03-14Do not modify original imageMichael Brown
2018-03-13MokManager: stop using StrnCatHans de Goede
2018-03-13console: Fix indentationHans de Goede
2018-03-12console: Do not set EFI console to textmode until something is printedHans de Goede
2018-03-12console: Move setup_console() definition to higher in the fileHans de Goede
2018-03-12console: Add console_print and console_print_at helpersHans de Goede
2018-03-12Fix syntastic config for include/Peter Jones