summaryrefslogtreecommitdiffstats
path: root/src/net/udp/dhcp.c
Commit message (Expand)AuthorAgeFilesLines
...
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* [xfer] Implement xfer_vreopen() to properly handle redirectionsMichael Brown2009-03-301-1/+1
* [tables] Incorporate table data type information into table definitionMichael Brown2009-03-131-2/+2
* [tables] Redefine methods for accessing linker tablesMichael Brown2009-03-131-5/+3Star
* [dhcp] Use a default user-class of "gPXE"Michael Brown2009-02-171-0/+2
* [xfer] Make consistent assumptions that xfer metadata can never be NULLMichael Brown2009-02-151-7/+0Star
* [pxe] Obey lists of PXE Boot Servers and associated Discovery Control bitsMichael Brown2009-02-051-29/+169
* [iobuf] Add iob_disown() and use it where it simplifies codeMichael Brown2009-02-011-3/+2Star
* [dhcp] Send user class in DHCP requestsMichael Brown2009-02-011-2/+25
* [dhcp] Split PXE menuing code out of dhcp.cMichael Brown2009-02-011-902/+679Star
* [dhcp] Include support for PXE boot menusMichael Brown2009-01-251-13/+193
* [dhcp] Clarify language surrounding ProxyDHCPMichael Brown2009-01-231-50/+51
* [dhcp] Handle missing ProxyDHCP serversMichael Brown2009-01-231-1/+8
* [dhcp] Pass PXE boot menu item to PXE Boot ServerMichael Brown2009-01-231-70/+118
* [dhcp] Add preliminary support for PXE Boot ServersMichael Brown2009-01-211-1/+92
* [dhcp] Centralise DHCP successful state transitionsMichael Brown2009-01-211-19/+35
* [dhcp] Allow for missing server ID in ProxyDHCPACKMichael Brown2009-01-211-9/+13
* [dhcp] Include gPXE version number within DHCP requestMichael Brown2009-01-081-0/+4
* [settings] Add the notion of a "tag magic" to numbered settingsMichael Brown2008-10-301-1/+1
* [dhcp] Accept BOOTP as well as DHCPMichael Brown2008-09-251-7/+9
* [dhcp] Do not restrict minimum retry time for ProxyDHCPREQUESTMichael Brown2008-08-131-0/+1
* [retry] Added configurable timeouts to retry timerAndrew Schran2008-08-121-0/+2
* [dhcp] Work around a bug in Altiris RDPMichael Brown2008-08-011-2/+2
* [dhcp] Verify DHCP server source portMichael Brown2008-07-101-16/+45
* [dhcp] Verify server identifier on ProxyDHCPACKsMichael Brown2008-07-011-7/+25
* [dhcp] Do not transition to DHCPREQUEST without a valid DHCPOFFERMichael Brown2008-06-111-1/+1
* [DHCP] Add "dhcp-server" setting to help end-user diagnosticsMichael Brown2008-06-051-0/+8
* [Settings] Expose SMBIOS via settings APIMichael Brown2008-03-281-2/+3
* [DHCP] Add support for ProxyDHCP requestsMichael Brown2008-03-271-345/+546
* [DHCP] Save precious packet-aligned memory by copying DHCP responsesMichael Brown2008-03-261-33/+16Star
* [Settings] Remove assumption that all settings have DHCP tag valuesMichael Brown2008-03-251-181/+122Star
* [DHCP] Fix DHCP state confusion.Michael Brown2008-03-251-2/+5
* [Settings] copy_settings() should not fail if some settings are missing!Michael Brown2008-03-241-18/+54
* [DHCP] Fix up fake-packet creation as used by PXENV_GET_CACHED_INFOMichael Brown2008-03-231-37/+107
* [DHCP] FIXME: quick temporary settings fix, needs update for new APIMarty Connor2008-03-221-0/+4
* [Settings] DHCP is now working using the new settings API.Michael Brown2008-03-211-3/+4
* [Settings] Migrate DHCP and NVO code to the new settings API (untested)Michael Brown2008-03-211-437/+197Star
* [Settings] Use a settings applicator to configure IPv4 routes.Michael Brown2008-03-211-43/+0Star
* Modify gPXE core and drivers to work with the new timer subsystemAlexey Zaytsev2008-03-021-0/+1
* [DHCP] Fix RFC4390 client identifier constructions.Michael Brown2008-02-271-1/+1
* Make seek information part of the xfer metadata, rather than an entirelyMichael Brown2008-01-081-1/+1
* When the DHCP file/sname fields are empty, don't allow them to overrideMichael Brown2008-01-071-6/+8
* Various warnings fixups for OpenBSD with gcc-3.3.5.Michael Brown2007-12-071-1/+1
* Allow DHCP server to instruct gPXE to ignore ProxyDHCP (which willMichael Brown2007-11-211-8/+16
* Add ProxyDHCP support.Michael Brown2007-11-211-25/+54
* Remove some assumptions about DHCP obtaining only a single options block.Michael Brown2007-11-211-3/+7
* Add PXE-required DHCP options to DHCPDISCOVER and DHCPREQUEST packets.Michael Brown2007-11-211-10/+25
* Add UUID to DHCP request as option 97 (if available).Michael Brown2007-11-211-0/+13
* Use RFC4390 whenever hardware address exceeds 16 bytes; this allows usMichael Brown2007-09-211-2/+36
* Bugfix: DHCP message type should be a one-byte option... (d'oh)Michael Brown2007-09-131-2/+1Star