summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/dhcp.h
Commit message (Expand)AuthorAgeFilesLines
* [dhcp] Accept BOOTP as well as DHCPMichael Brown2008-09-251-0/+1
* [retry] Added configurable timeouts to retry timerAndrew Schran2008-08-121-0/+4
* [iSCSI] Add support for mutual CHAPMichael Brown2008-08-111-0/+18
* [iSCSI] Support Windows Server 2008 direct iSCSI installationMichael Brown2008-07-171-3/+12
* [DHCP] Add support for ProxyDHCP requestsMichael Brown2008-03-271-3/+7
* [Settings] Remove assumption that all settings have DHCP tag valuesMichael Brown2008-03-251-15/+14Star
* [DHCP] Fix up fake-packet creation as used by PXENV_GET_CACHED_INFOMichael Brown2008-03-231-7/+5Star
* [Settings] Migrate DHCP and NVO code to the new settings API (untested)Michael Brown2008-03-211-106/+17Star
* [DHCP] Kill off some no-longer-used DHCP functionsMichael Brown2008-03-211-10/+0Star
* [Settings] Use a settings applicator to set the default TFTP URI.Michael Brown2008-03-211-3/+0Star
* [Settings] Use a settings applicator to configure IPv4 routes.Michael Brown2008-03-211-3/+0Star
* [Settings] Introduce settings applicators.Michael Brown2008-03-211-17/+0Star
* [Settings] Add per-netdevice settings blockMichael Brown2008-03-201-0/+9
* Modify gPXE core and drivers to work with the new timer subsystemAlexey Zaytsev2008-03-021-1/+0Star
* Allow DHCP server to instruct gPXE to ignore ProxyDHCP (which willMichael Brown2007-11-211-1/+8
* Add ProxyDHCP support.Michael Brown2007-11-211-1/+5
* Remove some assumptions about DHCP obtaining only a single options block.Michael Brown2007-11-211-0/+2
* Add PXE-required DHCP options to DHCPDISCOVER and DHCPREQUEST packets.Michael Brown2007-11-211-0/+6
* Add UUID to DHCP request as option 97 (if available).Michael Brown2007-11-211-0/+3
* Use RFC4390 whenever hardware address exceeds 16 bytes; this allows usMichael Brown2007-09-211-0/+7
* Merge commit 'holger/strings'Michael Brown2007-08-231-1/+1
|\
| * use malloc attributeHolger Lubitz2007-08-201-1/+1
* | Add FEATURE() macro, plus code to display features at startup time,Michael Brown2007-08-021-0/+5
|/
* Add identifier for the network device into the DHCP request.Michael Brown2007-07-311-0/+13
* Centralise construction of the DHCP request and response packets.Michael Brown2007-07-311-6/+10
* Fix typo that was preventing any DHCP option applicators from beingMichael Brown2007-07-081-1/+1
* Apply global DHCP options when register_dhcp_options() is called. DoMichael Brown2007-07-061-0/+1
* Add concept of DHCP option applicators.Michael Brown2007-07-051-0/+19
* Don't build option-overloaded packets; they just confuse people (ISCMichael Brown2007-06-301-24/+4Star
* Add dhcp_configure_netdev()Michael Brown2007-06-281-1/+4
* Update DHCP to use data-xfer interface (not yet tested).Michael Brown2007-06-281-28/+35
* Kill off hotplug.h and just make net devices normal reference-countedMichael Brown2007-06-271-3/+2Star
* hoffmeis: Preparations for syslog support (LOGSERVER in DHCP, linewiseAnselm Martin Hoffmeister2007-04-091-0/+3
* Gave asynchronous operations approximate POSIX signal semantics. ThisMichael Brown2007-01-151-2/+2
* A DHCP session holds a persistent reference to a network deviceMichael Brown2007-01-041-0/+3
* Added options listed inMichael Brown2006-12-051-0/+12
* Create "username" and "password" DHCP options, ready for placing thisMichael Brown2006-11-281-0/+18
* Correct option number for DHCP_DNS_SERVERS, and add it to the requestMichael Brown2006-08-271-1/+1
* Derive xid dynamically from the netdev, so that we can callMichael Brown2006-08-091-2/+6
* Add dhcp_snprintf() for extracting DHCP string options.Michael Brown2006-07-201-0/+10
* Print out the lease time, just to show how easy it is.Michael Brown2006-07-201-0/+3
* Added dhcp_ipv4_option() and friends.Michael Brown2006-07-201-0/+7
* Now successfully negotiates the whole DHCPDISCOVER/OFFER/REQUEST/ACKMichael Brown2006-07-201-5/+11
* Now capable of sending what, to me, looks like a valid DHCPDISCOVERMichael Brown2006-07-191-2/+10
* Added some debug messages and DHCP test codeMichael Brown2006-07-191-0/+2
* Proof of concept: transmit a single DHCPDISCOVER and dump out anyMichael Brown2006-07-191-0/+3
* Add some DHCP options that we are likely to useMichael Brown2006-07-191-1/+33
* Added macros for generating static DHCP optionsMichael Brown2006-07-191-0/+60
* Split DHCP packet creation into two parts: creating the basic packetMichael Brown2006-07-191-82/+117
* Allow for calling find_dhcp_option() with "options" set to NULL, in orderMichael Brown2006-07-191-49/+6Star