Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/dist/iscsi



Module Name:    src
Committed By:   agc
Date:           Thu Aug  3 20:21:59 UTC 2006

Modified Files:
        src/dist/iscsi/include: conffile.h config.h config.h.in initiator.h
            target.h util.h
        src/dist/iscsi/src: TODO conffile.c configure configure.ac disk.c
            initiator.c iscsi-harness.c iscsi-target.c storage.c target.c
            util.c

Log Message:
+ add support for IPv6 in the target (CIDR scoping has still to be
implemented for IPv6, but works fine for IPv4)

+ now poll any connections opened in the target.  select is used if
poll is not available

+ remove ramdisk type of backing store, since it was never used, and
is of no use for our needs

+ bump version to 20060727


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/dist/iscsi/include/conffile.h \
    src/dist/iscsi/include/initiator.h
cvs rdiff -r1.13 -r1.14 src/dist/iscsi/include/config.h
cvs rdiff -r1.8 -r1.9 src/dist/iscsi/include/config.h.in
cvs rdiff -r1.6 -r1.7 src/dist/iscsi/include/target.h
cvs rdiff -r1.16 -r1.17 src/dist/iscsi/include/util.h
cvs rdiff -r1.7 -r1.8 src/dist/iscsi/src/TODO \
    src/dist/iscsi/src/iscsi-harness.c
cvs rdiff -r1.3 -r1.4 src/dist/iscsi/src/conffile.c
cvs rdiff -r1.14 -r1.15 src/dist/iscsi/src/configure \
    src/dist/iscsi/src/configure.ac
cvs rdiff -r1.19 -r1.20 src/dist/iscsi/src/disk.c
cvs rdiff -r1.6 -r1.7 src/dist/iscsi/src/initiator.c
cvs rdiff -r1.10 -r1.11 src/dist/iscsi/src/iscsi-target.c
cvs rdiff -r1.4 -r1.5 src/dist/iscsi/src/storage.c
cvs rdiff -r1.16 -r1.17 src/dist/iscsi/src/target.c
cvs rdiff -r1.12 -r1.13 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.




Home | Main Index | Thread Index | Old Index