History log of /netbsd-current/external/bsd/iscsi/dist/configure.ac
Revision Date Author Comments
# 1.7 06-Oct-2011 sborrill

Bump version number to 20111006


# 1.6 22-Feb-2011 sborrill

Release 20110222


# 1.5 20-Feb-2011 sborrill

man page claims that you can use auth type = none, but in reality this
didn't work (insisted on a username being given and then used, plus always
advertised CHAP to the target). Make initiator work as advertised (i.e.
defaults to auth type none and so don't require a username).

To use CHAP you should explicitly request CHAP:
iscsi-initiator -a chap -u user -h targetname /mountpoint

For backwards compatibility, if a username is given (-u) and no auth type
is specified (-a), it will default to CHAP, i.e. to use none, just give no
username:
iscsi-initiator -h targetname /mountpoint


# 1.4 19-Apr-2010 sborrill

branches: 1.4.2;
Regen with autoconf-2.63 and automake-1.11.1 because of man page changes.
Bump version to 20100416


# 1.3 14-Apr-2010 agc

Regen to pick up the new version number


# 1.2 29-Jun-2009 agc

Portable iSCSI - snapshot of current sources/changes

+ moved lba2cdb into iscsi-initiator.c and cdb2lba into disk.c
+ moved iscsi.c to protocol.c
+ calculate zero bytes and bits in a different way, and fix a bug or two
on the way
+ add the ability to trace different types of debug information from the
initiatior as well as the target


# 1.1 25-Jun-2009 agc

Update the external tree for new structure for reachover builds.

Add some iscsi-specific changes too:

Portable iSCSI - 20080207 to 20090622

+ Use modern autoconf
+ Add portable iSCSI initiator sources
+ New directory structure
+ Put OSD sources in their own directory
+ iscsi.h -> iscsiprotocol.h
+ add an iscsi.h for the new interface, and install it
+ globals_t -> iscsi_target_t
+ made an iscsi-target.h with all public functions in it
+ reformatted Intel license to fit in 80 columns
+ get rid of some abstractions which aren't needed any more
+ move over to a set of (name, value) tuples in target and initiator
+ add patch to set the target's StatSN at login time, from Gleb Kozyrev via
Mark Foster
+ add manual page for libiscsi(3)
+ update libiscsi shared object major version to 2 to reflect the changes
in API and ABI

More changes to come


# 1.4.2.1 05-Mar-2011 bouyer

Sync with HEAD