]> git.proxmox.com Git - efi-boot-shim.git/shortlog
efi-boot-shim.git
2013-09-26 Peter JonesMerge two PeImage.h into one
2013-09-26 Gary Ching... Free unused memory space
2013-09-26 Gary Ching... Adjust the result of gmtime() to fit the definition
2013-09-26 Gary Ching... Rand: check the status of the pseudorandom number generator
2013-09-26 Gary Ching... MokManager: check the suffix of the key file
2013-09-26 Gary Ching... MokManager: fetch more info from X509 name
2013-09-26 Gary Ching... MokManager: reboot the system after clearing MOK password
2013-09-26 Gary Ching... MokManager: enhance the password prompt for SB state
2013-09-26 Gary Ching... MokManager: rearrange the output of MOK info
2013-09-26 Gary Ching... Disable floating points in b_print
2013-09-26 Gary Ching... Enable openssl bio_printf()
2013-09-26 Gary Ching... MokManager: enhance the password prompt
2013-09-26 Gary Ching... MokManager: remove the duplicate get_keystroke()
2013-09-26 Gary Ching... MokManager: draw the countdown screen
2013-09-26 Gary Ching... MokManager: Remove the unnecessary string duplication
2013-09-26 Gary Ching... Correct the certificate count of the signature list
2013-09-26 Peter JonesSince different distros name grub*.efi differently...
2013-09-26 Gary Ching... Define the PXE 2nd stage loader in the beginning of...
2013-09-26 Gary Ching... Remove double-separators from the bootpath
2013-09-26 Gary Ching... Fix the broken bootpath
2013-09-26 Gary Ching... MokManager: support Tradition DES hash
2013-09-26 Gary Ching... MokManager: support MD5-based crypt() hash
2013-09-26 Gary Ching... MokManager: support blowfish-based crypt() hash
2013-09-26 Gary Ching... MokManager: support SHA512-based crypt() hash
2013-09-26 Gary Ching... MokManager: support crypt() password hash
2013-09-26 Peter JonesMake EFI_PATH easily resettable from the build command...
2013-09-26 Gary Ching... Clean lib/, too
2013-09-26 Gary Ching... simple_file: Allocate buffers for file entries
2013-09-26 Matthew GarrettPort MokManager to Linux Foundation loader UI code
2013-09-26 Peter JonesPort MokManager to Linux Foundation loader UI code
2013-09-26 Peter JonesWe have to declare SHIM_LOCK_GUID here as well.
2013-09-26 Peter JonesIgnore tarballs.
2013-09-26 Peter JonesMokManager needs to disable the graphics console.
2013-09-24 Steve LangasekFix a memory leak
2013-09-24 Steve LangasekCorrect limits on the length of ipv6 addresses
2013-09-24 Steve LangasekMore consistent types, fewer casts
2013-09-24 Steve LangasekMisc allocation cleanups
2013-09-24 Steve LangasekFix an off-by-one error
2013-09-24 Steve LangasekFix nul termination errors in filenames passed to tftp
2013-09-24 Steve LangasekBuild with -Werror to catch future prototype mismatches.
2013-09-24 Steve LangasekPass the right arguments to EFI_PXE_BASE_CODE_TFTP_READ...
2013-09-23 Peter JonesAdd MokListRT option rom entry.
2013-09-23 Peter JonesUpdate TODO with missing description.
2013-09-23 Peter JonesMade TODO represent the present.
2013-09-23 Peter JonesMake SHIM_LOCK_GUID a first-class object with a symbol.
2013-09-16 Peter JonesDon't print things on the screen by default when everyt...
2013-09-16 Peter JonesDon't print that fallback isn't found in should_use_fal...
2013-06-11 Peter JonesFix some pointer casting issues.
2013-06-10 Peter JonesBump version to 0.4
2013-06-10 Peter JonesMake DBX be included in build if the environment is...
2013-06-10 Peter JonesMake .vendor_cert get the right flags set.
2013-06-10 Peter Jonesadd a .gitignore
2013-06-10 Peter JonesMove embedded certificates to their own section.
2013-06-10 Peter Jonesvendor_cert_size's size in the binary should be 4,...
2013-06-10 Peter JonesRemove FALLBACK_OBJS during clean as well.
2013-06-10 Peter JonesMake sure all the Makefiles use the same arguments...
2013-05-31 Peter JonesEFI_PXE_BASE_CODE_DHCPV6_PACKET is in gnu-efi-3.0t
2013-05-31 Peter JonesDon't use MMX and SSE registers, they aren't initialized.
2013-05-16 Peter JonesBump version to 0.3
2013-05-16 Peter JonesUse MS ABI instead of terrible wrappers.
2013-05-15 Peter JonesUse the correct define on Open.
2013-05-15 Peter JonesAdd some error messages when things don't work.
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
next