summaryrefslogtreecommitdiffstats
path: root/usr.sbin/iscsid/initiator.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* move to <limits.h> where possible, annotate <sys/param.h> otherwisederaadt2015-01-161-3/+3
* Change the error handling a bit to ensure we do not double free the taskclaudio2014-11-231-4/+7
* Extend the connection and session FSMs so that connection failure isclaudio2014-05-101-4/+5
* Fix conn_gen_kvp and its caller to fill the kvp array properly (includingclaudio2014-04-201-1/+2
* COnveret the bcopy() to memcpy()claudio2014-04-191-3/+3
* Replace a magic number.claudio2014-04-191-2/+2
* Massive diff to handle logins more correctly. iscsid will now doclaudio2011-05-041-177/+275
* Rework the logout code and use this to do a proper logout whenclaudio2011-05-021-16/+49
* Rename task_cleanup() to conn_task_cleanup() seems a better place forclaudio2011-04-271-4/+4
* Start implementing the FSM. Introduce a session FSM that is run via aclaudio2011-04-271-39/+130
* Move session related code into session.c.claudio2011-04-051-108/+1
* Implememnt NOP-IN -> NOP-OUT handling. If the NOP-In was issued by theclaudio2011-01-041-1/+26
* spacing, no binary changes.sobrado2010-09-251-3/+3
* fix typos in documentation and log_debug() function.sobrado2010-09-251-2/+2
* iSCSI Initiatior daemon using vscsi(4).claudio2010-09-241-0/+409