index
:
riscv-gnu-toolchain/qemu/roms/ipxe.git
8021x
8d337ec
HEAD
acpimac
aenq
aqc1xx
armlinux
asn1fix
assert
autoexec_pxe
autoexecpath
autovlan
bigint_output_constraints
cached_proxydhcp
cachedhcp
cc
centos7
ci
cleardhcp
cookie
coverity_scan
dell3440b
des
determinism
dhcpnak
dns_primary
edk2
efi_watchdog
efibridge
eficmdline
eficompress
efiinitrd
efiset
efivars
efivars2
efivlan
eisa
ena
entropy
esx
fix486
flr
freebsd
fxsr
gcc12
gcmassert
guid
hackesp
hermon_link_poll
hermon_reset
hwmac
hyperv
imagecmdline
imgextract
initrd
interpreter
ioactive
iscsicap
issue123
itautec
kexec
kexec2
kexec3
keyvals
letsencrypt
lldp
loong64
loongarch64
mac_passthru
master
mschapv2
mtureset
mult
naptest
netidx
netstate
nodejs
noinitrd
nosyslinux
ntpsetting
opsize
params
peerdisc_recent
peerdist
pkcs8
pkgcache
processorbind
pxemenuscroll
rdrand
realtek_hack
riscv64
rndis_padding
rpl
rtlvlan
sbat
sepcode
shim
shim2
shim3
shim4
shim5
shutdown_tpl_notify
simpletextinputex
slash128
slash31
smbios3
snploop
snppad
srandtime
supplicant
sysmac
tcpwindow
temp
thunderbolt_workaround
tlsfrag2
tlsfrag3
tmp
tmpintf
tpl
ubuntu2204
udpdrop
uri
uricolon
usbdisk
utf8
vbox
vetodhcp6
vgafix
wimboot
x25519
xen
xen-sg
xhci_fail
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
net
/
dhcpopts.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-26
[dhcp] Copy exactly the required length when resizing DHCP options
Michael Brown
1
-3
/
+1
2012-07-20
[legal] Update FSF mailing address in GPL licence texts
Michael Brown
1
-1
/
+2
2011-03-22
[settings] Formalise notion of setting applicability
Michael Brown
1
-0
/
+12
2011-01-19
[nvo] Allow resizing of non-volatile stored option blocks
Michael Brown
1
-1
/
+1
2011-01-11
[dhcp] Allow use of custom reallocation functions for DHCP option blocks
Michael Brown
1
-56
/
+59
2011-01-10
[dhcp] Rename length fields for DHCP options
Michael Brown
1
-17
/
+17
2010-04-19
[build] Rename gPXE to iPXE
Michael Brown
1
-2
/
+2
2010-01-14
[dhcp] Append new DHCP options versus prepend
Shao Miller
1
-4
/
+15
2009-05-18
[legal] Add a selection of FILE_LICENCE declarations
Michael Brown
1
-0
/
+2
2008-03-25
[Settings] Remove assumption that all settings have DHCP tag values
Michael Brown
1
-3
/
+13
2008-03-21
[Settings] DHCP is now working using the new settings API.
Michael Brown
1
-5
/
+15
2008-03-21
[Settings] Migrate DHCP and NVO code to the new settings API (untested)
Michael Brown
1
-248
/
+216
2008-03-21
[DHCP] Kill off some no-longer-used DHCP functions
Michael Brown
1
-118
/
+0
2008-03-21
[Settings] Use a settings applicator to set the default TFTP URI.
Michael Brown
1
-35
/
+0
2008-03-20
[Settings] Introduce settings applicators.
Michael Brown
1
-24
/
+0
2007-12-07
Various warnings fixups for OpenBSD with gcc-3.3.5.
Michael Brown
1
-2
/
+2
2007-11-21
Remove some assumptions about DHCP obtaining only a single options block.
Michael Brown
1
-3
/
+3
2007-07-06
Apply global DHCP options when register_dhcp_options() is called. Do
Michael Brown
1
-0
/
+12
2007-07-05
Add concept of DHCP option applicators.
Michael Brown
1
-0
/
+49
2007-06-27
Update DHCP to use data-xfer interface (not yet tested).
Michael Brown
1
-9
/
+2
2007-01-19
Use stdio.h instead of vsprintf.h
Michael Brown
1
-1
/
+1
2006-12-19
Use stdlib.h for malloc() instead of malloc.h.
Michael Brown
1
-1
/
+1
2006-08-11
Fail gracefully when set_dhcp_option() is called with options==NULL.
Michael Brown
1
-1
/
+6
2006-07-20
Add dhcp_snprintf() for extracting DHCP string options.
Michael Brown
1
-0
/
+34
2006-07-20
Added dhcp_ipv4_option() and friends.
Michael Brown
1
-0
/
+55
2006-07-19
Add block identification to debug messages
Michael Brown
1
-8
/
+12
2006-07-19
Allow for calling find_dhcp_option() with "options" set to NULL, in order
Michael Brown
1
-21
/
+97
2006-07-17
Add sketch code to reassemble a DHCP packet from our internal "everything
Michael Brown
1
-8
/
+24
2006-07-13
Add code to modify DHCP option values within a block.
Michael Brown
1
-75
/
+182
2006-06-28
Provide a mechanism for returning the encapsulator as well as the
Michael Brown
1
-15
/
+23
2006-06-28
Add priority mechanism
Michael Brown
1
-16
/
+67
2006-06-28
Change dhcp_num_option() to return the numerical value directly.
Michael Brown
1
-19
/
+15
2006-06-27
First stab at DHCP option handling in a way that will allow us to have
Michael Brown
1
-0
/
+217