]> git.proxmox.com Git - efi-boot-shim.git/shortlog
efi-boot-shim.git
2013-08-08 Stéphane Graberreleasing version 0.4-0ubuntu3
2013-08-08 Stéphane GraberFix for LP: #1087501
2013-07-03 Steve Langasekdebian/patches/no-output-by-default.patch: Don't print any
2013-07-03 Steve LangasekInstall MokManager.efi.signed in the package.
2013-07-02 Steve Langasekreleasing version 0.4-0ubuntu2
2013-07-02 Steve LangasekAdd missing build-dependency on openssl.
2013-07-02 Steve Langasekreleasing version 0.4-0ubuntu1
2013-07-02 Steve LangasekOnly one new upstream release, no need to say it twice ;)
2013-07-02 Steve LangasekBump the versioned build-dep on gnu-efi to one that...
2013-07-02 Steve LangasekMerge upstream release 0.4
2013-07-02 Steve LangasekImport upstream version 0.4
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-14 Steve LangasekAdd a versioned build-dependency on gnu-efi; we need...
2012-12-14 Steve Langasekdebian/patches/sbsigntool-not-pesign: Sign MokManager...
2012-12-13 Steve LangasekImport new upstream snapshot
2012-12-13 Steve LangasekImport upstream version 0~20120906.bcd0a4e8+bzr106
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
next