]> git.proxmox.com Git - efi-boot-shim.git/shortlog
efi-boot-shim.git
2021-03-23 Steve McIntyreImprove how the dbx hashes are handled
2021-03-23 Steve McIntyreTweak the gnu-efi tarball code
2021-03-23 Steve McIntyreAdd an extra rule to generate the extra gnu-efi tarball
2021-03-23 Steve McIntyreAdd Debian SBAT data to the shim build
2021-03-23 Steve McIntyreAdd dbx entries for all our existing grub binaries
2021-02-21 Steve McIntyreChange changelog to shut lintian up
2021-02-21 Steve McIntyreRemove artifacts that upstream installs that we don...
2021-02-21 Steve McIntyreAdd new patch cast-CHAR8-string-handling.patch
2021-02-21 Steve McIntyreTrivial change to remove bashisms in Make.coverity
2021-02-21 Steve McIntyreRemove all our old patches, no longer needed:
2021-02-21 Steve McIntyreSwitch to using gcc-10 rather than gcc-9. Closes: ...
2021-02-21 Steve McIntyreSwitch to newer upstream "release" 15+1613861442.888f5b5
2021-02-21 Steve McIntyreUpdate upstream source from tag 'upstream/15+1613861442...
2021-02-20 Jan Setje-EilersAdd --set-section-alignment '.sbat=512' to objcopy...
2021-02-20 Chris CoulsonInclude missing .text sections in PE/COFF binary
2021-02-19 Chris Coulsonbuild: Pass the correct paths to sbsign
2021-02-19 Peter Jonessbat: Fix two NULL derefs found with "gcc -fanalyzer"
2021-02-19 Javier Martinez... sbat: make shim to parse it's own .sbat section on...
2021-02-19 Javier Martinez... shim: initialize OpenSSL after parsing SBAT data
2021-02-19 Javier Martinez... sbat: include NULL terminator when calculating buffer...
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 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-19 Peter Jonesshim: use an enum for efi_main's error messages.
2021-02-19 Hai HuangFix EV_EFI_VARIABLE_AUTHORITY event in eventlog
2021-02-19 Paul Moorebuild: add some basic $EFI_PATH checking
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-18 Steve McIntyreFixups after Peter's review
2021-02-18 Steve McIntyreSecond attempt at SBAT doc tweaks
2021-02-18 Jan Setje-Eilersfix nit
2021-02-18 Jan Setje-Eilersfix nit
2021-02-18 Jan Setje-Eilersfix nit
2021-02-18 Jan Setje-Eilersfix not
2021-02-18 Peter JonesSBAT: Fix all the docs examples to start with version 1
2021-02-18 Peter JonesSBAT: make the variable be CSV in our spec.
2021-02-16 Chris Cosbat: add minor fixes to parse_sbat
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-16 Peter Jonessbat: clang-format the whole thing.
2021-02-16 Peter JonesUse gcc -Os instead of -O0.
2021-02-16 Chris CoulsonRename check_{white,black}list to check_{allow,deny...
2021-02-16 Peter JonesAdd ENABLE_SHIM_DEVEL config to change what our debug...
2021-02-16 Peter JonesMake the variable name and pointer const in all of...
2021-02-16 Peter JonesMake httpboot.c always get built.
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 Linfallback: show a countdown menu before reset
2021-02-16 Gary Linconsole: Move the countdown function to console.c
2021-02-16 Gary Linlib: move print_crypto_errors() out of console.c
2021-02-16 Chris CoulsonFix sbsign command usage
2021-02-16 Peter JonesMake sure MIN() and MAX() are always defined.
2021-02-16 Luca BoccassiMakefile: use fixed build host if SOURCE_DATE_EPOCH...
2021-02-16 Gary Linsrc/netboot.c: remove the execute bit
2021-02-16 Peter JonesSPDX: Clarify the attribution for James's lib/ code
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-16 Lisa WhiteFix typo in a comment
2021-02-15 Colin WaltersConvert README -> README.md
2021-02-15 Peter Jones.gitignore: ignore .gdbinit
2021-02-15 Peter Jones.gitignore: add build dirs and shim_cert.h
2021-02-15 Peter JonesRe-alphabetize .gitignore.
2021-02-15 Nicholas BishopBUILDING: Fix a typo
2021-02-15 Peter JonesBUILDING: fix missing DISABLE_EBS_PROTECTION section
2021-02-15 Paul MenzelREADME: Remove superfluous *and*
2021-02-15 Peter JonesAdd .cer/.crt/.esl to .gitignore
2021-02-15 Peter JonesAdd screen logs to .gitignore
2021-02-15 Peter JonesAlso ignore .sw?
2021-02-15 Jia ZhangIgnore *.hash
2021-02-15 Mathieu Trudel... Add mm/fb hashing to TODO, put that and related things...
2021-02-15 Peter JonesAdd fallback boot loop detection to TODO
2021-02-15 Peter JonesAdd some *more* TODO tasks.
2021-02-15 Peter JonesAdd another unfortunate TODO entry.
2021-02-15 Peter JonesAdd some more TODOs for shim 16
2021-02-15 Peter JonesTry to make scan-build.mk work without scan-build insta...
2021-02-15 Peter JonesTry to make coverity.mk work without cov-build installed.
2021-02-15 Peter JonesWe're not using travis-build.sh any more.
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 Jonesget_variable: always allocate a NUL character at the...
2021-02-13 Peter JonesAdd some linked list primitives.
2021-02-13 Peter JonesAdd an example SBAT workflow document
2021-02-13 Jan Setje-EilersAdd Secure Boot Advanced Targeting (SBAT) specification...
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
2021-02-12 Peter Jonesincludes: add strchra() and strchrnula() impls
2021-02-12 Peter JonesRemove my .syntastic_c_config, it doesn't belong in...
2021-02-12 Peter Jonesefi bins: add an easy way for vendors to add .sbat...
2021-02-12 Javier Martinez... Add a .sbat section to EFI binaries
2021-02-05 Peter Jonesgithub workflows: add the sbat branch to one PR builds...
2021-02-05 Peter Jonesgithub workflows: Unify the x86 pull request build...
2021-02-01 Peter JonesFix pe.h -> peimage.h in /both/ places.
2021-01-29 Peter JonesRenaming PeImage.h to pe.h wasn't actually a good idea.
next