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