]> git.proxmox.com Git - efi-boot-shim.git/history - pe.c
dbx: generate our own UUID
[efi-boot-shim.git] / pe.c
2024-05-07 Fabian GrünbichlerMerge tag 'debian/15.8-1_deb12u1' into proxmox/bookworm
2024-05-03 Steve McIntyreNew upstream version 15.8
2023-01-22 Steve McIntyreUpdate upstream source from tag 'upstream/15.7'
2023-01-22 Steve McIntyreNew upstream version 15.7
2022-06-22 Steve McIntyreNew upstream version 15.6
2022-06-22 Steve McIntyreUpdate upstream source from tag 'upstream/15.6'
2022-04-27 Steve McIntyreNew upstream version 15.5
2022-04-27 Steve McIntyreUpdate upstream source from tag 'upstream/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 Peter Jonespe.c: move sbat verification to its own function.
2021-02-19 Javier Martinez... Don't re-parse the SBAT EFI variable for each binary...
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-16 Javier Martinez... sbat: use correct type for parse_sbat_var() return...
2021-02-16 Javier Martinez... sbat: remove unused buffer parameter in parse_sbat...
2021-02-13 Peter JonesSBAT: parse a copy of the table that's got a NUL at...
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 JonesAdd some more PE helpers we need for SBAT
2021-02-13 Peter JonesRefactor some PE handling code
2021-02-13 Peter JonesMove a bunch of PE-related stuff out of shim.c