Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-09 | Don't lose the last file in top-level directories | Matthew Garrett | |
The filesystem callback was failing to account for the additional menu item to return to the filesystem list, and so the last file entry in the root directory would be missing from the list. | |||
2012-10-08 | Fix filesystem enrollment | Matthew Garrett | |
We would always enrol a single key, deleting any existing keys in the database. Fix that up. | |||
2012-10-08 | Fix filesystem enrollment | Matthew Garrett | |
We would always enrol a single key, deleting any existing keys in the database. Fix that up. | |||
2012-10-08 | Add an auth argument to store_keys() | Matthew Garrett | |
If the user is manually installing keys from a filesystem then we don't need to ask for the key password. | |||
2012-10-08 | Add an auth argument to store_keys() | Matthew Garrett | |
If the user is manually installing keys from a filesystem then we don't need to ask for the key password. | |||
2012-10-08 | Add __attribute__ ((packed)) to MokListNode definition | Matthew Garrett | |
Packing this lets us use MokListNode with the binary MokList representation. | |||
2012-10-08 | Add __attribute__ ((packed)) to MokListNode definition | Matthew Garrett | |
Packing this lets us use MokListNode with the binary MokList representation. | |||
2012-10-06 | Disable menu freeing | Matthew Garrett | |
This looks like it ought to work, but is currently failing. Leaking here isn't a big deal, so just disable it until I figure out what's wrong. | |||
2012-10-06 | Disable menu freeing | Matthew Garrett | |
This looks like it ought to work, but is currently failing. Leaking here isn't a big deal, so just disable it until I figure out what's wrong. | |||
2012-10-06 | Fix menucount | Matthew Garrett | |
Menucount wasn't being incremented for the final top level menu, so the file explorer menu item wasn't appearing. | |||
2012-10-06 | Fix menucount | Matthew Garrett | |
Menucount wasn't being incremented for the final top level menu, so the file explorer menu item wasn't appearing. | |||
2012-10-06 | Free menus and add statics | Matthew Garrett | |
Make sure we free menu items after exiting a menu. Also, add some missing static annotations. | |||
2012-10-06 | Free menus and add statics | Matthew Garrett | |
Make sure we free menu items after exiting a menu. Also, add some missing static annotations. | |||
2012-10-06 | Fix menu items | Matthew Garrett | |
Only show the MOK manipulation menu item if MokNew existed | |||
2012-10-06 | Fix menu items | Matthew Garrett | |
Only show the MOK manipulation menu item if MokNew existed | |||
2012-10-06 | Always show the MokManager UI | Matthew Garrett | |
If someone explicitly starts MokManager then we want to show the UI | |||
2012-10-06 | Always show the MokManager UI | Matthew Garrett | |
If someone explicitly starts MokManager then we want to show the UI | |||
2012-10-06 | Fall back to MokManager if grub failed to validate | Matthew Garrett | |
If we can't verify grub, fall back to MokManager. This permits shipping a copy of shim and MokManager without distributing a key, letting distributions provide their own for user installation. | |||
2012-10-06 | Fall back to MokManager if grub failed to validate | Matthew Garrett | |
If we can't verify grub, fall back to MokManager. This permits shipping a copy of shim and MokManager without distributing a key, letting distributions provide their own for user installation. | |||
2012-10-05 | Add filesystem browsing and enrollment | Matthew Garrett | |
Add a basic menu system and file explorer. This makes it possible for the user to enrol keys from media from within shim rather than having to boot an OS first. This would permit vendors to distribute a signed shim without having to install their own keys first - the keys could be stored on the install media instead. | |||
2012-10-05 | Add filesystem browsing and enrollment | Matthew Garrett | |
Add a basic menu system and file explorer. This makes it possible for the user to enrol keys from media from within shim rather than having to boot an OS first. This would permit vendors to distribute a signed shim without having to install their own keys first - the keys could be stored on the install media instead. | |||
2012-10-05 | releasing version 0~20120906.bcd0a4e8-0ubuntu3 | Steve Langasek | |
2012-10-05 | debian/patches/second-stage-path: Chainload grubx64.efi, not | Steve Langasek | |
grub.efi. | |||
2012-10-04 | releasing version 0~20120906.bcd0a4e8-0ubuntu2 | Steve Langasek | |
2012-10-04 | Only build the package for amd64; we're not signing an i386 shim at this | Steve Langasek | |
stage so there's no point in building it. | |||
2012-10-04 | debian/patches/prototypes: Include missing prototypes, and disable | Steve Langasek | |
use of BIO_new_file. | |||
2012-10-04 | Don't show the invalid key number | Gary Ching-Pang Lin | |
2012-10-04 | Don't show the invalid key number | Gary Ching-Pang Lin | |
2012-10-04 | Use the same function to get commands and password | Gary Ching-Pang Lin | |
2012-10-04 | Use the same function to get commands and password | Gary Ching-Pang Lin | |
2012-10-04 | Print the key number for the non-existent key also | Gary Ching-Pang Lin | |
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 | |