summaryrefslogtreecommitdiffstats
path: root/src/net/tcp/iscsi.c
Commit message (Expand)AuthorAgeFilesLines
* [scsi] Make LUN a property of the SCSI backend onlyMichael Brown2009-08-101-1/+0Star
* [scsi] Generalise iscsi_parse_lun() to scsi_parse_lun()Michael Brown2009-08-101-37/+1Star
* [scsi] Generalise iscsi_detached_command() to scsi_detached_command()Michael Brown2009-08-101-6/+1Star
* [scsi] Make SCSI command issuing partially asynchronousMichael Brown2009-07-181-18/+11Star
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* [xfer] Implement xfer_vreopen() to properly handle redirectionsMichael Brown2009-03-301-1/+1
* [iscsi] Include credentials in iBFT only if used during iSCSI loginMichael Brown2009-02-201-12/+11Star
* [i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] longMichael Brown2008-11-191-1/+1
* [iscsi] Fix LUN parsing in the iSCSI root-pathMichael Brown2008-09-281-11/+14
* [iscsi] Change default initiator name prefix to "iqn.2000-01.org.etherboot:"Michael Brown2008-09-191-1/+1
* [iSCSI] Add support for mutual CHAPMichael Brown2008-08-111-45/+266
* [iSCSI] Produce meaningful errors on login failureMichael Brown2008-06-041-3/+34
* [iSCSI] Offer CHAP authentication only if we have a username and passwordMichael Brown2008-04-241-4/+5
* [Settings] Remove assumption that all settings have DHCP tag valuesMichael Brown2008-03-251-11/+19
* [Settings] DHCP is now working using the new settings API.Michael Brown2008-03-211-2/+4
* [Settings] Introduce settings applicators.Michael Brown2008-03-211-56/+85
* Fixes for EqualLogic iSCSI targets:Michael Brown2008-02-071-7/+19
* Make seek information part of the xfer metadata, rather than an entirelyMichael Brown2008-01-081-1/+0Star
* Fix off-by-one error (discovered by Shao Miller).Michael Brown2008-01-071-1/+1
* Various warnings fixups for OpenBSD with gcc-3.3.5.Michael Brown2007-12-071-1/+1
* Work around a bug in the OpenSolaris iSCSI target.Michael Brown2007-11-051-3/+10
* Allowed zero-cost enforced ordering of features in startup bannerMichael Brown2007-08-021-1/+1
* Use otherwise-useless byte in DHCP feature option as a version numberMichael Brown2007-08-021-1/+1
* Add FEATURE() macro, plus code to display features at startup time,Michael Brown2007-08-021-0/+3
* Prepare for iBFT merge when possible. iscsiboot.c contains a really,Michael Brown2007-07-261-18/+98
* May be required in some disconnect scenariosMichael Brown2007-07-101-0/+1
* Add missing staticMichael Brown2007-07-091-1/+1
* Fix TX state machine and miscellaneous other bits.Michael Brown2007-07-091-38/+70
* Fix root-path parsing.Michael Brown2007-07-091-36/+35Star
* Ready to start testingMichael Brown2007-07-081-20/+24
* Code in place to use a hypothetical SCSI interface.Michael Brown2007-07-081-8/+23
* Everything except the SCSI interface should now be presentMichael Brown2007-07-081-38/+274
* iSCSI updated to use data-xfer interface on the socket side (TCP).Michael Brown2007-07-081-330/+379
* Switch compiler warning on tcp_open() to a #warningMichael Brown2007-07-051-0/+3
* Move [v]ssnprintf() from iscsi.c into vsprintf.c; we need themMichael Brown2007-05-311-26/+1Star
* Changed to use the generic stream API.Michael Brown2007-01-311-41/+62
* Use stdio.h instead of vsprintf.hMichael Brown2007-01-191-1/+1
* Gave asynchronous operations approximate POSIX signal semantics. ThisMichael Brown2007-01-151-7/+9
* We can't assert that the RX engine is idle in iscsi_done(), because itMichael Brown2007-01-091-2/+0Star
* Use debug auto-colourisation.Michael Brown2007-01-091-42/+47
* Clean up connection closing and permanent failure logic.Michael Brown2007-01-091-32/+62
* Merge changes from mcb-tcp-fixes branch.Michael Brown2006-12-281-46/+41Star
* Ensure that old TCP connection state is destroyed before attempting toMichael Brown2006-12-221-0/+5
* Cannot immediately overwrite the peer address when we parseMichael Brown2006-12-221-3/+8
* Avoid null pointer dereferences when no username/password specified.Michael Brown2006-12-211-3/+6
* When login fails, leave the session open but not in full featureMichael Brown2006-12-211-4/+15
* Add ability to shut down iSCSI connectionMichael Brown2006-12-211-22/+25
* A cleaner method of handling login redirection; just use the existingMichael Brown2006-12-061-2/+5
* Tweaked retry messagesMichael Brown2006-12-061-1/+2
* Handle TargetAddressMichael Brown2006-12-051-0/+30