]> git.proxmox.com Git - efi-boot-shim.git/history - include
Try again with includes
[efi-boot-shim.git] / include /
2022-04-27 Steve McIntyreUpdate upstream source from tag 'upstream/15.5'
2022-04-27 Steve McIntyreNew upstream version 15.5
2021-03-31 Steve McIntyreUpdate upstream source from tag 'upstream/15.4'
2021-03-31 Steve McIntyreNew upstream version 15.4
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-19 Javier Martinez... sbat: make shim to parse it's own .sbat section on...
2021-02-19 Javier Martinez... Don't re-parse the SBAT EFI variable for each binary...
2021-02-19 Peter Jonesparse_sbat: handle the realloc failure leak and batch...
2021-02-19 Alex Burmashevpe.c: parse SBAT variable and perform basic verification
2021-02-19 Peter Jonessbat: drop the struct sbat and just use two variables...
2021-02-18 Alex Burmashevadd list_empty to linked list primitives
2021-02-18 Alex Burmashevstrndupa: allocate len + 1, so that \0 is not lost
2021-02-18 Peter JonesFix an off by one in strnlena()
2021-02-16 Javier Martinez... sbat: remove unused buffer parameter in parse_sbat...
2021-02-16 Peter Jonessbat: clang-format the whole thing.
2021-02-16 Peter JonesMake the variable name and pointer const in all of...
2021-02-16 Peter JonesFix a bunch of trivial trailing whitespace issues.
2021-02-16 Peter Jonesconsole: Fix a typo in the EFI warning list in gnu-efi
2021-02-16 Gary Linconsole: Move the countdown function to console.c
2021-02-16 Peter JonesMake sure MIN() and MAX() are always defined.
2021-02-16 Peter JonesSPDX: Clarify the attribution for crypt_blowfish
2021-02-16 Peter JonesFix up a bunch of our license statements and add SPDX...
2021-02-15 Peter Jonessbat: make the includes work like everything else.
2021-02-13 Peter Jonesadd an ascii strndup() implementation.
2021-02-13 Peter JonesAdd some linked list primitives.
2021-02-13 Javier Martinez... Add a function to parse the SBAT metadata from the...
2021-02-13 Peter JonesAdd the beginning of .sbat parsing stuff
2021-02-13 Peter JonesMove a bunch of PE-related stuff out of shim.c
2021-02-12 Peter Jonesincludes: add strchra() and strchrnula() impls
2021-01-29 Peter JonesRenaming PeImage.h to pe.h wasn't actually a good idea.
2021-01-29 Peter JonesWork around some clang-format oddnesses
2021-01-29 Peter JonesAlways use lower case for our local include file names.
2020-10-15 James BottomleyFix incorrect allocation size for EV_EFI_BOOT_SERVICES_...
2020-10-15 Peter Joneshexdump.h: fix arithmetic error.
2020-07-26 Peter JonesImplement lennysz's suggestions for MokListRT
2020-07-26 Peter JonesAlso use a config table to mirror mok variables.
2020-07-26 Peter JonesImprove debug output some
2020-07-24 Peter JonesAdd support for vendor_db built-in shim authorized...
2020-07-24 Javier Martinez... tpm: Include information about PE/COFF images in the...
2020-07-24 Laszlo Ersektranslate_slashes(): don't write to string literals
2020-07-24 Ivan HuMokManager: console mode modification for hi-dpi screen...
2020-07-24 Peter Jonesshim: Rework pause functions and add read_counter()
2019-02-10 Steve Langasek* New upstream release.
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 JonesFix get_variable() usage in setup_verbosity()
2018-04-05 Peter JonesGet rid of dprinta(), it's useless
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 JonesUse gcc's offsetof() instead of hacking out our own.
2018-03-12 Peter JonesDon't have tons of local guid definitions for no reason...
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...
2017-12-19 Peter Jones"in_protocol" is used in more than shim.o; make it...
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 JonesAdd a mechanism to print openssl errors
2017-08-31 Peter JonesMake msleep() be a thing
2017-08-04 Mathieu Trudel-Lap... Import Upstream version 0.9+1474479173.6c180c6
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-19 Steve LangasekNew upstream release (fix-up commit)
2016-09-19 Steve LangasekImport upstream version 0.9+1465500757.14a5905
2016-09-06 Gary Ching-Pang LinAdd HTTP and IpConfig headers
2016-09-06 Gary Ching-Pang LinMake translate_slashes() public
2016-07-26 Mathieu Trudel-Lap... New upstream release.
2016-07-26 Mathieu Trudel-Lap... Import upstream version 0.9+1465500757.14a5905
2016-06-09 Peter Jonesshim: make the PE loader less overzealous on rejections
2016-06-09 Peter Jonesshim: make the PE loader less overzealous on rejections
2015-06-16 Peter JonesFix console_print_box*() parameters.
2015-06-16 Peter JonesFix console_print_box*() parameters.
2015-05-06 Mathieu Trudel-Lap... New upstream release.
2015-05-06 Mathieu Trudel-Lap... Import upstream version 0.8
2015-04-13 Peter JonesMake lib/ build right with the cflags it should be...
2015-04-13 Peter JonesMake lib/ build right with the cflags it should be...
2015-04-13 Peter JonesAlign the sections we're loading, and check for validit...
2015-04-13 Peter JonesAlign the sections we're loading, and check for validit...
2014-10-07 Steve LangasekMerge upstream version 0.7
2014-10-06 Steve LangasekImport upstream version 0.7
2014-08-27 Peter JonesMake sure we don't try to load a binary from a differen...
2014-08-27 Peter JonesMake sure we don't try to load a binary from a differen...
2014-06-25 Peter JonesMake sure we default to assuming we're locked down.
2014-06-25 Peter JonesMake sure we default to assuming we're locked down.
2014-06-25 Gary Ching-Pang LinMokManager: handle the error status from ReadKeyStroke
2014-06-25 Gary Ching-Pang LinMokManager: handle the error status from ReadKeyStroke
2013-11-21 Peter JonesFix path generation for Dhcpv4 bootloader.
2013-11-21 Peter JonesFix path generation for Dhcpv4 bootloader.
2013-10-04 Peter JonesTry to actually make debug printing look reasonable.
2013-10-04 Peter JonesTry to actually make debug printing look reasonable.
2013-10-03 Peter JonesAdd ident-like blobs to shim.efi for version checking.
2013-10-03 Peter JonesAdd ident-like blobs to shim.efi for version checking.
2013-10-01 Peter JonesConditionalize overriding the security policy.
2013-10-01 Peter JonesConditionalize overriding the security policy.
2013-10-01 Peter JonesMerge console_control.h and console.h
2013-10-01 Peter JonesMerge console_control.h and console.h
next