aboutsummaryrefslogtreecommitdiff
path: root/src/net/dhcpopts.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+5
2014-02-26[dhcp] Copy exactly the required length when resizing DHCP optionsMichael Brown1-3/+1
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown1-1/+2
2011-03-22[settings] Formalise notion of setting applicabilityMichael Brown1-0/+12
2011-01-19[nvo] Allow resizing of non-volatile stored option blocksMichael Brown1-1/+1
2011-01-11[dhcp] Allow use of custom reallocation functions for DHCP option blocksMichael Brown1-56/+59
2011-01-10[dhcp] Rename length fields for DHCP optionsMichael Brown1-17/+17
2010-04-19[build] Rename gPXE to iPXEMichael Brown1-2/+2
2010-01-14[dhcp] Append new DHCP options versus prependShao Miller1-4/+15
2009-05-18[legal] Add a selection of FILE_LICENCE declarationsMichael Brown1-0/+2
2008-03-25[Settings] Remove assumption that all settings have DHCP tag valuesMichael Brown1-3/+13
2008-03-21[Settings] DHCP is now working using the new settings API.Michael Brown1-5/+15
2008-03-21[Settings] Migrate DHCP and NVO code to the new settings API (untested)Michael Brown1-248/+216
2008-03-21[DHCP] Kill off some no-longer-used DHCP functionsMichael Brown1-118/+0
2008-03-21[Settings] Use a settings applicator to set the default TFTP URI.Michael Brown1-35/+0
2008-03-20[Settings] Introduce settings applicators.Michael Brown1-24/+0
2007-12-07Various warnings fixups for OpenBSD with gcc-3.3.5.Michael Brown1-2/+2
2007-11-21Remove some assumptions about DHCP obtaining only a single options block.Michael Brown1-3/+3
2007-07-06Apply global DHCP options when register_dhcp_options() is called. DoMichael Brown1-0/+12
2007-07-05Add concept of DHCP option applicators.Michael Brown1-0/+49
2007-06-27Update DHCP to use data-xfer interface (not yet tested).Michael Brown1-9/+2
2007-01-19Use stdio.h instead of vsprintf.hMichael Brown1-1/+1
2006-12-19Use stdlib.h for malloc() instead of malloc.h.Michael Brown1-1/+1
2006-08-11Fail gracefully when set_dhcp_option() is called with options==NULL.Michael Brown1-1/+6
2006-07-20Add dhcp_snprintf() for extracting DHCP string options.Michael Brown1-0/+34
2006-07-20Added dhcp_ipv4_option() and friends.Michael Brown1-0/+55
2006-07-19Add block identification to debug messagesMichael Brown1-8/+12
2006-07-19Allow for calling find_dhcp_option() with "options" set to NULL, in orderMichael Brown1-21/+97
2006-07-17Add sketch code to reassemble a DHCP packet from our internal "everythingMichael Brown1-8/+24
2006-07-13Add code to modify DHCP option values within a block.Michael Brown1-75/+182
2006-06-28Provide a mechanism for returning the encapsulator as well as theMichael Brown1-15/+23
2006-06-28Add priority mechanismMichael Brown1-16/+67
2006-06-28Change dhcp_num_option() to return the numerical value directly.Michael Brown1-19/+15
2006-06-27First stab at DHCP option handling in a way that will allow us to haveMichael Brown1-0/+217