summaryrefslogtreecommitdiff
path: root/netboot.c
AgeCommit message (Expand)Author
2025-02-18Suppress file open failures for some netboot casesJan Setje-Eilers
2025-01-15netboot: Convert TFTP error codes to EFI status codesDan Nicholson
2024-01-22netboot read_image() should not hardcode DEFAULT_LOADERJan Setje-Eilers
2023-06-21Work around malformed path delimiters in file paths from DHCPAlberto Perez
2021-09-07cleanup: always use BS and RT, not gBS and gRTPeter Jones
2021-03-10Consolidate most of our standard lib functions to libPeter Jones
2021-03-10Restructure our includes.Peter Jones
2021-02-25Fix all the places we need UNUSED on arguments.Peter Jones
2021-02-16src/netboot.c: remove the execute bitGary Lin
2021-02-16Fix up a bunch of our license statements and add SPDX most placesPeter Jones
2020-07-23Check PxeReplyReceived as fallback in netbootThomas Frauendorfer | Miray Software
2020-07-23translate_slashes(): don't write to string literalsLaszlo Ersek
2018-03-12console: Add console_print and console_print_at helpersHans de Goede
2018-03-12Don't use uefi_call_wrapper(), ever.Peter Jones
2018-03-12shim: Use EFI_ERROR() instead of comparing to EFI_SUCCESS everywhere.Peter Jones
2018-03-12Move includes around to clean the source tree up a bit.Peter Jones
2018-02-28Add proxy dhcp supportcdadmin
2017-09-13try to show errors more usefully.Peter Jones
2016-09-06Make translate_slashes() publicGary Ching-Pang Lin
2014-10-02Correctly reject bad tftp addresses earlier, rather than later.Peter Jones
2014-10-02shim buffer overflow on ipv6 option parsingSebastian Krahmer
2014-08-12Factor out x86-isms and add cross compile supportArd Biesheuvel
2014-06-25Fetch the netboot image from the same deviceGary Ching-Pang Lin
2013-11-21Lengths that might be -1 can't be unsigned, Peter.Peter Jones
2013-11-21Fix path generation for Dhcpv4 bootloader.Peter Jones
2013-10-02Use CHAR8 not UINT8 for character work.Peter Jones
2013-09-26Since different distros name grub*.efi differently, make it compile-time.Peter Jones
2013-09-26Define the PXE 2nd stage loader in the beginning of the fileGary Ching-Pang Lin
2013-09-24Fix a memory leakSteve Langasek
2013-09-24Correct limits on the length of ipv6 addressesSteve Langasek
2013-09-24More consistent types, fewer castsSteve Langasek
2013-09-24Misc allocation cleanupsSteve Langasek
2013-09-24Fix an off-by-one errorSteve Langasek
2013-09-24Fix nul termination errors in filenames passed to tftpSteve Langasek
2013-09-24Pass the right arguments to EFI_PXE_BASE_CODE_TFTP_READ_FILESteve Langasek
2013-05-31EFI_PXE_BASE_CODE_DHCPV6_PACKET is in gnu-efi-3.0tPeter Jones
2012-11-01Don't fail if there's no network devicesMatthew Garrett
2012-10-12Add draft version of Neil's netboot codeMatthew Garrett