summaryrefslogtreecommitdiffstats
path: root/src/usr/dhcpmgmt.c
Commit message (Expand)AuthorAgeFilesLines
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [dhcp] Remove obsolete dhcp() functionMichael Brown2013-11-051-24/+0Star
* [ifmgmt] Rewrite iflinkwait() to use monojob_wait()Michael Brown2013-11-051-3/+4
* [monojob] Add timeout parameter to monojob_wait()Michael Brown2013-11-011-2/+2
* [pxe] Always retrieve cached DHCPACK and apply to relevant network deviceMichael Brown2013-10-251-5/+1Star
* [ipoib] Expose Ethernet-compatible eIPoIB link-layer addresses and headersMichael Brown2012-08-311-10/+2Star
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-201-1/+2
* [dhcp] Use Ethernet-compatible chaddr, if possibleMichael Brown2010-12-151-7/+9
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-4/+4
* [dhcp] Add generic facility for using cached network settingsJoshua Oreman2010-01-201-1/+6
* [dhcp] Fall back to using the hardware address to populate the chaddr fieldMichael Brown2009-08-121-1/+7
* [netdevice] Separate out the concept of hardware and link-layer addressesMichael Brown2009-08-121-1/+1
* [dhcp] Await link-up before starting DHCPJoshua Oreman2009-06-241-0/+6
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* [pxe] Obey lists of PXE Boot Servers and associated Discovery Control bitsMichael Brown2009-02-051-6/+3Star
* [dhcp] Split PXE menuing code out of dhcp.cMichael Brown2009-02-011-0/+14
* [DHCP] Fix up fake-packet creation as used by PXENV_GET_CACHED_INFOMichael Brown2008-03-231-6/+0Star
* [Settings] Migrate DHCP and NVO code to the new settings API (untested)Michael Brown2008-03-211-18/+5Star
* [Settings] Use a settings applicator to configure IPv4 routes.Michael Brown2008-03-211-2/+2
* Remove some assumptions about DHCP obtaining only a single options block.Michael Brown2007-11-211-8/+11
* Display name and status of each file as it is downloaded.Michael Brown2007-08-031-8/+2Star
* Use monojob and dhcp_configure_netdev().Michael Brown2007-06-281-68/+19Star
* Update DHCP to use data-xfer interface (not yet tested).Michael Brown2007-06-281-1/+10
* DNS code now records a whole struct sockaddr for the name server.Michael Brown2007-06-121-2/+5
* hoffmeis: Preparations for syslog support (LOGSERVER in DHCP, linewiseAnselm Martin Hoffmeister2007-04-091-0/+5
* Use stdio.h instead of vsprintf.hMichael Brown2007-01-191-1/+1
* A working name resolution frameworkMichael Brown2007-01-181-2/+10
* Create and use async_block() macro; it cuts down on the visual overheadMichael Brown2007-01-161-7/+3Star
* When a network device is specified to tcpip_tx() or it's children, treatMichael Brown2007-01-161-0/+3
* Gave asynchronous operations approximate POSIX signal semantics. ThisMichael Brown2007-01-151-2/+10
* Add "dhcp" commandMichael Brown2007-01-121-0/+4
* Added dhcp() user-level command.Michael Brown2007-01-121-0/+83