summaryrefslogtreecommitdiff
path: root/usr.sbin/iscsid/iscsid.h
AgeCommit message (Expand)Author
2014-05-10Extend the connection and session FSMs so that connection failure isClaudio Jeker
2014-04-21Redo most of the control message handling. Switch it back to useClaudio Jeker
2014-04-21Now that we properly negotiate the session params we can enable sendingClaudio Jeker
2014-04-20Introduce some basic stats for the vscsi layer. Just counting the commandsClaudio Jeker
2014-04-07To win the startup race on the control socket we need to listen to it asClaudio Jeker
2011-05-04Massive diff to handle logins more correctly. iscsid will now doClaudio Jeker
2011-05-02Rework the logout code and use this to do a proper logout whenClaudio Jeker
2011-04-27Rename task_cleanup() to conn_task_cleanup() seems a better place forClaudio Jeker
2011-04-27Start implementing the FSM. Introduce a session FSM that is run via aClaudio Jeker
2011-04-05Move session related code into session.c.Claudio Jeker
2011-01-04Implememnt NOP-IN -> NOP-OUT handling. If the NOP-In was issued by theClaudio Jeker
2011-01-04Add missing session parameter.Claudio Jeker
2010-09-25spacing, no binary changes.Igor Sobrado
2010-09-24iSCSI Initiatior daemon using vscsi(4).Claudio Jeker