aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
centos7[build] Fix build failures with older versions of gccMichael Brown5 months
coverity_scan[readline] Silence spurious null pointer dereference Coverity warningMichael Brown3 months
gcmassert[build] Fix build failures with random versions of gccMichael Brown4 months
letsencrypt[crypto] Allow for multiple cross-signed certificate download attemptsMichael Brown5 months
master[cloud] Add utility for importing images to Google Compute EngineMichael Brown9 days
mschapv2[crypto] Add implementation of MS-CHAPv2 authenticationMichael Brown5 months
slash128[ipv6] Expose router address for DHCPv6 leased addressesMichael Brown3 weeks
slash31[ipv4] Support small subnets with no directed broadcast addressMichael Brown3 weeks
snppad[snp] Pad transmit buffer length to work around buggy vendor driversMichael Brown4 months
vetodhcp6[efi] Veto the Dhcp6Dxe driver on all platformsMichael Brown3 months
[...]
 
TagDownloadAuthorAge
v1.21.1ipxe-1.21.1.zip  ipxe-1.21.1.tar.gz  ipxe-1.21.1.tar.bz2  Michael Brown4 years
v1.20.1ipxe-1.20.1.zip  ipxe-1.20.1.tar.gz  ipxe-1.20.1.tar.bz2  Michael Brown5 years
v1.0.0ipxe-1.0.0.zip  ipxe-1.0.0.tar.gz  ipxe-1.0.0.tar.bz2  Marty Connor14 years
v1.0.0-rc1ipxe-1.0.0-rc1.zip  ipxe-1.0.0-rc1.tar.gz  ipxe-1.0.0-rc1.tar.bz2  Marty Connor14 years
v0.9.9ipxe-0.9.9.zip  ipxe-0.9.9.tar.gz  ipxe-0.9.9.tar.bz2  Marty Connor15 years
v0.9.8ipxe-0.9.8.zip  ipxe-0.9.8.tar.gz  ipxe-0.9.8.tar.bz2  Marty Connor15 years
v0.9.7ipxe-0.9.7.zip  ipxe-0.9.7.tar.gz  ipxe-0.9.7.tar.bz2  Michael Brown15 years
v0.9.6ipxe-0.9.6.zip  ipxe-0.9.6.tar.gz  ipxe-0.9.6.tar.bz2  Marty Connor16 years
v0.9.5ipxe-0.9.5.zip  ipxe-0.9.5.tar.gz  ipxe-0.9.5.tar.bz2  Marty Connor16 years
v0.9.4ipxe-0.9.4.zip  ipxe-0.9.4.tar.gz  ipxe-0.9.4.tar.bz2  Marty Connor16 years
[...]
 
AgeCommit messageAuthorFilesLines
2023-05-23[efi] Support versions of shim that perform SBAT verificationshim5Michael Brown5-6/+160
2023-05-23[efi] Separate GetMemoryMap() wrapper from shim unlockerMichael Brown1-27/+34
2023-05-22[efi] Add "shim" commandMichael Brown4-0/+117
2023-05-22[efi] Add support for executing images via a shimMichael Brown8-3/+413
2023-05-22[efi] Add definitions for the UEFI shim lock protocolMichael Brown4-0/+39
2023-05-22[efi] Add efi_asprintf() and efi_vasprintf()Michael Brown4-10/+53
2023-05-17[image] Generalise concept of selected imageMichael Brown6-50/+85
2023-05-17[efi] Attempt to detect EFI images that fail Secure Boot verificationMichael Brown1-5/+71
2023-05-15[ci] Work around Ubuntu packaging metadata issuesMichael Brown1-1/+2
2023-05-05[efi] Allow currently selected image to be opened as "grub*.efi"Michael Brown1-0/+11
[...]