]> git.proxmox.com Git - efi-boot-shim.git/history - MokManager.c
Update upstream source from tag 'upstream/15.4'
[efi-boot-shim.git] / MokManager.c
2021-03-23 Steve McIntyreNew upstream version 15.3
2021-03-23 Steve McIntyreUpdate upstream source from tag 'upstream/15.3'
2021-02-21 Steve McIntyreUpdate upstream source from tag 'upstream/15+1613861442...
2021-02-16 Gary Linconsole: Move the countdown function to console.c
2021-02-16 Peter JonesFix up a bunch of our license statements and add SPDX...
2020-10-15 Peter JonesFix some mokmanager deletion paths
2020-07-24 Peter JonesMokManager: fix a wrong allocation failure check.
2020-07-24 Peter JonesMokManager: fix uninitialized value
2020-07-24 Jonas WitschelMokManager: avoid -Werror=address-of-packed-member
2020-07-24 Ivan HuMokManager: console mode modification for hi-dpi screen...
2020-07-24 Gary LinMokManager: Use CompareMem on MokListNode.Type instead...
2020-07-24 Peter JonesWork around stuff -Waddress-of-packed-member finds.
2020-07-24 Gary LinMokManager: Stop using EFI_VARIABLE_APPEND_WRITE
2020-07-24 Mathieu Trudel-Lap... Let MokManager follow a MokTimeout var for timeout...
2019-02-10 Steve Langasek* New upstream release.
2018-08-21 Mathieu Trudel-Lap... New upstream version 15+1533136590.3beb971
2018-08-21 Mathieu Trudel-Lap... Update upstream source from tag 'upstream/15+1533136590...
2018-07-24 Mathieu Trudel-Lap... New upstream version 15+1531942534.dd3230d
2018-07-24 Mathieu Trudel-Lap... Update upstream source from tag 'upstream/15+1531942534...
2018-04-05 Peter JonesAudit get_variable() calls for correct FreePool() use.
2018-03-20 Peter JonesRevert "MokManager: stop using StrnCat"
2018-03-13 Hans de GoedeMokManager: stop using StrnCat
2018-03-12 Hans de Goedeconsole: Do not set EFI console to textmode until somet...
2018-03-12 Hans de Goedeconsole: Add console_print and console_print_at helpers
2018-03-12 Peter JonesDon't use uefi_call_wrapper(), ever.
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 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 JonesMove includes around to clean the source tree up a...
2017-09-13 Mathieu Trudel-Lap... New upstream version 13~git1505328970.9c1c35c5
2017-09-13 Mathieu Trudel-Lap... Updated version 13~git1505328970.9c1c35c5 from 'upstrea...
2017-08-31 Peter JonesRevert lots of Cryptlib updates.
2017-08-18 Mathieu Trudel-Lap... Rework looping in enter_mok_menu(), to allow multiple...
2017-08-10 Mathieu Trudel-Lap... Updated version 12+1502324945.478f9bb from 'upstream...
2017-08-10 Mathieu Trudel-Lap... New upstream version 12+1502324945.478f9bb
2017-08-07 Mathieu Trudel-Lap... Merge tag 'upstream/12+1501864225.b586175' into cypherm...
2017-08-07 Mathieu Trudel-Lap... New upstream version 12+1501864225.b586175
2017-08-04 Mathieu Trudel-Lap... Import Upstream version 0.9+1474479173.6c180c6
2017-04-11 Gary LinMokManager: Update to new openssl API
2016-10-01 Steve LangasekResync with Ubuntu, including patch to fix debian/copyr...
2016-09-22 Mathieu Trudel-Lap... New upstream release.
2016-09-22 Mathieu Trudel-Lap... Import upstream version 0.9+1474479173.6c180c6
2016-09-21 Mathieu Trudel-Lap... MokManager: list Extended Key Usage OIDs
2016-09-19 Steve LangasekNew upstream release (fix-up commit)
2016-09-19 Steve LangasekImport upstream version 0.9+1465500757.14a5905
2016-09-09 Gary LinMokManager: free new_data after use
2016-09-09 Gary LinMokManager: Try APPEND_WRITE first
2016-09-09 Gary LinMokManager: Remove the usage of APPEND_WRITE
2016-09-06 Gary LinUpdate to openssl to 1.0.2e
2016-07-26 Mathieu Trudel-Lap... New upstream release.
2016-07-26 Mathieu Trudel-Lap... Import upstream version 0.9+1465500757.14a5905
2015-11-17 Peter JonesMokManager: Fix a -Wsign-compare bug on i?86
2015-11-17 Peter JonesMokManager: Fix a -Wsign-compare bug on i?86
2015-06-16 Peter JonesMokManager: Nerf SHA-1 again for actual hashes and...
2015-06-16 Peter JonesMokManager: Nerf SHA-1 again for actual hashes and...
2015-06-16 Gary Ching-Pang LinMokManager: fix comparison between signed and unsigned...
2015-06-16 Gary Ching-Pang LinMokManager: fix comparison between signed and unsigned...
2015-06-16 Gary Ching-Pang LinMokManager: Discard the list contains an invalid signature
2015-06-16 Gary Ching-Pang LinMokManager: Discard the list contains an invalid signature
2015-06-16 Gary Ching-Pang LinMokManager: Support SHA224, SHA384, and SHA512
2015-06-16 Gary Ching-Pang LinMokManager: Support SHA224, SHA384, and SHA512
2015-06-16 Gary Ching-Pang LinMokManager: Add more key list safe checks
2015-06-16 Gary Ching-Pang LinMokManager: Add more key list safe checks
2015-06-16 Gary Ching-Pang LinMokManager: fix the return value and type
2015-06-16 Gary Ching-Pang LinMokManager: fix the return value and type
2015-06-16 Gary Ching-Pang LinMokManager: Support SHA1 hash in MOK
2015-06-16 Gary Ching-Pang LinMokManager: Support SHA1 hash in MOK
2015-06-16 Gary Ching-Pang LinMokManager: fix the hash list counting in delete
2015-06-16 Gary Ching-Pang LinMokManager: fix the hash list counting in delete
2015-06-16 Gary Ching-Pang LinMokManager: calculate the variable size correctly
2015-06-16 Gary Ching-Pang LinMokManager: calculate the variable size correctly
2015-06-16 Gary Ching-Pang LinMokManager: Write the hash list properly
2015-06-16 Gary Ching-Pang LinMokManager: Write the hash list properly
2015-06-16 Gary Ching-Pang LinMokManager: Match all hashes in the list
2015-06-16 Gary Ching-Pang LinMokManager: Match all hashes in the list
2015-06-16 Gary Ching-Pang LinMokManager: delete the hash properly
2015-06-16 Gary Ching-Pang LinMokManager: delete the hash properly
2015-06-16 Gary Ching-Pang LinMokManager: show the hash list properly
2015-06-16 Gary Ching-Pang LinMokManager: show the hash list properly
2015-06-16 Gary Ching-Pang LinSupport MOK blacklist
2015-06-16 Gary Ching-Pang LinSupport MOK blacklist
2015-05-13 Mathieu Trudel-Lap... More GCC 5 fixes: stdarg.h and other include tweaks...
2015-05-06 Mathieu Trudel-Lap... New upstream release.
2015-05-06 Mathieu Trudel-Lap... Import upstream version 0.8
2015-04-13 Peter Jonesgcc 5.0 changes some include bits, so copy what arm...
2015-04-13 Peter Jonesgcc 5.0 changes some include bits, so copy what arm...
2014-10-07 Steve LangasekMerge upstream version 0.7
2014-10-06 Steve LangasekImport upstream version 0.7
2014-10-02 Peter JonesMake another integer compare be signed/unsigned safe...
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 KrahmerOOB access when parsing MOK List/Certificates on MOK...
2014-09-21 Peter JonesMake list_keys() index variables all be signed.
2014-09-21 Peter JonesMake list_keys() index variables all be signed.
next