Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-04 | Print the key number for the non-existent key also | Gary Ching-Pang Lin | |
2012-10-04 | releasing version 0~20120906.bcd0a4e8-0ubuntu1 | Steve Langasek | |
2012-10-04 | Fix the changelog, which is inaccurate now that we just include the file | Steve Langasek | |
2012-10-04 | Use a clearer name for the VENDOR_CERT_FILE. | Steve Langasek | |
2012-10-04 | Pull newer upstream snapshot, which fixes verification of the signature on ↵ | Steve Langasek | |
our signed GRUB efi | |||
2012-10-03 | Import upstream version 0~20120906.bcd0a4e8 | Steve Langasek | |
2012-10-03 | Include the Canonical Secure Boot master CA (cert.der) and include as | Steve Langasek | |
cert.h at build time. | |||
2012-10-02 | Don't print Backspace as we print nothing | Gary Ching-Pang Lin | |
2012-10-02 | Don't print Backspace as we print nothing | Gary Ching-Pang Lin | |
2012-10-02 | Calculate SHA1 fingerprint | Gary Ching-Pang Lin | |
openssl shows sha1 fingerprint by default. | |||
2012-10-02 | Calculate SHA1 fingerprint | Gary Ching-Pang Lin | |
openssl shows sha1 fingerprint by default. | |||
2012-10-02 | Replace functions with the ones in gnu-efi | Gary Ching-Pang Lin | |
2012-10-02 | Replace functions with the ones in gnu-efi | Gary Ching-Pang Lin | |
2012-10-02 | Use LibDeleteVariable in gnu-efi | Gary Ching-Pang Lin | |
2012-10-02 | Use LibDeleteVariable in gnu-efi | Gary Ching-Pang Lin | |
2012-09-27 | More tips for the MOK password | Gary Ching-Pang Lin | |
2012-09-27 | More tips for the MOK password | Gary Ching-Pang Lin | |
2012-09-26 | Filter out newline from the password array | Gary Ching-Pang Lin | |
2012-09-26 | Filter out newline from the password array | Gary Ching-Pang Lin | |
2012-09-26 | correct wording | Gary Ching-Pang Lin | |
2012-09-26 | correct wording | Gary Ching-Pang Lin | |
2012-09-26 | Build debug image for all efi files | Gary Ching-Pang Lin | |
2012-09-26 | Build debug image for all efi files | Gary Ching-Pang Lin | |
2012-09-24 | Define the max length of password | Gary Ching-Pang Lin | |
2012-09-24 | Define the max length of password | Gary Ching-Pang Lin | |
2012-09-24 | Request a password to verify the key list | Gary Ching-Pang Lin | |
The password must contain 8 characters at least and 16 characters at most and will be hashed with the key list altogether. The keys in MokNew won't be allowed to be enrolled unless the user provides the correct password. | |||
2012-09-24 | Request a password to verify the key list | Gary Ching-Pang Lin | |
The password must contain 8 characters at least and 16 characters at most and will be hashed with the key list altogether. The keys in MokNew won't be allowed to be enrolled unless the user provides the correct password. | |||
2012-09-21 | Erase stored keys when there is no key in the new key list | Gary Ching-Pang Lin | |
2012-09-21 | Erase stored keys when there is no key in the new key list | Gary Ching-Pang Lin | |
2012-09-21 | Make sure the variables are not broken | Gary Ching-Pang Lin | |
2012-09-21 | Make sure the variables are not broken | Gary Ching-Pang Lin | |
2012-09-21 | Allow the new keys to be listed again | Gary Ching-Pang Lin | |
2012-09-21 | Allow the new keys to be listed again | Gary Ching-Pang Lin | |
2012-09-21 | Reject the binary when there is no key in MokList | Gary Ching-Pang Lin | |
2012-09-21 | Reject the binary when there is no key in MokList | Gary Ching-Pang Lin | |
2012-09-20 | Make the key list interactive | Gary Ching-Pang Lin | |
2012-09-20 | Make the key list interactive | Gary Ching-Pang Lin | |
2012-09-20 | Make sure the time string is set | Gary Ching-Pang Lin | |
2012-09-20 | Make sure the time string is set | Gary Ching-Pang Lin | |
2012-09-20 | Improve the layout of the key info | Gary Ching-Pang Lin | |
2012-09-20 | Improve the layout of the key info | Gary Ching-Pang Lin | |
2012-09-20 | Remove the unused debug message | Gary Ching-Pang Lin | |
2012-09-20 | Remove the unused debug message | Gary Ching-Pang Lin | |
2012-09-20 | Check the MOK list correctly | Gary Ching-Pang Lin | |
2012-09-20 | Check the MOK list correctly | Gary Ching-Pang Lin | |
2012-09-19 | Simplify the key management | Gary Ching-Pang Lin | |
Move the key list building and management to mokutil to keep MokManager as simple as possible. | |||
2012-09-19 | Simplify the key management | Gary Ching-Pang Lin | |
Move the key list building and management to mokutil to keep MokManager as simple as possible. | |||
2012-09-19 | Abandon the variable, MokMgmt | Gary Ching-Pang Lin | |
2012-09-19 | Abandon the variable, MokMgmt | Gary Ching-Pang Lin | |
2012-09-11 | Copy the MOK list to a RT variable | Gary Ching-Pang Lin | |
The RT variable, MokListRT, is a copy of MokList so that the runtime applications can synchronize the key list without touching the BS variable. |