summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-12Remove my .syntastic_c_config, it doesn't belong in the repo.Peter Jones
2021-02-12efi bins: add an easy way for vendors to add .sbat dataPeter Jones
2021-02-12Add a .sbat section to EFI binariesJavier Martinez Canillas
2021-02-05github workflows: add the sbat branch to one PR builds run forPeter Jones
2021-02-05github workflows: Unify the x86 pull request build rules stepsPeter Jones
2021-02-01Fix pe.h -> peimage.h in /both/ places.Peter Jones
2021-01-29Renaming PeImage.h to pe.h wasn't actually a good idea.Peter Jones
2021-01-29Work around some clang-format oddnessesPeter Jones
2021-01-29Always use lower case for our local include file names.Peter Jones
2021-01-29Add a .clang-format file.Peter Jones
2021-01-29shim: compile time option to bypass the ExitBootServices() checkPaul Moore
2020-12-11Try to kick the github PR workflow...Peter Jones
2020-12-10Split up push and PR CI/CD and build all patches in series on PRsPeter Jones
2020-12-07Use github actions for CI buildsPeter Jones
2020-10-15Fix incorrect allocation size for EV_EFI_BOOT_SERVICES_APPLICATION events15.2James Bottomley
2020-10-15hexdump.h: fix arithmetic error.Peter Jones
2020-10-15Fix some mokmanager deletion pathsPeter Jones
2020-09-09Fix buffer overrun due DEFAULT_LOADER length miscalculationJavier Martinez Canillas
2020-08-04mirror_one_mok_variable(): round allocation up to a full pagePeter Jones
2020-07-25Implement lennysz's suggestions for MokListRTPeter Jones
2020-07-25Also use a config table to mirror mok variables.Peter Jones
2020-07-25Improve debug output somePeter Jones
2020-07-23Make openssl accept the right set of KU/EKUsPeter Jones
2020-07-23Handle binaries with multiple signatures.Peter Jones
2020-07-23Add support for vendor_db built-in shim authorized list.Peter Jones
2020-07-23Make cert.S not impossible to read.Peter Jones
2020-07-23Fix a broken tpm typePeter Jones
2020-07-23simple_file: fix uninitialized variable/unchecked returnPeter Jones
2020-07-23MokManager: fix a wrong allocation failure check.Peter Jones
2020-07-23Fix some volatile usage gcc whines about.Peter Jones
2020-07-23MokManager: fix uninitialized valuePeter Jones
2020-07-23Remove a couple of incorrect license claims.Peter Jones
2020-07-23Check PxeReplyReceived as fallback in netbootThomas Frauendorfer | Miray Software
2020-07-23Update README.tpmnoahbliss
2020-07-23Fix the license on our buildid extractor.Peter Jones
2020-07-23tpm: Include information about PE/COFF images in the TPM Event LogJavier Martinez Canillas
2020-07-23shim: Update EFI_LOADED_IMAGE with the second stage loader file pathJavier Martinez Canillas
2020-07-23translate_slashes(): don't write to string literalsLaszlo Ersek
2020-07-23Actually check for errors from set_second_stage()Peter Jones
2020-07-23Slightly better debugging messagesPeter Jones
2020-07-23tpm: Don't log duplicate identical eventsChris Coulson
2020-07-23MokManager: avoid -Werror=address-of-packed-memberJonas Witschel
2020-07-23MokManager: console mode modification for hi-dpi screen devicesIvan Hu
2020-07-23tpm: Define EFI_VARIABLE_DATA_TREE as packedChris Coulson
2020-07-23tpm: Fix off-by-one error when calculating event sizeChris Coulson
2020-07-23Use portable shebangs: /bin/bash -> /usr/bin/env bashBjørn Forsman
2020-07-23OpenSSL: always provide OBJ_create() with name strings.Peter Jones
2020-07-23MokManager: Use CompareMem on MokListNode.Type instead of CompareGuidGary Lin
2020-07-23Fix a use of strlen() instead of Strlen()Peter Jones
2020-07-23Work around stuff -Waddress-of-packed-member finds.Peter Jones