summaryrefslogtreecommitdiffstats
path: root/usr.sbin/iscsid/iscsid.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* work on making log.c similar in all daemons:benno2016-09-021-1/+5
* stop including sys/param.h for nitems. define locally as needed.tedu2016-08-161-1/+5
* Extend the connection and session FSMs so that connection failure isclaudio2014-05-101-17/+23
* Redo most of the control message handling. Switch it back to useclaudio2014-04-211-2/+10
* Now that we properly negotiate the session params we can enable sendingclaudio2014-04-211-1/+2
* Introduce some basic stats for the vscsi layer. Just counting the commandsclaudio2014-04-201-1/+16
* To win the startup race on the control socket we need to listen to it asclaudio2014-04-071-2/+2
* Massive diff to handle logins more correctly. iscsid will now doclaudio2011-05-041-13/+28
* Rework the logout code and use this to do a proper logout whenclaudio2011-05-021-9/+20
* Rename task_cleanup() to conn_task_cleanup() seems a better place forclaudio2011-04-271-4/+6
* Start implementing the FSM. Introduce a session FSM that is run via aclaudio2011-04-271-9/+37
* Move session related code into session.c.claudio2011-04-051-1/+3
* Implememnt NOP-IN -> NOP-OUT handling. If the NOP-In was issued by theclaudio2011-01-041-4/+5
* Add missing session parameter.claudio2011-01-041-1/+3
* spacing, no binary changes.sobrado2010-09-251-2/+2
* iSCSI Initiatior daemon using vscsi(4).claudio2010-09-241-0/+297