aboutsummaryrefslogtreecommitdiff
path: root/src/bootp.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-17bootp: fix g_str_has_prefix warning/criticalMarc-André Lureau1-1/+1
2022-01-25bootp: add support for UEFI HTTP bootIgnat Korchagin1-0/+23
2021-11-18Allow to disable internal DHCP serverRafael Gieschke1-1/+1
2021-06-21dhcp: Always send DHCP_OPT_LEN bytes in optionsSamuel Thibault1-3/+3
2021-06-18Fix "DHCP broken in libslirp v4.6.0"Akihiro Suda1-1/+3
2021-06-14bootp: check bootp_input buffer sizeMarc-André Lureau1-2/+2
2021-06-14bootp: limit vendor-specific area to input packet memory bufferMarc-André Lureau1-11/+15
2020-01-22bootp: replace simple snprintf() with strcpy()Marc-André Lureau1-3/+4
2020-01-22bootp: remove extra castMarc-André Lureau1-1/+1
2019-08-01Fix bogus indent, no source changeSamuel Thibault1-6/+4
2019-03-22slirp: clarify license of slirp files using SPDX: explicit MITMarc-André Lureau1-0/+1
2019-03-07slirp: move sources to src/ subdirectoryMarc-André Lureau1-0/+369