Subject: CVS commit: othersrc/storage
To: None <source-changes@NetBSD.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: source-changes
Date: 01/17/2006 19:27:30
Module Name:	othersrc
Committed By:	agc
Date:		Tue Jan 17 19:27:30 UTC 2006

Modified Files:
	othersrc/storage/dist/iscsi/include: defs.h util.h
	othersrc/storage/dist/iscsi/src: disk.c iscsi-target.c util.c
	othersrc/storage/dist/iscsi/src/etc: targets
	othersrc/storage/iscsi/lib: Makefile
	othersrc/storage/iscsi/target: Makefile
Added Files:
	othersrc/storage/dist/iscsi/include: conf.h conffile.h
	othersrc/storage/dist/iscsi/src: conffile.c
	othersrc/storage/iscsi: Makefile.inc
	othersrc/storage/iscsi/include: Makefile

Log Message:
Add functionality to read the configuration file properly.

Split out the config file parsing routines into their own file.

There is preliminary support for extents, devices, and hierarchical
extents and devices in there, but is not fully functional as yet.

Modify the example configuration file to the new format.

Still works (very well) with the Microsoft iSCSI initiator, version 1.06


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 othersrc/storage/dist/iscsi/include/conf.h \
    othersrc/storage/dist/iscsi/include/conffile.h
cvs rdiff -r1.1.1.1 -r1.2 othersrc/storage/dist/iscsi/include/defs.h \
    othersrc/storage/dist/iscsi/include/util.h
cvs rdiff -r0 -r1.1 othersrc/storage/dist/iscsi/src/conffile.c
cvs rdiff -r1.1.1.1 -r1.2 othersrc/storage/dist/iscsi/src/disk.c \
    othersrc/storage/dist/iscsi/src/iscsi-target.c \
    othersrc/storage/dist/iscsi/src/util.c
cvs rdiff -r1.1.1.1 -r1.2 othersrc/storage/dist/iscsi/src/etc/targets
cvs rdiff -r0 -r1.1 othersrc/storage/iscsi/Makefile.inc
cvs rdiff -r0 -r1.1 othersrc/storage/iscsi/include/Makefile
cvs rdiff -r1.1 -r1.2 othersrc/storage/iscsi/lib/Makefile
cvs rdiff -r1.1 -r1.2 othersrc/storage/iscsi/target/Makefile

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