summaryrefslogtreecommitdiff
path: root/shim.c
AgeCommit message (Expand)Author
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
2012-09-21Make sure the variables are not brokenGary Ching-Pang Lin
2012-09-21Reject the binary when there is no key in MokListGary Ching-Pang Lin
2012-09-20Check the MOK list correctlyGary Ching-Pang Lin
2012-09-19Abandon the variable, MokMgmtGary Ching-Pang Lin
2012-09-11Copy the MOK list to a RT variableGary Ching-Pang Lin
2012-09-11Use the machine owner keys to verify imagesGary Ching-Pang Lin
2012-09-11Always try StartImage firstGary Ching-Pang Lin
2012-09-11Only launch MokManager when necessaryGary Ching-Pang Lin
2012-09-11Retrieve attributes of variablesGary Ching-Pang Lin
2012-09-07Merge branch 'master' into mok-prototype3Gary Ching-Pang Lin
2012-09-07Load MokManager for MOK managementGary Ching-Pang Lin
2012-09-07Make the image loading process more genericGary Ching-Pang Lin
2012-09-06Break out of our db checking loop at the appropriate time.Peter Jones