Module Name: src Committed By: sborrill Date: Tue Feb 22 13:10:55 UTC 2011
Modified Files: src/external/bsd/iscsi/dist/src/lib: initiator.c protocol.c Log Message: Skip target if TargetName is empty. Use relevant TargetAddress, not just first one we happen to find. Following improvement based on feedback from Daisuke Aoyama (author of istgt): Handle NOP-OUT CmdSN and immediate bit. Handle NOP-IN TransferTag=0xffffffff. Interim solution for dealing with Underflow bit in iSCSI response. iscsi-initiator now talks to istgt and other targets. Remaining issues: CHAP support will not work with most targets (maximum 16 octet challenge is used, but other initiators use up to 1024). However, CHAP can now be bypassed by not specifying a username. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/bsd/iscsi/dist/src/lib/initiator.c cvs rdiff -u -r1.1 -r1.2 src/external/bsd/iscsi/dist/src/lib/protocol.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.