Subject: CVS commit: src/dist/iscsi
To: None <source-changes@NetBSD.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: source-changes
Date: 08/14/2007 18:52:49
Module Name:	src
Committed By:	agc
Date:		Tue Aug 14 18:52:49 UTC 2007

Modified Files:
	src/dist/iscsi/include: initiator.h util.h
	src/dist/iscsi/src: conffile.c disk.c initiator.c iscsi-harness.c
	    iscsi.c parameters.c target.c util.c

Log Message:
+ re-activate code to set port number in the iSCSI target
+ if the attempt to getaddrinfo() on (host,port) fails, try various
	combinations of (host,service)
+ clean up lint
+ set sess->d when we get traffic in, rather than just at iSCSI login


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/dist/iscsi/include/initiator.h
cvs rdiff -r1.17 -r1.18 src/dist/iscsi/include/util.h
cvs rdiff -r1.5 -r1.6 src/dist/iscsi/src/conffile.c
cvs rdiff -r1.25 -r1.26 src/dist/iscsi/src/disk.c
cvs rdiff -r1.12 -r1.13 src/dist/iscsi/src/initiator.c
cvs rdiff -r1.8 -r1.9 src/dist/iscsi/src/iscsi-harness.c
cvs rdiff -r1.7 -r1.8 src/dist/iscsi/src/iscsi.c \
    src/dist/iscsi/src/parameters.c
cvs rdiff -r1.18 -r1.19 src/dist/iscsi/src/target.c
cvs rdiff -r1.14 -r1.15 src/dist/iscsi/src/util.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.