]> git.proxmox.com Git - efi-boot-shim.git/history - MokManager.c
Import upstream version 0.9+1474479173.6c180c6
[efi-boot-shim.git] / MokManager.c
2016-09-22 Mathieu Trudel-Lap... Import upstream version 0.9+1474479173.6c180c6
2016-07-26 Mathieu Trudel-Lap... Import upstream version 0.9+1465500757.14a5905
2015-05-06 Mathieu Trudel-Lap... Import upstream version 0.8
2014-10-06 Steve LangasekImport upstream version 0.7
2014-10-02 Peter JonesMake another integer compare be signed/unsigned safe...
2014-10-02 Sebastian KrahmerOOB access when parsing MOK List/Certificates on MOK...
2014-09-21 Peter JonesMake list_keys() index variables all be signed.
2014-06-25 Gary Ching-Pang LinMokManager: handle the error status from ReadKeyStroke
2014-06-25 Gary Ching-Pang LinMokManager: delete the BS+NV variables the right way
2014-06-25 Gary Ching-Pang LinCheck the first 4 bytes of the certificate
2014-04-11 Kees Cookadditional bounds-checking on section sizes
2013-10-23 Peter JonesRevert "additional bounds-checking on section sizes"
2013-10-22 Kees Cookadditional bounds-checking on section sizes
2013-10-02 Josh BoyerAdd support for disabling db for verification
2013-10-01 Peter JonesMerge console_control.h and console.h
2013-10-01 Peter JonesMake verbose stuff use console_notify
2013-10-01 Peter JonesMokManager needs to disable the graphics console.
2013-09-26 Peter JonesDon't use LibGetVariable(), since it doesn't give us...
2013-09-26 Gary Ching-Pang LinMerge variable retrieving functions
2013-09-26 Gary Ching-Pang LinMerge signature.h into efiauthenticated.h and guid.h
2013-09-26 Gary Ching-Pang LinMokManager: check the suffix of the key file
2013-09-26 Gary Ching-Pang LinMokManager: fetch more info from X509 name
2013-09-26 Gary Ching-Pang LinMokManager: reboot the system after clearing MOK password
2013-09-26 Gary Ching-Pang LinMokManager: enhance the password prompt for SB state
2013-09-26 Gary Ching-Pang LinMokManager: rearrange the output of MOK info
2013-09-26 Gary Ching-Pang LinMokManager: enhance the password prompt
2013-09-26 Gary Ching-Pang LinMokManager: remove the duplicate get_keystroke()
2013-09-26 Gary Ching-Pang LinMokManager: draw the countdown screen
2013-09-26 Gary Ching-Pang LinMokManager: Remove the unnecessary string duplication
2013-09-26 Gary Ching-Pang LinMokManager: support SHA512-based crypt() hash
2013-09-26 Gary Ching-Pang LinMokManager: support crypt() password hash
2013-09-26 Peter JonesPort MokManager to Linux Foundation loader UI code
2013-09-26 Peter JonesWe have to declare SHIM_LOCK_GUID here as well.
2013-09-26 Peter JonesMokManager needs to disable the graphics console.
2013-07-02 Steve LangasekImport upstream version 0.4
2013-01-03 Gary Ching-Pang LinMake sure the menu shows when the callback fails
2013-01-03 Gary Ching-Pang LinAdd support for deleting specific keys
2012-12-27 Gary Ching-Pang LinMOK doesn't include the signature owner
2012-12-27 Gary Ching-Pang LinAdd a general function for password matching
2012-12-27 Gary Ching-Pang LinReboot the system after enrolling/erasing keys
2012-12-20 Gary Ching-Pang LinClear the screen before erasing keys
2012-12-13 Steve LangasekImport upstream version 0~20120906.bcd0a4e8+bzr106
2012-11-01 Matthew GarrettMerge branch 'mok' into netboot
2012-11-01 Matthew GarrettFix up some types
2012-10-30 Matthew GarrettMerge branch 'mok' of github.com:mjg59/shim into mok
2012-10-24 Matthew GarrettClean up password setting
2012-10-24 Matthew GarrettImprove signature validation enable/disable
2012-10-24 Matthew GarrettAdd another missing screen clearing
2012-10-23 Matthew GarrettMerge branch 'mok' of github.com:mjg59/shim into mok
2012-10-23 Matthew GarrettFix password hash calculation
2012-10-23 Matthew GarrettUpdate image validation enable/disable
2012-10-23 Matthew GarrettDelete MokList properly
2012-10-23 Matthew GarrettFix key database parsing
2012-10-18 Matthew GarrettClear screen before prompting
2012-10-18 Matthew GarrettDon't print SHA1 sum when calculating file fingerprints
2012-10-18 Matthew GarrettClean up timeout counter handling
2012-10-18 Matthew GarrettAdd MOK password auth
2012-10-18 Matthew GarrettPause on callback failures
2012-10-18 Matthew GarrettAdd support for disabling signature verification
2012-10-13 Matthew GarrettAdd section headers
2012-10-13 Gary Ching-Pang LinReallocate the DevPath space for the volume label
2012-10-12 Matthew GarrettSwitch to using db format for MokList and MokNew
2012-10-11 Matthew GarrettAdd menu header
2012-10-11 Matthew GarrettClear screen on exit
2012-10-11 Matthew GarrettAdd timeout support
2012-10-11 Matthew GarrettFix whitespace
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
next