OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Claudio Jeker (claudiocvs.openbsd.org)
Date: Fri Sep 24 2010 - 04:43:19 CDT


CVSROOT: /cvs
Module name: src
Changes by: claudiocvs.openbsd.org 2010/09/24 03:43:19

Added files:
        usr.sbin/iscsid: Makefile connection.c control.c initiator.c
                         iscsid.c iscsid.h log.c log.h pdu.c task.c
                         util.c vscsi.c

Log message:
iSCSI Initiatior daemon using vscsi(4).
Currently implements the absolute minimum of the protocol to make
it work against targets. Many things still in flux but we're annoyed
to work outside of the tree. Commited from a source tree on an iSCSI
disk served via iscsid but it is not yet production ready.
OK dlg, matthew, deraadt