summaryrefslogtreecommitdiffstats
path: root/src/net/udp
Commit message (Expand)AuthorAgeFilesLines
* [dhcp] Keep multiple DHCP offers received, and use them intelligentlyJoshua Oreman2010-01-221-86/+228
* [dhcp] Add generic facility for using cached network settingsJoshua Oreman2010-01-201-1/+21
* [tftp] Abort requests with error code 0Stefan Hajnoczi2010-01-181-2/+2
* [tftp] Make TFTP size requests abort transfer with an errorThomas Horsten2010-01-181-0/+73
* [tftp] Remove unnecessary delay when opening a connectionStefan Hajnoczi2010-01-151-2/+9
* [tftp] Allow fetching larger files by wrapping block numberStefan Hajnoczi2010-01-151-3/+6
* [dhcp] Assume PXE options are in DHCPOFFER only if boot menu is includedJoshua Oreman2010-01-151-2/+2
* [dhcp] Accept ProxyDHCP replies of type DHCPOFFERJoshua Oreman2010-01-151-1/+1
* [dhcp] Ensure message type is first DHCP optionShao Miller2010-01-141-0/+1
* [settings] Add Bus ID settingShao Miller2009-12-141-4/+2Star
* [pxebs] Correct endianness of PXE typeJoshua Oreman2009-10-241-2/+2
* [dhcp] Fall back to using the hardware address to populate the chaddr fieldMichael Brown2009-08-121-11/+43
* [dhcp] Choose ProxyDHCP port based on presence of PXE optionsMichael Brown2009-05-221-6/+22
* [tftp] Process OACKs even if malformedMichael Brown2009-05-201-12/+28
* [dhcp] Send broadcast PXE boot server discovery requests to port 67Michael Brown2009-05-201-6/+8
* [dhcp] Perform ProxyDHCP only if we do not already have PXE optionsMichael Brown2009-05-201-2/+6
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-184-0/+8
* [xfer] Implement xfer_vreopen() to properly handle redirectionsMichael Brown2009-03-304-6/+6
* [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-152-15/+3Star
* [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-012-8/+5Star
* [dhcp] Send user class in DHCP requestsMichael Brown2009-02-011-2/+25
* [tftp] Guard against invalid data block numbersMichael Brown2009-02-011-0/+5
* [dhcp] Split PXE menuing code out of dhcp.cMichael Brown2009-02-011-902/+679Star
* [dns] Append local domain to relative namesStefan Hajnoczi2009-01-271-11/+65
* [tftp] Temporary fix for conveying TFTP block size to callersMichael Brown2009-01-271-1/+19
* [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
* [x86_64] Fix assorted 64-bit compilation errors and warningsMichael Brown2008-11-191-2/+2
* [settings] Add the notion of a "tag magic" to numbered settingsMichael Brown2008-10-301-1/+1
* [tftp] Add EUNIQ_xx values to differentiate the many EINVAL errorsMichael Brown2008-10-221-7/+16
* [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
* [tftp] Strip the initial '/' to keep Windows TFTP servers happy.Michael Brown2008-07-031-6/+19
* [dhcp] Verify server identifier on ProxyDHCPACKsMichael Brown2008-07-011-7/+25
* [slam] Add support for SLAM window lengths of greater than one packetMichael Brown2008-06-111-11/+30
* [slam] Implement SLAM flow controlMichael Brown2008-06-111-107/+85Star
* [dhcp] Do not transition to DHCPREQUEST without a valid DHCPOFFERMichael Brown2008-06-111-1/+1