Subject: CVS commit: othersrc/storage/dist/iscsi/src
To: None <source-changes@NetBSD.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: source-changes
Date: 01/23/2006 00:07:13
Module Name:	othersrc
Committed By:	agc
Date:		Mon Jan 23 00:07:13 UTC 2006

Modified Files:
	othersrc/storage/dist/iscsi/src: TODO initiator.c iscsi-target.c
	    osd_ops.c parameters.c target.c tests.c util.c
Added Files:
	othersrc/storage/dist/iscsi/src: iscsi-harness.8 iscsi-harness.c
	othersrc/storage/dist/iscsi/src/etc: auths

Log Message:
Get rid of the hardcoded AUTH settings.

Introduce a real authentication mechanism (which memory-leaks
"username" bytes of memory for every session, but that will be cleaned
up shortly).

Add a test harness for the target, which does most of the work of an
iSCSI initiator, and reachover build framework, and manual page for that.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 othersrc/storage/dist/iscsi/src/TODO
cvs rdiff -r1.1.1.1 -r1.2 othersrc/storage/dist/iscsi/src/initiator.c \
    othersrc/storage/dist/iscsi/src/osd_ops.c \
    othersrc/storage/dist/iscsi/src/tests.c
cvs rdiff -r0 -r1.1 othersrc/storage/dist/iscsi/src/iscsi-harness.8 \
    othersrc/storage/dist/iscsi/src/iscsi-harness.c
cvs rdiff -r1.5 -r1.6 othersrc/storage/dist/iscsi/src/iscsi-target.c \
    othersrc/storage/dist/iscsi/src/target.c
cvs rdiff -r1.2 -r1.3 othersrc/storage/dist/iscsi/src/parameters.c \
    othersrc/storage/dist/iscsi/src/util.c
cvs rdiff -r0 -r1.1 othersrc/storage/dist/iscsi/src/etc/auths

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