summaryrefslogtreecommitdiffstats
path: root/src/tests
Commit message (Collapse)AuthorAgeFilesLines
* Obsolete, and no longer functionsMichael Brown2006-12-191-88/+0Star
|
* Use iskey() and getchar() to interact with console, rather than objectMichael Brown2006-12-181-2/+2
| | | | abstraction.
* TypoMichael Brown2006-12-121-2/+2
|
* Add placeholder ibft.hMichael Brown2006-12-081-4/+0Star
|
* Use root-path option (as per RFC 4173) rather than filename option toMichael Brown2006-12-082-20/+68
| | | | determine iSCSI boot parameters.
* Support PXE and iSCSI by defaultMichael Brown2006-12-061-1/+4
|
* Update ftp.c to work with Nikhil's TCP stack.Michael Brown2006-12-052-11/+50
| | | | Remove the now-totally-obsolete sockaddr_in field from tcp.h.
* Make the "drive number" option apply to iSCSI as well as AoEMichael Brown2006-11-292-3/+8
|
* Create "username" and "password" DHCP options, ready for placing thisMichael Brown2006-11-281-2/+7
| | | | information in NVS.
* Updated to use asynchronous operation model for iSCSI requestsMichael Brown2006-11-282-1/+8
| | | | Added CHAP authentication
* Minor edit to make HEAD buildMarty Connor2006-09-191-2/+4
|
* Added iBFT construction to iSCSI boot testMichael Brown2006-08-282-5/+8
|
* Print net device name when making request.Michael Brown2006-08-111-1/+2
|
* New HTTP protocol and test codeDerek Pryor2006-08-112-0/+59
|
* Attempt a PXE NBP boot as the TFTP test.Michael Brown2006-08-092-19/+21
|
* Added TFTP test code (currently just dumps file to console).Michael Brown2006-08-092-2/+51
|
* Add very, very quick and dirty hello world testMichael Brown2006-08-072-6/+31
|
* Set a NUL terminator before calling inet_aton.Michael Brown2006-08-071-2/+3
|
* Add iSCSI to the DHCP tests.Michael Brown2006-08-072-13/+50
| | | | Start updating iscsi.c to use Nikhil's TCP API.
* Print out "DHCP..." message just in case people think the demo is sittingMichael Brown2006-07-201-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 ofMichael Brown2006-07-202-4/+52
| | | | concept demo that actually does something useful.
* Print out the lease time, just to show how easy it is.Michael Brown2006-07-201-8/+15
|
* Added dhcp_ipv4_option() and friends.Michael Brown2006-07-201-1/+40
| | | | Added test code to configure the interface for IPv4 after DHCP.
* Added some debug messages and DHCP test codeMichael Brown2006-07-191-0/+10
|
* started on ANSI sequence processingDan Lynch2006-06-281-1/+22
|
* - working basic ansi termnal extension for mucursesDan Lynch2006-06-271-2/+3
|
* make path relative (so that I don't break eb top of tree !)Dan Lynch2006-06-271-5/+6
|
* - testable console framework implementing mucurses SCREEN structDan Lynch2006-06-271-0/+65
|
* Update ftp.c and hello.c to use the generic async_operations API.Michael Brown2006-06-192-0/+82
|
* Added iSCSI boot test codeMichael Brown2006-06-141-0/+41
|
* Added sample AoE test code to treeMichael Brown2006-06-011-0/+42