summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-23Add another missing screen clearingMatthew Garrett
2012-10-23Merge branch 'mok' of github.com:mjg59/shim into mokMatthew Garrett
2012-10-23Fix password hash calculationMatthew Garrett
2012-10-23Update image validation enable/disableMatthew Garrett
2012-10-23Delete MokList properlyMatthew Garrett
2012-10-23Clean up checks for MokManager entryMatthew Garrett
2012-10-23Fix key database parsingMatthew Garrett
2012-10-23Support a vendor-specific DBX list.Peter Jones
2012-10-18Clear screen before promptingMatthew Garrett
2012-10-18Don't print SHA1 sum when calculating file fingerprintsMatthew Garrett
2012-10-18Clean up timeout counter handlingMatthew Garrett
2012-10-18Add MOK password authMatthew Garrett
2012-10-18Pause on callback failuresMatthew Garrett
2012-10-18Skip signature checking if insecureMatthew Garrett
2012-10-18Add support for disabling signature verificationMatthew Garrett
2012-10-13Add section headersMatthew Garrett
2012-10-12Add draft version of Neil's netboot codeMatthew Garrett
2012-10-12Reallocate the DevPath space for the volume labelGary Ching-Pang Lin
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 missing header defineMatthew Garrett
2012-10-11Add SHA1 supportMatthew Garrett
2012-10-11Add menu headerMatthew Garrett
2012-10-11Clear screen on exitMatthew Garrett
2012-10-11Add timeout supportMatthew Garrett
2012-10-11Fix whitespaceMatthew Garrett
2012-10-11Remove unnecessary newlineGary Ching-Pang Lin
2012-10-11Pass the size of MokNew to the key enrollment functionGary Ching-Pang Lin
2012-10-09Callbacks should return INTN, not UINTNMatthew Garrett
2012-10-09Remove unused variableMatthew Garrett
2012-10-09Don't lose the last file in top-level directoriesMatthew Garrett
2012-10-08Fix filesystem enrollmentMatthew Garrett
2012-10-08Add an auth argument to store_keys()Matthew Garrett
2012-10-08Add __attribute__ ((packed)) to MokListNode definitionMatthew Garrett
2012-10-06Disable menu freeingMatthew Garrett
2012-10-06Fix menucountMatthew Garrett
2012-10-06Free menus and add staticsMatthew Garrett
2012-10-06Fix menu itemsMatthew Garrett
2012-10-06Always show the MokManager UIMatthew Garrett
2012-10-06Fall back to MokManager if grub failed to validateMatthew Garrett
2012-10-05Add filesystem browsing and enrollmentMatthew Garrett
2012-10-04Don't show the invalid key numberGary Ching-Pang Lin
2012-10-04Use the same function to get commands and passwordGary Ching-Pang Lin
2012-10-04Print the key number for the non-existent key alsoGary Ching-Pang Lin
2012-10-02Don't print Backspace as we print nothingGary Ching-Pang Lin
2012-10-02Calculate SHA1 fingerprintGary Ching-Pang Lin
2012-10-02Replace functions with the ones in gnu-efiGary Ching-Pang Lin
2012-10-02Use LibDeleteVariable in gnu-efiGary Ching-Pang Lin
2012-09-27More tips for the MOK passwordGary Ching-Pang Lin