summaryrefslogtreecommitdiff
path: root/usr.sbin/iscsid/connection.c
AgeCommit message (Expand)Author
2014-11-23TargetPortalGroupTag is a binary 16-bit value so 0 is allowed.Claudio Jeker
2014-05-10Extend the connection and session FSMs so that connection failure isClaudio Jeker
2014-04-21Bind to localAddr if specified and add some XXX comments about stuffClaudio Jeker
2014-04-21Handle EAGAIN, ENOBUFS and EINTR a bit better. Ignore them one layer aboveClaudio Jeker
2014-04-20After doing all of the loging dance to get the target's params it makesClaudio Jeker
2014-04-20Use only one style for "return foo;"Claudio Jeker
2014-04-20Fix conn_gen_kvp and its caller to fill the kvp array properly (includingClaudio 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-28Try to schedule a new task for the connection in conn_task_cleanup()Claudio 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-05Log the SessionName so that it is possible to understand which sessionClaudio Jeker
2011-01-10Remove 2 empty lines.Claudio Jeker
2011-01-06Pass the magic LUN -1 to VSCSI_REQPROBE so that all LU are probedClaudio Jeker
2011-01-04Cleanup tasks with a NULL callback after queuing the PDU to be sent out.Claudio Jeker
2010-09-25spacing, no binary changes.Igor Sobrado
2010-09-24another useless and noisy debug messageClaudio Jeker
2010-09-24Set TCP_NODELAY since we want the request to be sent ASAP.Claudio Jeker
2010-09-24iSCSI Initiatior daemon using vscsi(4).Claudio Jeker