summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-12lib: find_in_variable_esl(): Fix a tiny nitpick clang-analyze has.Peter Jones
2018-03-12lib: simple_file_selector(): remove some dead code.Peter Jones
2018-03-12lib: simple_file_selector(): simplify the error path to confuse covscan less.Peter Jones
2018-03-12Use gcc's offsetof() instead of hacking out our own.Peter Jones
2018-03-12CryptLib: Add the AsciiStrCpy() decl.Peter Jones
2018-03-12Get rid of all the places we cast to (CHAR16 *[])Peter Jones
2018-03-12Fix some "if (x < 0)" tests where x is UINTN.Peter Jones
2018-03-12Don't have tons of local guid definitions for no reason at all.Peter Jones
2018-03-12lib/variables.c: reformat CreateTimeBasedPayload()Peter Jones
2018-03-12Clean up efiauthenticated.h a lot.Peter Jones
2018-03-12Make sure all of our include files have proper guards.Peter Jones
2018-03-12Move includes around to clean the source tree up a bit.Peter Jones
2018-03-12Rename generate_path() because we have 2 of it.Peter Jones
2018-03-12Fix the declaration of find_httpboot() to match its implementation.Peter Jones
2018-03-12Add "make scan-build" target.Peter Jones
2018-03-12Add a model file for coverity.Peter Jones
2018-03-12Add 'make coverity' target.Peter Jones
2018-03-12Split makefiles up a bitPeter Jones
2018-03-12Document REQUIRE_TPMPeter Jones
2018-03-08Fix failure to boot on systems without a TPMHans de Goede
2018-03-06shim: Ignore UEFI LoadOptions that are just NUL characters.Peter Jones
2018-03-06Install shim_lock protocol even when SecureBoot is offTamas K Lengyel
2018-03-06Fall-back TPM2 measurement if it fails with PE_COFF_IMAGE flagTamas K Lengyel
2018-03-06Add REQUIRE_TPM flag to treat TPM related errors as criticalTamas K Lengyel
2018-03-06Measure into the TPM even if SecureBoot is off in shim_lock verifyTamas K Lengyel
2018-03-06Log measurements in PCR4 for applications being verified through shim_lockTamas K Lengyel
2018-03-06Add -m64 compiler flag to allow cross-compiling to 64-bit version on 32-bit s...Tamas K Lengyel
2018-02-28ident: We don't actually need the hostname or kernel version, and it makes th...Peter Jones
2018-02-28Add proxy dhcp supportcdadmin
2018-02-28Cryptlib: replace CryptPem with CryptPemNullGary Lin
2018-02-28httpboot: include console.hGary Lin
2018-02-28httpboot: fix the infinite loopGary Lin
2018-02-28httpboot: Amend the device path matching ruleGary Lin
2018-02-01Uninstall shim protocols before re-installing themMathieu Trudel-Lapierre
2017-12-19Bump the version to 1414Peter Jones
2017-12-19Don't allow undefined symbols at all.Peter Jones
2017-12-19"in_protocol" is used in more than shim.o; make it not static.Peter Jones
2017-12-19Don't let openssl() try to call an external abort()Peter Jones
2017-09-29Bump the version to 1313Peter Jones
2017-09-29buildid: Check the return values of write() callsMathieu Trudel-Lapierre
2017-09-29Make shim_cert.h able to be included more safely.Peter Jones
2017-09-29buildid: make 'make clean' remove it.Peter Jones
2017-09-26Use iconv for UCS-2 encoding.Peter Jones
2017-09-19Fix an LDFLAGS issue on arm and aarch64Peter Jones
2017-09-19Try to do a slightly better job at 'make clean'Peter Jones
2017-09-14Don't build shim_cert.h in parallel with other targets.Mathieu Trudel-Lapierre
2017-09-14Clean up after BOOT$(ARCH).CSV.Mathieu Trudel-Lapierre
2017-09-13try to show errors more usefully.Peter Jones
2017-09-13Add some debugging data to the last malformed binary check...Peter Jones
2017-09-13Add some defaults and a syntastic file so vim helps more.Peter Jones