]> git.proxmox.com Git - efi-boot-shim.git/shortlog
efi-boot-shim.git
2018-03-12 Peter Jonesshim: Improve the bounds checking of ImageAddress()
2018-03-12 Peter Jonesshim: main(): Don't save the value from mok_ignore_db()
2018-03-12 Peter Jonesshim: generate_hash(): make clang-analyzer not get...
2018-03-12 Peter Jonesshim: Mitigate a minor clang-analyzer complaint.
2018-03-12 Peter Jonesshim: tpm.c: Make sure old_caps is initialized in tpm2...
2018-03-12 Peter JonesDon't use uefi_call_wrapper(), ever.
2018-03-12 Peter Jonesshim: Use EFI_ERROR() instead of comparing to EFI_SUCCE...
2018-03-12 Peter Jonesshim: relocate_coff(): get rid of "FixupData" stuff
2018-03-12 Peter Jonesshim: check_db_cert_in_ram(): clear openssl errors...
2018-03-12 Peter Jonesshim: ensure generate_hash() never operates on a negati...
2018-03-12 Peter Jonesfallback: find_boot_options(): don't leak a file handle.
2018-03-12 Peter Jonesfallback: Use EFI_ERROR() instead of comparing to EFI_S...
2018-03-12 Peter Jonesfallback: find_boot_options(): make the allocation...
2018-03-12 Peter Jonesfallback: find_boot_csv(): eliminate dead code.
2018-03-12 Peter Jonesfallback: find_boot_csv(): Print the error from try_boo...
2018-03-12 Peter Jonesfallback: read_file(): limit how big the file can be...
2018-03-12 Peter Jonesfallback: handle buffer allocations for fh->GetInfo...
2018-03-12 Peter JonesMokManager: get rid of struct menu_item, it is unused.
2018-03-12 Peter JonesMokManager: Fix a conditional on an uninitialized value...
2018-03-12 Peter JonesMokManager: handle mok parameter allocations better.
2018-03-12 Peter JonesMokManager: use EFI_ERROR() instead of comparing to...
2018-03-12 Peter JonesMokManager: check_der_suffix(): use StrnCat() on our...
2018-03-12 Peter JonesMokManager: Lindent (and other reformats) the whole...
2018-03-12 Peter Joneslib/shell.c: minor cleanup
2018-03-12 Peter Joneslib/simple_file.c: minor cleanup
2018-03-12 Peter Joneslib: Use EFI_ERROR() instead of comparing to EFI_SUCCES...
2018-03-12 Peter Joneslib: find_in_variable_esl(): Fix a tiny nitpick clang...
2018-03-12 Peter Joneslib: simple_file_selector(): remove some dead code.
2018-03-12 Peter Joneslib: simple_file_selector(): simplify the error path...
2018-03-12 Peter JonesUse gcc's offsetof() instead of hacking out our own.
2018-03-12 Peter JonesCryptLib: Add the AsciiStrCpy() decl.
2018-03-12 Peter JonesGet rid of all the places we cast to (CHAR16 *[])
2018-03-12 Peter JonesFix some "if (x < 0)" tests where x is UINTN.
2018-03-12 Peter JonesDon't have tons of local guid definitions for no reason...
2018-03-12 Peter Joneslib/variables.c: reformat CreateTimeBasedPayload()
2018-03-12 Peter JonesClean up efiauthenticated.h a lot.
2018-03-12 Peter JonesMake sure all of our include files have proper guards.
2018-03-12 Peter JonesMove includes around to clean the source tree up a...
2018-03-12 Peter JonesRename generate_path() because we have 2 of it.
2018-03-12 Peter JonesFix the declaration of find_httpboot() to match its...
2018-03-12 Peter JonesAdd "make scan-build" target.
2018-03-12 Peter JonesAdd a model file for coverity.
2018-03-12 Peter JonesAdd 'make coverity' target.
2018-03-12 Peter JonesSplit makefiles up a bit
2018-03-12 Peter JonesDocument REQUIRE_TPM
2018-03-08 Hans de GoedeFix failure to boot on systems without a TPM
2018-03-06 Peter Jonesshim: Ignore UEFI LoadOptions that are just NUL characters.
2018-03-06 Tamas K LengyelInstall shim_lock protocol even when SecureBoot is off
2018-03-06 Tamas K LengyelFall-back TPM2 measurement if it fails with PE_COFF_IMA...
2018-03-06 Tamas K LengyelAdd REQUIRE_TPM flag to treat TPM related errors as...
2018-03-06 Tamas K LengyelMeasure into the TPM even if SecureBoot is off in shim_...
2018-03-06 Tamas K LengyelLog measurements in PCR4 for applications being verifie...
2018-03-06 Tamas K LengyelAdd -m64 compiler flag to allow cross-compiling to...
2018-02-28 Peter Jonesident: We don't actually need the hostname or kernel...
2018-02-28 cdadminAdd proxy dhcp support
2018-02-28 Gary LinCryptlib: replace CryptPem with CryptPemNull
2018-02-28 Gary Linhttpboot: include console.h
2018-02-28 Gary Linhttpboot: fix the infinite loop
2018-02-28 Gary Linhttpboot: Amend the device path matching rule
2018-02-01 Mathieu Trudel... Uninstall shim protocols before re-installing them
2017-12-19 Peter JonesBump the version to 14
2017-12-19 Peter JonesDon't allow undefined symbols at all.
2017-12-19 Peter Jones"in_protocol" is used in more than shim.o; make it...
2017-12-19 Peter JonesDon't let openssl() try to call an external abort()
2017-09-29 Peter JonesBump the version to 13
2017-09-29 Mathieu Trudel... buildid: Check the return values of write() calls
2017-09-29 Peter JonesMake shim_cert.h able to be included more safely.
2017-09-29 Peter Jonesbuildid: make 'make clean' remove it.
2017-09-26 Peter JonesUse iconv for UCS-2 encoding.
2017-09-19 Peter JonesFix an LDFLAGS issue on arm and aarch64
2017-09-19 Peter JonesTry to do a slightly better job at 'make clean'
2017-09-14 Mathieu Trudel... Don't build shim_cert.h in parallel with other targets.
2017-09-14 Mathieu Trudel... Clean up after BOOT$(ARCH).CSV.
2017-09-13 Peter Jonestry to show errors more usefully.
2017-09-13 Peter JonesAdd some debugging data to the last malformed binary...
2017-09-13 Peter JonesAdd some defaults and a syntastic file so vim helps...
2017-09-08 Peter JonesWork around some annoying compiler grievances
2017-09-08 Peter JonesSome things went weird with the openssl revert...
2017-09-08 Gary LinCryptlib: remove DES
2017-09-08 Gary LinCryptlib: Remove MD4
2017-09-08 Gary LinCryptlib: amend the headers and fix signness
2017-08-31 Mathieu Trudel... Fix build with ENABLE_SHIM_CERT and ENABLE_SBSIGN:...
2017-08-31 Gary LinCryptlib: implement strcmp() and strcasecmp()
2017-08-31 Gary LinCryptlib: Include stddef.h in CrtLibSupport.h
2017-08-31 Peter JonesRevert lots of Cryptlib updates.
2017-08-31 Peter JonesDrain the OpenSSL error stack and report crypto verific...
2017-08-31 Peter JonesInit openssl so we can use its debug facilities.
2017-08-31 Peter JonesAdd a mechanism to print openssl errors
2017-08-31 Peter JonesFix a missing OpenSSL error message point
2017-08-31 Peter JonesMake msleep() be a thing
2017-08-18 Mathieu Trudel... Rework looping in enter_mok_menu(), to allow multiple...
2017-08-11 Peter JonesAdd ENABLE_SHIM_HASH and make install-as-data know...
2017-08-11 Peter JonesUpdate TODO with some stuff
2017-08-11 Peter JonesMake better debuginfo and install it reasonably.
2017-08-11 Peter JonesAllow use of sbsign to sign things.
2017-08-11 Peter JonesAdd ENABLE_SHIM_CERT to make MokManager/fallback signin...
2017-08-11 Peter JonesMake DEFAULT_LOADER have the EFI arch suffix by default.
2017-08-11 Peter JonesMake ARM targets use -mstrict-align
2017-08-11 Peter JonesAdd install targets.
2017-08-11 Peter JonesFix openssl compile flags for x86_64
next