summaryrefslogtreecommitdiffstats
path: root/src/net/udp/dhcp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use start_timer_nodelay() in protocols which rely on the retry timerMichael Brown2007-08-131-1/+1
* Add FEATURE() macro, plus code to display features at startup time,Michael Brown2007-08-021-0/+15
* Add identifier for the network device into the DHCP request.Michael Brown2007-07-311-0/+25
* Centralise construction of the DHCP request and response packets.Michael Brown2007-07-311-37/+104
* Separate the "is data ready" function of xfer_seek() into anMichael Brown2007-07-081-0/+1
* Kill off unused request() method in data-xfer interface.Michael Brown2007-07-081-1/+0Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* Apply global DHCP options when register_dhcp_options() is called. DoMichael Brown2007-07-061-7/+0Star
* Add concept of DHCP option applicators.Michael Brown2007-07-051-28/+6Star
* Can't use strncpy() to copy strings that aren't NUL-terminated toMichael Brown2007-07-011-2/+8
* Don't build option-overloaded packets; they just confuse people (ISCMichael Brown2007-06-301-31/+11Star
* Set current working URI based on TFTP server specified by DHCP.Michael Brown2007-06-281-0/+15
* Add dhcp_configure_netdev()Michael Brown2007-06-281-3/+61
* Forgot to set initial session state. Now works!Michael Brown2007-06-281-0/+1
* Kill off job::start() (it was only ever added as part of an abortedMichael Brown2007-06-281-1/+0Star
* Update DHCP to use data-xfer interface (not yet tested).Michael Brown2007-06-281-97/+187
* Kill off hotplug.h and just make net devices normal reference-countedMichael Brown2007-06-271-20/+5Star
* hoffmeis: Preparations for syslog support (LOGSERVER in DHCP, linewiseAnselm Martin Hoffmeister2007-04-091-1/+1
* Improved debuggingMichael Brown2007-01-161-15/+24
* Gave asynchronous operations approximate POSIX signal semantics. ThisMichael Brown2007-01-151-9/+8Star
* DHCP transmits via specified net device, so no need to create a dummyMichael Brown2007-01-101-2/+2
* A DHCP session holds a persistent reference to a network deviceMichael Brown2007-01-041-0/+24
* Close UDP connection when DHCP completes.Michael Brown2006-12-201-0/+3
* Request all the options that we're prepared to do anything with.Michael Brown2006-12-121-3/+5
* Also request root-path.Michael Brown2006-12-081-1/+2
* We don't actually have a stdio.h header file. Our printf() functions areMichael Brown2006-09-271-1/+0Star
* added stdio.h to includes for DBG compilationMarty Connor2006-09-271-0/+1
* 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-18/+32
* Make the UDP senddata() methods return a status code.Michael Brown2006-08-041-7/+10
* Added features that will be required for PXE UDP support.Michael Brown2006-08-021-8/+15
* Request bootfile name; it doesn't seem to be automatically supplied byMichael Brown2006-08-011-1/+1
* Request Etherboot encapsulated options.Michael Brown2006-07-201-3/+5
* Free up any allocated options if we failMichael Brown2006-07-201-0/+8
* Document memory ownership.Michael Brown2006-07-201-0/+5
* Now successfully negotiates the whole DHCPDISCOVER/OFFER/REQUEST/ACKMichael Brown2006-07-201-38/+159
* Rename unwieldy functionMichael Brown2006-07-201-4/+4
* Set DHCP_MESSAGE_TYPE option within the main options block. ThisMichael Brown2006-07-201-6/+8