summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-06-10Make sure all the Makefiles use the same arguments for mmx/sse/ms_abi.Peter Jones
2013-05-31EFI_PXE_BASE_CODE_DHCPV6_PACKET is in gnu-efi-3.0tPeter Jones
2013-05-31Don't use MMX and SSE registers, they aren't initialized.Peter Jones
2013-05-16Bump version to 0.30.3Peter Jones
2013-05-16Use MS ABI instead of terrible wrappers.Peter Jones
2013-05-15Use the correct define on Open.Peter Jones
2013-05-15Add some error messages when things don't work.Peter Jones
2013-05-15Remove some unnecessary code.Peter Jones
2013-05-15Fix some minor type errors.Peter Jones
2013-05-14Pass parameters correctly when booting.Peter Jones
2013-05-02[fallback] Try to execute the first new boot option.Peter Jones
2013-04-30Explain byte order handling better.Peter Jones
2013-04-30Don't update BootOrder until all csv files are processedGary Ching-Pang Lin
2013-04-30Reset the system after restoring the boot entriesGary Ching-Pang Lin
2013-04-30Fix crash due to memory allocationGary Ching-Pang Lin
2013-04-30Get rid of extra "continue".Peter Jones
2013-04-30Fix error checking on AllocateZeroPool() in update_boot_order()Peter Jones
2013-04-30Make shim use fallback when appropriate.Peter Jones
2013-04-30Add a fallback loader for when shim is invoked as BOOTX64.EFIPeter Jones
2013-04-30Add StrCSpn()Peter Jones
2013-04-30Adopt the UEFI shell style LoadOptionsGary Ching-Pang Lin
2013-04-26Get rid of extra label.Peter Jones
2013-04-26Don't put the directory in the file path twice.Peter Jones
2013-04-26UEFI Shell sticks the UCS2 of li->FilePath in li->LoadOptions. Ignore it.Peter Jones
2013-01-03Make sure the menu shows when the callback failsGary Ching-Pang Lin
2013-01-03Add support for deleting specific keysGary Ching-Pang Lin
2012-12-27MOK doesn't include the signature ownerGary Ching-Pang Lin
2012-12-27Add a general function for password matchingGary Ching-Pang Lin
2012-12-27Reboot the system after enrolling/erasing keysGary Ching-Pang Lin
2012-12-20Clear the screen before erasing keysGary Ching-Pang Lin
2012-12-10Get the second stage loader from the Load OptionsGary Ching-Pang Lin
2012-11-27Remove debug codeMatthew Garrett
2012-11-26Sign MokManager with a locally-generated keyMatthew Garrett
2012-11-01Don't fail if there's no network devicesMatthew Garrett
2012-11-01Bump versionMatthew Garrett
2012-11-01Merge branch 'mok' into netbootMatthew Garrett
2012-11-01Add commentsMatthew Garrett
2012-11-01Merge branch 'mok' into netbootMatthew Garrett
2012-11-01Fix AuthenticodeVerify loopMatthew Garrett
2012-11-01Fix signature checkingMatthew Garrett
2012-11-01Fix double freeMatthew Garrett
2012-11-01Fix up some typesMatthew Garrett
2012-10-30Add documentation of the Mok variablesMatthew Garrett
2012-10-30Merge branch 'mok' of github.com:mjg59/shim into mokMatthew Garrett
2012-10-30Check the vendor blacklist correctlyGary Ching-Pang Lin
2012-10-30Initialize the size of vendor dbx as 0Gary Ching-Pang Lin
2012-10-24Clean up password settingMatthew Garrett
2012-10-24Improve signature validation enable/disableMatthew Garrett
2012-10-24Boot unsigned binaries if we're not in secure modeMatthew Garrett
2012-10-24Miscellaneous small fixupsMatthew Garrett