summaryrefslogtreecommitdiff
path: root/shim.c
AgeCommit message (Expand)Author
2013-09-26integrate security overrideGary Ching-Pang Lin
2013-09-26Merge variable retrieving functionsGary Ching-Pang Lin
2013-09-26Merge signature.h into efiauthenticated.h and guid.hGary Ching-Pang Lin
2013-09-26Free unused memory spaceGary Ching-Pang Lin
2013-09-26Correct the certificate count of the signature listGary Ching-Pang Lin
2013-09-26Since different distros name grub*.efi differently, make it compile-time.Peter Jones
2013-09-26Remove double-separators from the bootpathGary Ching-Pang Lin
2013-09-26Fix the broken bootpathGary Ching-Pang Lin
2013-09-24Pass the right arguments to EFI_PXE_BASE_CODE_TFTP_READ_FILESteve Langasek
2013-09-23Make SHIM_LOCK_GUID a first-class object with a symbol.Peter Jones
2013-09-16Don't print things on the screen by default when everything works.Peter Jones
2013-09-16Don't print that fallback isn't found in should_use_fallback()Peter Jones
2013-06-11Fix some pointer casting issues.Peter Jones
2013-05-15Use the correct define on Open.Peter Jones
2013-05-15Add some error messages when things don't work.Peter Jones
2013-05-15Remove some unnecessary code.Peter Jones
2013-05-15Fix some minor type errors.Peter Jones
2013-04-30Make shim use fallback when appropriate.Peter Jones
2013-04-30Adopt the UEFI shell style LoadOptionsGary Ching-Pang Lin
2013-04-26Get rid of extra label.Peter Jones
2013-04-26Don't put the directory in the file path twice.Peter Jones
2013-04-26UEFI Shell sticks the UCS2 of li->FilePath in li->LoadOptions. Ignore it.Peter Jones
2013-01-03Add support for deleting specific keysGary Ching-Pang Lin
2012-12-10Get the second stage loader from the Load OptionsGary Ching-Pang Lin
2012-11-27Remove debug codeMatthew Garrett
2012-11-26Sign MokManager with a locally-generated keyMatthew Garrett
2012-11-01Merge branch 'mok' into netbootMatthew Garrett
2012-11-01Add commentsMatthew Garrett
2012-11-01Merge branch 'mok' into netbootMatthew Garrett
2012-11-01Fix AuthenticodeVerify loopMatthew Garrett
2012-11-01Fix signature checkingMatthew Garrett
2012-11-01Fix double freeMatthew Garrett
2012-11-01Fix up some typesMatthew Garrett
2012-10-30Merge branch 'mok' of github.com:mjg59/shim into mokMatthew Garrett
2012-10-30Check the vendor blacklist correctlyGary Ching-Pang Lin
2012-10-24Boot unsigned binaries if we're not in secure modeMatthew Garrett
2012-10-24Miscellaneous small fixupsMatthew Garrett
2012-10-23Merge branch 'mok' of github.com:mjg59/shim into mokMatthew Garrett
2012-10-23Clean up checks for MokManager entryMatthew Garrett
2012-10-23Support a vendor-specific DBX list.Peter Jones
2012-10-18Add MOK password authMatthew Garrett
2012-10-18Skip signature checking if insecureMatthew Garrett
2012-10-18Add support for disabling signature verificationMatthew Garrett
2012-10-12Add draft version of Neil's netboot codeMatthew Garrett
2012-10-12Remove LoadImage/StartImage supportMatthew Garrett
2012-10-12Switch to using db format for MokList and MokNewMatthew Garrett
2012-10-11Split out hashingMatthew Garrett
2012-10-11Add SHA1 supportMatthew Garrett
2012-10-06Fall back to MokManager if grub failed to validateMatthew Garrett
2012-10-02Use LibDeleteVariable in gnu-efiGary Ching-Pang Lin