summaryrefslogtreecommitdiffstats
path: root/src/tests/iscsiboot.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix up iscsiboot missing prototype warningsMichael Brown2007-07-091-45/+0Star
|
* Ready to start testingMichael Brown2007-07-081-35/+24Star
|
* Warnings purge iscsiboot.cMarty Connor2007-07-031-0/+1
|
* Use stdio.h instead of vsprintf.hMichael Brown2007-01-191-1/+1
|
* Cannot immediately overwrite the peer address when we parseMichael Brown2006-12-221-4/+4
| | | | | TargetAddress from the login response, because we still need the old address while we close the connection!
* ibft_fill_data() prototype change.Michael Brown2006-12-211-1/+1
|
* Add ability to shut down iSCSI connectionMichael Brown2006-12-211-1/+3
|
* Print explicit error message on iSCSI boot failure, and addMichael Brown2006-12-211-1/+3
| | | | "Permission denied" as an error text to strerror().
* Add placeholder ibft.hMichael Brown2006-12-081-4/+0Star
|
* Use root-path option (as per RFC 4173) rather than filename option toMichael Brown2006-12-081-0/+2
| | | | determine iSCSI boot parameters.
* Make the "drive number" option apply to iSCSI as well as AoEMichael Brown2006-11-291-1/+3
|
* Updated to use asynchronous operation model for iSCSI requestsMichael Brown2006-11-281-0/+4
| | | | Added CHAP authentication
* Minor edit to make HEAD buildMarty Connor2006-09-191-2/+4
|
* Added iBFT construction to iSCSI boot testMichael Brown2006-08-281-2/+5
|
* Add iSCSI to the DHCP tests.Michael Brown2006-08-071-3/+4
| | | | Start updating iscsi.c to use Nikhil's TCP API.
* Added iSCSI boot test codeMichael Brown2006-06-141-0/+41