summaryrefslogtreecommitdiff
path: root/dist/iscsi
AgeCommit message (Expand)Author
2006-08-03mark VPD 0x80 (Unit Serial Number VPD Page) as being doneagc
2006-08-03Add support for Vital Product Data 0x80, Unit Serial Number, reported to beagc
2006-08-03+ add support for IPv6 in the target (CIDR scoping has still to beagc
2006-05-31:g/%i/s//%d/gcagc
2006-05-27Bump version number for the portability fix, and the dynamic number ofagc
2006-05-27Rather than hardcoding the maximum number of sessions that a target canagc
2006-05-27Include another header file - should make this compile on platforms whereagc
2006-05-26Rewrite the way report_luns() works, after suspicion by Matt Green, andagc
2006-05-25Include compat.h for the definition of uuid_t, in the case where we don'tagc
2006-05-22Use the value-returning variants of the 64-bit endian macros insteadhe
2006-05-21Adjust the data VPD returns, to work around a problem in the Ciscoagc
2006-05-13Coverity CID 3197: Don't leak fp.christos
2006-04-30Use be64toh/htobe64 instead of upper-case versions.uwe
2006-04-26Rather than hardcoding 8 LUNs per disk, use the number for the disc.agc
2006-04-26Use the correct opcode for the WRITE6 SCSI commandagc
2006-04-24+ Some minor formatting cleanup in the header files.agc
2006-04-18Bump version to 20060417 for the Mac OS X build fixes (thanks, Jason)agc
2006-04-17disk_read() / disk_write(): Make the temporary pointer a uint8_t *, ratherthorpej
2006-04-17Let MD5Update() take a void *, rather than a uint8_t *. Gets rid of athorpej
2006-04-17Test HAVE_STDINT_H and bring in <stdint.h> if defined.thorpej
2006-04-17Pull in config.h to get the definition of HAVE_STDINT_Hthorpej
2006-04-17Check for <libkern/OSByteOrder.h>. If it exists, use it to get thethorpej
2006-04-16Commit regenerated config.h so that the correct version strings are pickedagc
2006-04-15Regenerate with new version number (20060416)agc
2006-04-15Fix two other bugs which would manifest themselves on architectures whichagc
2006-04-15Bump version number to 20060415 for the bug-fix on big-endian Solarisagc
2006-04-15Fix a bug found when running the NetBSD iSCSI target on big-endian (i.e.agc
2006-04-02Use the correct type for the length argument to lba2cdb.agc
2006-04-02Fix a (repeated) obvious bug in the tracing functions.agc
2006-03-31Provide a bit more information in the error and warning routines - neededagc
2006-03-28More portability fixes, mainly for Solaris 9.agc
2006-03-27Add changes to make the NetBSD iSCSI target compile and run on Solaris 9agc
2006-03-26minor cleanup in preparation for porting the NetBSD iSCSI target to Solaris 9.agc
2006-03-23First stab at implementing INQUIRY for Vital Product Data, aka Page 83agc
2006-03-21Actually do something with the SYNC_CACHE command - use fsync_range(2) ifagc
2006-03-21Abstract out some common code, and place it in the utilities source.agc
2006-03-20Incorporate changes from F. Senault, modified by myself to useagc
2006-03-20Clean up, mostly to autoconf glue, to check whether syslog(3) exists or not.agc
2006-03-12Get rid of c99isms in the form of variable number of args to CPP macros.agc
2006-03-11Thanks to Thomas for the prod - update usage message to include allagc
2006-03-11Compact single letter options in SYNOPSIS. Sort option descriptions.wiz
2006-03-11Sort options as in man page.wiz
2006-03-11Add -V to SYNOPSIS; serial comma; sort option descriptions.wiz
2006-03-06One more off the TODO list, although I hadn't realised it was going to beagc
2006-03-05I have a nasty feeling it's time to sell all my guitars:agc
2006-03-04Add IPv6 awareness.agc
2006-03-04Include version number, passed down from GNU autoconf.agc
2006-03-04Sync example file with reality - this has no effect on NetBSD, sinceagc
2006-03-04Remove a file that's unnecessary.agc
2006-02-24Remove superfluous comma.wiz