aboutsummaryrefslogtreecommitdiff
path: root/src/usr/dhcpmgmt.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-15[dhcp] Use Ethernet-compatible chaddr, if possibleMichael Brown1-7/+9
2010-04-19[build] Rename gPXE to iPXEMichael Brown1-4/+4
2010-01-20[dhcp] Add generic facility for using cached network settingsJoshua Oreman1-1/+6
2009-08-12[dhcp] Fall back to using the hardware address to populate the chaddr fieldMichael Brown1-1/+7
2009-08-12[netdevice] Separate out the concept of hardware and link-layer addressesMichael Brown1-1/+1
2009-06-24[dhcp] Await link-up before starting DHCPJoshua Oreman1-0/+6
2009-05-18[legal] Add a selection of FILE_LICENCE declarationsMichael Brown1-0/+2
2009-02-05[pxe] Obey lists of PXE Boot Servers and associated Discovery Control bitsMichael Brown1-6/+3
2009-02-01[dhcp] Split PXE menuing code out of dhcp.cMichael Brown1-0/+14
2008-03-23[DHCP] Fix up fake-packet creation as used by PXENV_GET_CACHED_INFOMichael Brown1-6/+0
2008-03-21[Settings] Migrate DHCP and NVO code to the new settings API (untested)Michael Brown1-18/+5
2008-03-21[Settings] Use a settings applicator to configure IPv4 routes.Michael Brown1-2/+2
2007-11-21Remove some assumptions about DHCP obtaining only a single options block.Michael Brown1-8/+11
2007-08-03Display name and status of each file as it is downloaded.Michael Brown1-8/+2
2007-06-28Use monojob and dhcp_configure_netdev().Michael Brown1-68/+19
2007-06-27Update DHCP to use data-xfer interface (not yet tested).Michael Brown1-1/+10
2007-06-11DNS code now records a whole struct sockaddr for the name server.Michael Brown1-2/+5
2007-04-09hoffmeis: Preparations for syslog support (LOGSERVER in DHCP, linewiseAnselm Martin Hoffmeister1-0/+5
2007-01-19Use stdio.h instead of vsprintf.hMichael Brown1-1/+1
2007-01-18A working name resolution frameworkMichael Brown1-2/+10
2007-01-16Create and use async_block() macro; it cuts down on the visual overheadMichael Brown1-7/+3
2007-01-16When a network device is specified to tcpip_tx() or it's children, treatMichael Brown1-0/+3
2007-01-15Gave asynchronous operations approximate POSIX signal semantics. ThisMichael Brown1-2/+10
2007-01-12Add "dhcp" commandMichael Brown1-0/+4
2007-01-12Added dhcp() user-level command.Michael Brown1-0/+83