]> git.proxmox.com Git - efi-boot-shim.git/shortlog
efi-boot-shim.git
2012-09-26 Gary Ching... correct wording
2012-09-26 Gary Ching... Build debug image for all efi files
2012-09-24 Gary Ching... Define the max length of password
2012-09-24 Gary Ching... Request a password to verify the key list
2012-09-21 Gary Ching... Erase stored keys when there is no key in the new key...
2012-09-21 Gary Ching... Make sure the variables are not broken
2012-09-21 Gary Ching... Allow the new keys to be listed again
2012-09-21 Gary Ching... Reject the binary when there is no key in MokList
2012-09-20 Gary Ching... Make the key list interactive
2012-09-20 Gary Ching... Make sure the time string is set
2012-09-20 Gary Ching... Improve the layout of the key info
2012-09-20 Gary Ching... Remove the unused debug message
2012-09-20 Gary Ching... Check the MOK list correctly
2012-09-19 Gary Ching... Simplify the key management
2012-09-19 Gary Ching... Abandon the variable, MokMgmt
2012-09-11 Gary Ching... Copy the MOK list to a RT variable
2012-09-11 Gary Ching... Use the machine owner keys to verify images
2012-09-11 Gary Ching... Add a separate efi application to manage MOKs
2012-09-11 Gary Ching... Always try StartImage first
2012-09-11 Gary Ching... Only launch MokManager when necessary
2012-09-11 Gary Ching... Retrieve attributes of variables
2012-09-07 Gary Ching... Merge branch 'master' into mok-prototype3
2012-09-07 Gary Ching... Load MokManager for MOK management
2012-09-07 Gary Ching... Make the image loading process more generic
2012-09-06 Peter JonesFix data alignment on vendor_cert so we don't wind...
2012-09-06 Peter JonesAdd some convenience make targets.
2012-09-06 Peter JonesBreak out of our db checking loop at the appropriate...
2012-09-06 Matthew GarrettUse the file size, not the image size field, for verifi...
2012-09-06 Peter JonesAllow specification of vendor_cert through a build...
2012-09-06 Peter Jonesdos2unix PeImage.h
2012-07-28 Matthew GarrettAdd basic documentation
2012-07-13 Matthew GarrettHandle slightly stranger device paths
2012-07-11 Matthew GarrettMake path generation more sensible
2012-07-11 Matthew GarrettMake sure ImageBase is set appropriately in the loaded_...
2012-07-09 Matthew GarrettAdd copyright file
2012-07-09 Matthew GarrettUpdate TODO
2012-07-09 Matthew GarrettRemove temp file checked in by accident
2012-07-09 Matthew GarrettImprove makefile
2012-07-09 Matthew GarrettMake it easier to update Cryptlib
2012-07-09 Matthew GarrettCryptlib update
2012-07-05 Matthew GarrettRe-add whitelisting - needed for protocol validation
2012-07-05 Matthew GarrettWe're not MSABI, so don't advertise this as such
2012-07-05 Matthew GarrettCheck whether secure boot is enabled before performing...
2012-07-02 Matthew GarrettFix up blacklist checking
2012-07-02 Matthew GarrettRemove whitelisting - the firmware will handle it via...
2012-07-02 Matthew GarrettUpdate OpenSSL
2012-07-02 Matthew GarrettBuild a debug image
2012-07-02 Matthew GarrettFix type of buffersize
2012-07-02 Matthew GarrettRemove redundant header
2012-06-25 Matthew GarrettFix get_variable
2012-06-25 Matthew GarrettAdd black/white listing
2012-06-19 Matthew GarrettFix build somewhat
2012-06-19 Matthew GarrettFix cert size
2012-06-19 Matthew GarrettFix error path
2012-06-19 Matthew GarrettRemove old files
2012-06-18 Matthew GarrettAdd crypto libraries
2012-06-18 Matthew GarrettAdd missing include
2012-06-18 Matthew GarrettMerge branch 'master' of github.com:mjg59/shim
2012-06-18 mjg59Merge pull request #1 from vathpela/master
2012-06-18 Matthew GarrettUninstall protocol on exit
2012-06-18 Matthew GarrettCheck binary against blacklist
2012-06-18 Matthew GarrettAttempt to start image using LoadImage/StartImage first
2012-06-18 Matthew GarrettCheck that platform is in user mode before doing any...
2012-06-18 Peter JonesFix typos.
2012-06-07 Matthew GarrettMinor cleanups
2012-06-05 Matthew GarrettRename variables
2012-06-05 Matthew GarrettInstall a protocol for sharing code with grub
2012-05-31 Matthew GarrettAdd a brief TODO
2012-05-31 Matthew GarrettSome cleanups
2012-05-30 Matthew GarrettAdd image verification
2012-05-08 Matthew GarrettFix path generation
2012-04-11 Matthew GarrettSome additional paranoia
2012-04-11 Matthew GarrettInitial commit