index
:
efi-boot-shim.git
bookworm/updates
bullseye/updates
buster/updates
master
upstream
vyos/current
(mirror of https://github.com/vyos/efi-boot-shim.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
netboot.c
Age
Commit message (
Expand
)
Author
2025-02-18
Suppress file open failures for some netboot cases
Jan Setje-Eilers
2025-01-15
netboot: Convert TFTP error codes to EFI status codes
Dan Nicholson
2024-01-22
netboot read_image() should not hardcode DEFAULT_LOADER
Jan Setje-Eilers
2023-06-21
Work around malformed path delimiters in file paths from DHCP
Alberto Perez
2021-09-07
cleanup: always use BS and RT, not gBS and gRT
Peter Jones
2021-03-10
Consolidate most of our standard lib functions to lib
Peter Jones
2021-03-10
Restructure our includes.
Peter Jones
2021-02-25
Fix all the places we need UNUSED on arguments.
Peter Jones
2021-02-16
src/netboot.c: remove the execute bit
Gary Lin
2021-02-16
Fix up a bunch of our license statements and add SPDX most places
Peter Jones
2020-07-23
Check PxeReplyReceived as fallback in netboot
Thomas Frauendorfer | Miray Software
2020-07-23
translate_slashes(): don't write to string literals
Laszlo Ersek
2018-03-12
console: Add console_print and console_print_at helpers
Hans de Goede
2018-03-12
Don't use uefi_call_wrapper(), ever.
Peter Jones
2018-03-12
shim: Use EFI_ERROR() instead of comparing to EFI_SUCCESS everywhere.
Peter Jones
2018-03-12
Move includes around to clean the source tree up a bit.
Peter Jones
2018-02-28
Add proxy dhcp support
cdadmin
2017-09-13
try to show errors more usefully.
Peter Jones
2016-09-06
Make translate_slashes() public
Gary Ching-Pang Lin
2014-10-02
Correctly reject bad tftp addresses earlier, rather than later.
Peter Jones
2014-10-02
shim buffer overflow on ipv6 option parsing
Sebastian Krahmer
2014-08-12
Factor out x86-isms and add cross compile support
Ard Biesheuvel
2014-06-25
Fetch the netboot image from the same device
Gary Ching-Pang Lin
2013-11-21
Lengths that might be -1 can't be unsigned, Peter.
Peter Jones
2013-11-21
Fix path generation for Dhcpv4 bootloader.
Peter Jones
2013-10-02
Use CHAR8 not UINT8 for character work.
Peter Jones
2013-09-26
Since different distros name grub*.efi differently, make it compile-time.
Peter Jones
2013-09-26
Define the PXE 2nd stage loader in the beginning of the file
Gary Ching-Pang Lin
2013-09-24
Fix a memory leak
Steve Langasek
2013-09-24
Correct limits on the length of ipv6 addresses
Steve Langasek
2013-09-24
More consistent types, fewer casts
Steve Langasek
2013-09-24
Misc allocation cleanups
Steve Langasek
2013-09-24
Fix an off-by-one error
Steve Langasek
2013-09-24
Fix nul termination errors in filenames passed to tftp
Steve Langasek
2013-09-24
Pass the right arguments to EFI_PXE_BASE_CODE_TFTP_READ_FILE
Steve Langasek
2013-05-31
EFI_PXE_BASE_CODE_DHCPV6_PACKET is in gnu-efi-3.0t
Peter Jones
2012-11-01
Don't fail if there's no network devices
Matthew Garrett
2012-10-12
Add draft version of Neil's netboot code
Matthew Garrett