summaryrefslogtreecommitdiffstats
path: root/src/net/tcp/iscsi.c
Commit message (Expand)AuthorAgeFilesLines
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-201-1/+2
* [iscsi] Report SCSI response only when applicableMichael Brown2012-05-161-1/+2
* [iscsi] Send any padding inline with the data segmentMichael Brown2012-03-011-28/+9Star
* [iscsi] Fail immediately if target rejects any of our parametersMichael Brown2011-12-051-12/+39
* [iscsi] Avoid duplicate calls to iscsi_tx_done()Michael Brown2011-06-291-4/+9
* [iscsi] Eliminate polling while waiting for window to openMichael Brown2011-06-281-3/+26
* [process] Pass containing object pointer to process step() methodsMichael Brown2011-06-281-4/+6
* [settings] Impose a fixed order on settingsMichael Brown2011-03-231-3/+3
* [iscsi] Change default initiator IQNMichael Brown2011-03-031-235/+140Star
* [iscsi] Clarify support for NOP-InMichael Brown2011-02-251-24/+9Star
* [iscsi] Verify the correct tag in NOP-In PDUsMichael Brown2011-02-251-4/+4
* [iscsi] Accept NOP-In PDUs sent by the targetMichael Brown2011-02-241-0/+50
* [iscsi] Disambiguate the expected target errors in the login responseMichael Brown2011-02-231-1/+20
* [iscsi] Disambiguate the common EINVAL casesMichael Brown2010-12-011-4/+20
* [iscsi] Ensure ISID is consistent within an iSCSI sessionMichael Brown2010-10-181-1/+4
* [iscsi] Randomise a portion of the ISID to force new session instantiationMichael Brown2010-10-161-1/+1
* [block] Replace gPXE block-device API with an iPXE asynchronous interfaceMichael Brown2010-09-141-156/+283
* [interface] Convert all data-xfer interfaces to generic interfacesMichael Brown2010-06-221-37/+38
* [refcnt] Add ref_init() wrapper functionMichael Brown2010-06-221-1/+1
* [libc] Enable automated extraction of error usage reportsMichael Brown2010-05-311-11/+44
* [iscsi] Allow base64 encoding in large binary valuesPiotr JaroszyƄski2010-05-281-23/+47
* [iscsi] Use generic base16 functions for iSCSI reverse CHAPMichael Brown2010-05-281-24/+17Star
* [iscsi] Use generic base16 functions for iSCSIMichael Brown2010-05-281-30/+21Star
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-11/+11
* [iscsi] Disambiguate some common authentication errorsMichael Brown2010-03-171-14/+27
* [iscsi] Fix interoperability with QNAP TS-639ProDanny Volkind2010-02-221-3/+10
* [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