summaryrefslogtreecommitdiff
path: root/MokManager.c
AgeCommit message (Expand)Author
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-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
2012-09-26Filter out newline from the password arrayGary Ching-Pang Lin
2012-09-26correct wordingGary Ching-Pang Lin
2012-09-24Define the max length of passwordGary Ching-Pang Lin
2012-09-24Request a password to verify the key listGary Ching-Pang Lin
2012-09-21Erase stored keys when there is no key in the new key listGary Ching-Pang Lin
2012-09-21Make sure the variables are not brokenGary Ching-Pang Lin
2012-09-21Allow the new keys to be listed againGary Ching-Pang Lin
2012-09-20Make the key list interactiveGary Ching-Pang Lin
2012-09-20Make sure the time string is setGary Ching-Pang Lin
2012-09-20Improve the layout of the key infoGary Ching-Pang Lin
2012-09-20Remove the unused debug messageGary Ching-Pang Lin
2012-09-19Simplify the key managementGary Ching-Pang Lin
2012-09-11Add a separate efi application to manage MOKsGary Ching-Pang Lin