]> git.proxmox.com Git - efi-boot-shim.git/history - netboot.c
BUILDING: fix missing DISABLE_EBS_PROTECTION section
[efi-boot-shim.git] / netboot.c
2020-07-24 Thomas Frauendorfe... Check PxeReplyReceived as fallback in netboot
2020-07-24 Laszlo Ersektranslate_slashes(): don't write to string literals
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 Jonesshim: Use EFI_ERROR() instead of comparing to EFI_SUCCE...
2018-03-12 Peter JonesMove includes around to clean the source tree up a...
2018-02-28 cdadminAdd proxy dhcp support
2017-09-13 Peter Jonestry to show errors more usefully.
2016-09-06 Gary Ching-Pang LinMake translate_slashes() public
2014-10-02 Peter JonesCorrectly reject bad tftp addresses earlier, rather...
2014-10-02 Sebastian Krahmershim buffer overflow on ipv6 option parsing
2014-08-12 Ard BiesheuvelFactor out x86-isms and add cross compile support
2014-06-25 Gary Ching-Pang LinFetch the netboot image from the same device
2013-11-21 Peter JonesLengths that might be -1 can't be unsigned, Peter.
2013-11-21 Peter JonesFix path generation for Dhcpv4 bootloader.
2013-10-02 Peter JonesUse CHAR8 not UINT8 for character work.
2013-09-26 Peter JonesSince different distros name grub*.efi differently...
2013-09-26 Gary Ching-Pang LinDefine the PXE 2nd stage loader in the beginning of...
2013-09-24 Steve LangasekFix a memory leak
2013-09-24 Steve LangasekCorrect limits on the length of ipv6 addresses
2013-09-24 Steve LangasekMore consistent types, fewer casts
2013-09-24 Steve LangasekMisc allocation cleanups
2013-09-24 Steve LangasekFix an off-by-one error
2013-09-24 Steve LangasekFix nul termination errors in filenames passed to tftp
2013-09-24 Steve LangasekPass the right arguments to EFI_PXE_BASE_CODE_TFTP_READ...
2013-05-31 Peter JonesEFI_PXE_BASE_CODE_DHCPV6_PACKET is in gnu-efi-3.0t
2012-11-01 Matthew GarrettDon't fail if there's no network devices
2012-11-01 Matthew GarrettMerge branch 'mok' into netboot
2012-11-01 Matthew GarrettMerge branch 'mok' into netboot
2012-10-13 Matthew GarrettAdd draft version of Neil's netboot code