]> git.proxmox.com Git - efi-boot-shim.git/shortlog
efi-boot-shim.git
2012-10-13 Gary Ching... Reallocate the DevPath space for the volume label
2012-10-12 Matthew GarrettRemove LoadImage/StartImage support
2012-10-12 Matthew GarrettSwitch to using db format for MokList and MokNew
2012-10-11 Matthew GarrettSplit out hashing
2012-10-11 Matthew GarrettAdd missing header define
2012-10-11 Matthew GarrettAdd SHA1 support
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... Remove unnecessary newline
2012-10-11 Gary Ching... Pass 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-06 Matthew GarrettFall back to MokManager if grub failed to validate
2012-10-05 Matthew GarrettAdd filesystem browsing and enrollment
2012-10-04 Gary Ching... Don't show the invalid key number
2012-10-04 Gary Ching... Use the same function to get commands and password
2012-10-04 Gary Ching... Print the key number for the non-existent key also
2012-10-02 Gary Ching... Don't print Backspace as we print nothing
2012-10-02 Gary Ching... Calculate SHA1 fingerprint
2012-10-02 Gary Ching... Replace functions with the ones in gnu-efi
2012-10-02 Gary Ching... Use LibDeleteVariable in gnu-efi
2012-09-27 Gary Ching... More tips for the MOK password
2012-09-26 Gary Ching... Filter out newline from the password array
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
next