aboutsummaryrefslogtreecommitdiff
path: root/lib/libnet/pxelinux.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-12libnet: Compile with -WextraAlexey Kardashevskiy1-2/+3
2018-06-07lib/libnet/pxelinux: Fix two off-by-one bugs in the pxelinux.cfg parserThomas Huth1-5/+6
2018-06-07lib/libnet/pxelinux: Make the size handling for pxelinux_load_cfg more logicalThomas Huth1-6/+8
2018-05-29libnet: Support UUID-based pxelinux.cfg file namesThomas Huth1-3/+13
2018-05-29libnet: Add support for DHCPv4 options 209 and 210Thomas Huth1-14/+40
2018-05-29libnet: Add functions for downloading and parsing pxelinux.cfg filesThomas Huth1-0/+212