Subject: CVS commit: src/dist/iscsi
To: None <source-changes@NetBSD.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: source-changes
Date: 02/16/2006 19:19:38
Module Name:	src
Committed By:	agc
Date:		Thu Feb 16 19:19:38 UTC 2006

Modified Files:
	src/dist/iscsi/include: storage.h
	src/dist/iscsi/src: disk.c netmask.c storage.c

Log Message:
Introduce a backwards compatible change to the targets configuration
file.

The new file specifies whether targets should be presented as readonly
or read-write.

If a target is marked as read-only, don't allow any writes to be made
to it.

Also, add syntax recognition of "any" and "all" in the netmask recognition
code.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/dist/iscsi/include/storage.h
cvs rdiff -r1.2 -r1.3 src/dist/iscsi/src/disk.c src/dist/iscsi/src/netmask.c
cvs rdiff -r1.1 -r1.2 src/dist/iscsi/src/storage.c

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