]> git.proxmox.com Git - efi-boot-shim.git/shortlog
efi-boot-shim.git
2013-05-15 Peter JonesRemove some unnecessary code.
2013-05-15 Peter JonesFix some minor type errors.
2013-05-14 Peter JonesPass parameters correctly when booting.
2013-05-02 Peter Jones[fallback] Try to execute the first new boot option.
2013-04-30 Peter JonesExplain byte order handling better.
2013-04-30 Gary Ching... Don't update BootOrder until all csv files are processed
2013-04-30 Gary Ching... Reset the system after restoring the boot entries
2013-04-30 Gary Ching... Fix crash due to memory allocation
2013-04-30 Peter JonesGet rid of extra "continue".
2013-04-30 Peter JonesFix error checking on AllocateZeroPool() in update_boot...
2013-04-30 Peter JonesMake shim use fallback when appropriate.
2013-04-30 Peter JonesAdd a fallback loader for when shim is invoked as BOOTX...
2013-04-30 Peter JonesAdd StrCSpn()
2013-04-30 Gary Ching... Adopt the UEFI shell style LoadOptions
2013-04-26 Peter JonesGet rid of extra label.
2013-04-26 Peter JonesDon't put the directory in the file path twice.
2013-04-26 Peter JonesUEFI Shell sticks the UCS2 of li->FilePath in li->LoadO...
2013-01-03 Gary Ching... Make sure the menu shows when the callback fails
2013-01-03 Gary Ching... Add support for deleting specific keys
2012-12-27 Gary Ching... MOK doesn't include the signature owner
2012-12-27 Gary Ching... Add a general function for password matching
2012-12-27 Gary Ching... Reboot the system after enrolling/erasing keys
2012-12-20 Gary Ching... Clear the screen before erasing keys
2012-12-10 Gary Ching... Get the second stage loader from the Load Options
2012-11-28 Matthew GarrettRemove debug code
2012-11-26 Matthew GarrettSign MokManager with a locally-generated key
2012-11-01 Matthew GarrettDon't fail if there's no network devices
2012-11-01 Matthew GarrettBump version
2012-11-01 Matthew GarrettMerge branch 'mok' into netboot
2012-11-01 Matthew GarrettAdd comments
2012-11-01 Matthew GarrettMerge branch 'mok' into netboot
2012-11-01 Matthew GarrettFix AuthenticodeVerify loop
2012-11-01 Matthew GarrettFix signature checking
2012-11-01 Matthew GarrettFix double free
2012-11-01 Matthew GarrettFix up some types
2012-10-30 Matthew GarrettAdd documentation of the Mok variables
2012-10-30 Matthew GarrettMerge branch 'mok' of github.com:mjg59/shim into mok
2012-10-30 Gary Ching... Check the vendor blacklist correctly
2012-10-30 Gary Ching... Initialize the size of vendor dbx as 0
2012-10-24 Matthew GarrettClean up password setting
2012-10-24 Matthew GarrettImprove signature validation enable/disable
2012-10-24 Matthew GarrettBoot unsigned binaries if we're not in secure mode
2012-10-24 Matthew GarrettMiscellaneous small fixups
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 GarrettClean up checks for MokManager entry
2012-10-23 Matthew GarrettFix key database parsing
2012-10-23 Peter JonesSupport a vendor-specific DBX list.
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 GarrettSkip signature checking if insecure
2012-10-18 Matthew GarrettAdd support for disabling signature verification
2012-10-13 Matthew GarrettAdd section headers
2012-10-13 Matthew GarrettAdd draft version of Neil's netboot code
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
next