index
:
mirror/ipxe.git
acpimac
aenq
aqc1xx
armlinux
assert
autoexec_pxe
autovlan
cached_proxydhcp
cc
centos7
cleardhcp
coverity_scan
dell3440b
des
dns_primary
edk2
efi_watchdog
efibridge
efivars
efivars2
efivlan
eisa
ena
entropy
esx
fix486
flr
gcc12
gcmassert
hackesp
hwmac
hyperv
imagecmdline
imgextract
initrd
interpreter
ioactive
iscsicap
itautec
letsencrypt
lldp
loong64
loongarch64
mac_passthru
master
mschapv2
mtureset
naptest
netidx
netstate
noinitrd
nosyslinux
ntpsetting
opsize
params
peerdisc_recent
pkgcache
processorbind
pxemenuscroll
rbgstart
realtek_hack
riscv64
sbat
sepcode
shim
shim2
shim3
shim4
shim5
shutdown_tpl_notify
snploop
snppad
supplicant
sysmac
tcpwindow
thunderbolt_workaround
tlsfrag2
tlsfrag3
tmpintf
udpdrop
uri
utf8
vbox
vetodhcp6
vgafix
wimboot
wimboot2
x25519
xen
xen-sg
xhci_fail
mirror/ipxe.git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
net
/
dhcpopts.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Settings] Remove assumption that all settings have DHCP tag values
Michael Brown
2008-03-25
1
-3
/
+13
*
[Settings] DHCP is now working using the new settings API.
Michael Brown
2008-03-21
1
-5
/
+15
*
[Settings] Migrate DHCP and NVO code to the new settings API (untested)
Michael Brown
2008-03-21
1
-248
/
+216
*
[DHCP] Kill off some no-longer-used DHCP functions
Michael Brown
2008-03-21
1
-118
/
+0
*
[Settings] Use a settings applicator to set the default TFTP URI.
Michael Brown
2008-03-21
1
-35
/
+0
*
[Settings] Introduce settings applicators.
Michael Brown
2008-03-20
1
-24
/
+0
*
Various warnings fixups for OpenBSD with gcc-3.3.5.
Michael Brown
2007-12-07
1
-2
/
+2
*
Remove some assumptions about DHCP obtaining only a single options block.
Michael Brown
2007-11-21
1
-3
/
+3
*
Apply global DHCP options when register_dhcp_options() is called. Do
Michael Brown
2007-07-06
1
-0
/
+12
*
Add concept of DHCP option applicators.
Michael Brown
2007-07-05
1
-0
/
+49
*
Update DHCP to use data-xfer interface (not yet tested).
Michael Brown
2007-06-27
1
-9
/
+2
*
Use stdio.h instead of vsprintf.h
Michael Brown
2007-01-19
1
-1
/
+1
*
Use stdlib.h for malloc() instead of malloc.h.
Michael Brown
2006-12-19
1
-1
/
+1
*
Fail gracefully when set_dhcp_option() is called with options==NULL.
Michael Brown
2006-08-11
1
-1
/
+6
*
Add dhcp_snprintf() for extracting DHCP string options.
Michael Brown
2006-07-20
1
-0
/
+34
*
Added dhcp_ipv4_option() and friends.
Michael Brown
2006-07-20
1
-0
/
+55
*
Add block identification to debug messages
Michael Brown
2006-07-19
1
-8
/
+12
*
Allow for calling find_dhcp_option() with "options" set to NULL, in order
Michael Brown
2006-07-19
1
-21
/
+97
*
Add sketch code to reassemble a DHCP packet from our internal "everything
Michael Brown
2006-07-17
1
-8
/
+24
*
Add code to modify DHCP option values within a block.
Michael Brown
2006-07-13
1
-75
/
+182
*
Provide a mechanism for returning the encapsulator as well as the
Michael Brown
2006-06-28
1
-15
/
+23
*
Add priority mechanism
Michael Brown
2006-06-28
1
-16
/
+67
*
Change dhcp_num_option() to return the numerical value directly.
Michael Brown
2006-06-28
1
-19
/
+15
*
First stab at DHCP option handling in a way that will allow us to have
Michael Brown
2006-06-27
1
-0
/
+217