]> git.proxmox.com Git - efi-boot-shim.git/shortlog
efi-boot-shim.git
2014-10-13 Peter JonesBump version to 0.8
2014-10-02 Peter JonesCorrectly reject bad tftp addresses earlier, rather...
2014-10-02 Peter JonesUse -Werror=sign-compare .
2014-10-02 Peter JonesMake another integer compare be signed/unsigned safe...
2014-10-02 Sebastian KrahmerOOB access when parsing MOK List/Certificates on MOK...
2014-10-02 Sebastian Krahmershim buffer overflow on ipv6 option parsing
2014-10-02 Peter JonesAnother testplan error.
2014-10-02 Gary Ching... Cryptlib: remove the unused files
2014-10-02 Gary Ching... Don't verify images with the empty build key
2014-10-02 Peter JonesFix some minor testplan errors.
2014-10-02 Peter JonesDon't append an empty cert list to MokListRT if vendor_...
2014-10-01 Peter JonesActually find the relocations correctly and process...
2014-10-01 Peter JonesRevert header changes
2014-09-21 Peter JonesMake list_keys() index variables all be signed.
2014-09-21 Peter JonesDo the same for ia32...
2014-09-21 Peter JonesGenerate a sane PE header on shim, fallback, and MokMan...
2014-09-21 Peter JonesFix our "in_protocol" printing.
2014-09-21 Peter JonesDon't call AuthenticodeVerify if vendor_cert_size is 0.
2014-09-21 Peter JonesValidate computed hash bases/hash sizes more thoroughly.
2014-09-21 Peter JonesMake 64-on-32 maybe work on x86_64.
2014-09-19 Peter JonesActually refer to the base relocation table of our...
2014-08-27 Peter JonesMake sure we don't try to load a binary from a differen...
2014-08-27 Peter JonesDon't name something exit().
2014-08-27 Ard BiesheuvelHandle empty .reloc section in PE/COFF loader
2014-08-27 Peter JonesFix typo from Ard's old tree 32-bit ARM patch.
2014-08-19 Gary Ching... Update openssl to 0.9.8zb
2014-08-12 Ard BiesheuvelAdd support for 32-bit ARM
2014-08-12 Ard BiesheuvelAdd support for 64-bit ARM (AArch64)
2014-08-12 Ard BiesheuvelFactor out x86-isms and add cross compile support
2014-08-12 Ard Biesheuvelunhook_system_services: bail on systab == NULL
2014-08-12 Ard BiesheuvelCryptLib: undefine va_arg and friends before redefining...
2014-07-21 Peter JonesReplace build instructions in README with something...
2014-07-14 Gary Ching... Update openssl to 0.9.8za
2014-06-25 Gary Ching... Simplify the checking of SB and DB states
2014-06-25 Peter JonesMake sure we default to assuming we're locked down.
2014-06-25 Gary Ching... Check the secure variables with the lib functions
2014-06-25 Peter JonesExplain the logic in secure_mode() better.
2014-06-25 Gary Ching... Free the string from DevicePathToStr
2014-06-25 Gary Ching... Silence the functions of shim protocol
2014-06-25 Gary Ching... Remove the duplicate calls in lib/console.c
2014-06-25 Gary Ching... No newline for console_notify
2014-06-25 Gary Ching... Exclude ca.crt while signing EFI images
2014-06-25 Gary Ching... MokManager: handle the error status from ReadKeyStroke
2014-06-25 Gary Ching... MokManager: delete the BS+NV variables the right way
2014-06-25 Gary Ching... Remove grubpath in generate_path()
2014-06-25 Gary Ching... Check the first 4 bytes of the certificate
2014-06-25 Gary Ching... Fetch the netboot image from the same device
2014-05-13 Gary Ching... [fallback] Try to boot the first boot option anyway
2014-05-13 Gary Ching... [fallback] Fix the data size for boot option comparison
2014-05-13 Gary Ching... [fallback] Avoid duplicate old BootOrder
2014-04-11 Peter JonesGet rid of SectionCache in generate_hash(), it is unused.
2014-04-11 Peter JonesKees' patch missed the offset adjustment to PEHdr.
2014-04-11 Kees Cookadditional bounds-checking on section sizes
2014-02-14 Peter JonesAllow fallback to use the system's LoadImage/StartImage .
2014-02-14 Peter JonesAdd a failure case to the test plan and fix an ordering...
2014-02-14 Peter JonesAdd a preliminary test plan.
2014-01-31 Peter Jones[fallback] Attempt to re-use existing entries when...
2014-01-31 Peter Jones[fallback] For HD() device paths, use just the media...
2013-11-21 Peter JonesError check the right thing in get_variable_attr()...
2013-11-21 Peter JonesRewrite directory traversal allocation path so coverity...
2013-11-21 Peter JonesInitialize entries before we pass it to another function.
2013-11-21 Peter JonesFix wrong sizeof().
2013-11-21 Peter JonesLengths that might be -1 can't be unsigned, Peter.
2013-11-21 Peter JonesFix path generation for Dhcpv4 bootloader.
2013-11-19 Matthew GarrettDon't hook system services if shim has no built-in...
2013-11-19 Matthew GarrettClarify meaning of insecure_mode
2013-11-12 Andrew Boieshim: improve error messages
2013-11-12 Andrew Boieallow 32-bit compilation with 64-bit compiler
2013-11-12 Andrew Boiepropagate some path variables
2013-11-12 Andrew Boiefix fallback.so build dependency
2013-11-12 Andrew Boiefallback.c: fix 32-bit compilation
2013-11-12 Andrey Petrovproperly compile OpenSSL in 32-bit mode
2013-11-12 Andrew Boienetboot.h: fix build error on 32-bit systems
2013-11-12 Mohanraj Sshim.c: Add support for hashing/relocation of 32-bit...
2013-11-12 Andrew Boiefix verify_mok()
2013-11-06 Peter JonesBump version to 0.7.
2013-11-06 Peter JonesFix check logic for SetupMode variable.
2013-10-31 Peter JonesMake tag its own make target, and make it sign tags.
2013-10-31 Peter JonesBump version to 0.6
2013-10-30 Peter JonesDon't free GetVariable() return data without checking...
2013-10-28 Peter JonesWe should be checking both mok and the system's SB...
2013-10-23 Peter JonesRevert "additional bounds-checking on section sizes"
2013-10-22 Peter JonesDon't reject all binaries without a certificate database.
2013-10-22 Kees Cookadditional bounds-checking on section sizes
2013-10-04 Peter JonesBump version to 0.5
2013-10-04 Peter JonesUnhook system services as we exit.
2013-10-04 Peter JonesPut SHIM_VERBOSE under shim's guid, not global.
2013-10-04 Peter JonesTry to actually make debug printing look reasonable.
2013-10-04 Peter JonesDo more strict checking on PE Headers.
2013-10-04 Matthew GarrettReapply patches lost in the update
2013-10-04 Matthew GarrettUpdate to current Tiano Cryptlib
2013-10-04 Matthew GarrettAdd Tiano patch e98e59c237e17f064a4ecffb39d45499f89720a1
2013-10-03 Peter JonesImprove PE image bounds checking.
2013-10-03 Peter JonesAdd ident-like blobs to shim.efi for version checking.
2013-10-02 Peter JonesUpdate for Josh's changes.
2013-10-02 Josh BoyerAdd support for disabling db for verification
2013-10-02 Peter JonesRemove "shim.cer" on "make clean".
2013-10-02 Peter JonesUse CHAR8 not UINT8 for character work.
2013-10-02 Peter JonesCompareMem expects void * and gcc complains.
2013-10-02 Peter JonesFix wrong type on console_error() call.
next