| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [Misc] Kill off long-redundant tests/dhcptest.c | Michael Brown | 2008-03-21 | 1 | -270/+0![]() |
| | | |||||
| * | Update DHCP to use data-xfer interface (not yet tested). | Michael Brown | 2007-06-28 | 1 | -1/+1 |
| | | |||||
| * | Use stdio.h instead of vsprintf.h | Michael Brown | 2007-01-19 | 1 | -1/+1 |
| | | |||||
| * | Gave asynchronous operations approximate POSIX signal semantics. This | Michael Brown | 2007-01-15 | 1 | -0/+5 |
| | | | | | | | | | | | | will enable us to cascade async operations, which is necessary in order to properly support DNS. (For example, an HTTP request may have to redirect to a new location and will have to perform a new DNS lookup, so we can't just rely on doing the name lookup at the time of parsing the initial URL). Anything other than HTTP is probably broken right now; I'll fix the others up asap. | ||||
| * | Print informative error message when boot fails. | Michael Brown | 2007-01-11 | 1 | -1/+1 |
| | | |||||
| * | Add "route" command (which currently only displays the routing table; it | Michael Brown | 2007-01-10 | 1 | -2/+0![]() |
| | | | | | can't modify it). | ||||
| * | Add route() function to display routing table. | Michael Brown | 2007-01-10 | 1 | -4/+2![]() |
| | | |||||
| * | DHCP transmits via specified net device, so no need to create a dummy | Michael Brown | 2007-01-10 | 1 | -8/+0![]() |
| | | | | | routing table entry just to fool ipv4.c any more. | ||||
| * | Add "name" field to network device, to facilitate netdev commands. | Michael Brown | 2007-01-10 | 1 | -1/+1 |
| | | |||||
| * | Use a bigger buffer for the initiator IQN | Michael Brown | 2006-12-21 | 1 | -1/+1 |
| | | |||||
| * | Typo | Michael Brown | 2006-12-12 | 1 | -2/+2 |
| | | |||||
| * | Use root-path option (as per RFC 4173) rather than filename option to | Michael Brown | 2006-12-08 | 1 | -20/+66 |
| | | | | | determine iSCSI boot parameters. | ||||
| * | Support PXE and iSCSI by default | Michael Brown | 2006-12-06 | 1 | -1/+4 |
| | | |||||
| * | Update ftp.c to work with Nikhil's TCP stack. | Michael Brown | 2006-12-05 | 1 | -7/+47 |
| | | | | | Remove the now-totally-obsolete sockaddr_in field from tcp.h. | ||||
| * | Make the "drive number" option apply to iSCSI as well as AoE | Michael Brown | 2006-11-29 | 1 | -2/+5 |
| | | |||||
| * | Create "username" and "password" DHCP options, ready for placing this | Michael Brown | 2006-11-28 | 1 | -2/+7 |
| | | | | | information in NVS. | ||||
| * | Updated to use asynchronous operation model for iSCSI requests | Michael Brown | 2006-11-28 | 1 | -1/+4 |
| | | | | | Added CHAP authentication | ||||
| * | Added iBFT construction to iSCSI boot test | Michael Brown | 2006-08-28 | 1 | -3/+3 |
| | | |||||
| * | Print net device name when making request. | Michael Brown | 2006-08-11 | 1 | -1/+2 |
| | | |||||
| * | New HTTP protocol and test code | Derek Pryor | 2006-08-11 | 1 | -0/+22 |
| | | |||||
| * | Attempt a PXE NBP boot as the TFTP test. | Michael Brown | 2006-08-09 | 1 | -3/+3 |
| | | |||||
| * | Added TFTP test code (currently just dumps file to console). | Michael Brown | 2006-08-09 | 1 | -2/+16 |
| | | |||||
| * | Add very, very quick and dirty hello world test | Michael Brown | 2006-08-07 | 1 | -3/+26 |
| | | |||||
| * | Set a NUL terminator before calling inet_aton. | Michael Brown | 2006-08-07 | 1 | -2/+3 |
| | | |||||
| * | Add iSCSI to the DHCP tests. | Michael Brown | 2006-08-07 | 1 | -10/+46 |
| | | | | | Start updating iscsi.c to use Nikhil's TCP API. | ||||
| * | Print out "DHCP..." message just in case people think the demo is sitting | Michael Brown | 2006-07-20 | 1 | -1/+5 |
| | | | | | there doing nothing when it's actually waiting for a DHCP reply. | ||||
| * | Allow an AoE boot to be directed via DHCP, so that we have a proof of | Michael Brown | 2006-07-20 | 1 | -2/+22 |
| | | | | | concept demo that actually does something useful. | ||||
| * | Print out the lease time, just to show how easy it is. | Michael Brown | 2006-07-20 | 1 | -8/+15 |
| | | |||||
| * | Added dhcp_ipv4_option() and friends. | Michael Brown | 2006-07-20 | 1 | -1/+40 |
| | | | | | Added test code to configure the interface for IPv4 after DHCP. | ||||
| * | Added some debug messages and DHCP test code | Michael Brown | 2006-07-19 | 1 | -0/+10 |

