]> git.proxmox.com Git - efi-boot-shim.git/history - MokManager.c
New upstream version 15+1533136590.3beb971
[efi-boot-shim.git] / MokManager.c
2012-10-11 Gary Ching-Pang LinRemove unnecessary newline
2012-10-11 Gary Ching-Pang LinPass the size of MokNew to the key enrollment function
2012-10-09 Matthew GarrettCallbacks should return INTN, not UINTN
2012-10-09 Matthew GarrettRemove unused variable
2012-10-09 Matthew GarrettDon't lose the last file in top-level directories
2012-10-08 Matthew GarrettFix filesystem enrollment
2012-10-08 Matthew GarrettAdd an auth argument to store_keys()
2012-10-08 Matthew GarrettAdd __attribute__ ((packed)) to MokListNode definition
2012-10-06 Matthew GarrettDisable menu freeing
2012-10-06 Matthew GarrettFix menucount
2012-10-06 Matthew GarrettFree menus and add statics
2012-10-06 Matthew GarrettFix menu items
2012-10-06 Matthew GarrettAlways show the MokManager UI
2012-10-05 Matthew GarrettAdd filesystem browsing and enrollment
2012-10-04 Gary Ching-Pang LinDon't show the invalid key number
2012-10-04 Gary Ching-Pang LinUse the same function to get commands and password
2012-10-04 Gary Ching-Pang LinPrint the key number for the non-existent key also
2012-10-02 Gary Ching-Pang LinDon't print Backspace as we print nothing
2012-10-02 Gary Ching-Pang LinCalculate SHA1 fingerprint
2012-10-02 Gary Ching-Pang LinReplace functions with the ones in gnu-efi
2012-10-02 Gary Ching-Pang LinUse LibDeleteVariable in gnu-efi
2012-09-27 Gary Ching-Pang LinMore tips for the MOK password
2012-09-26 Gary Ching-Pang LinFilter out newline from the password array
2012-09-26 Gary Ching-Pang Lincorrect wording
2012-09-24 Gary Ching-Pang LinDefine the max length of password
2012-09-24 Gary Ching-Pang LinRequest a password to verify the key list
2012-09-21 Gary Ching-Pang LinErase stored keys when there is no key in the new key...
2012-09-21 Gary Ching-Pang LinMake sure the variables are not broken
2012-09-21 Gary Ching-Pang LinAllow the new keys to be listed again
2012-09-20 Gary Ching-Pang LinMake the key list interactive
2012-09-20 Gary Ching-Pang LinMake sure the time string is set
2012-09-20 Gary Ching-Pang LinImprove the layout of the key info
2012-09-20 Gary Ching-Pang LinRemove the unused debug message
2012-09-19 Gary Ching-Pang LinSimplify the key management
2012-09-11 Gary Ching-Pang LinAdd a separate efi application to manage MOKs