summaryrefslogtreecommitdiffstats
path: root/src/net/dhcpopts.c
Commit message (Expand)AuthorAgeFilesLines
* 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