summaryrefslogtreecommitdiffstats
path: root/usr.sbin/iscsid/connection.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* strings.h -> string.h as necessary to prevent implicit declarationmmcc2015-12-051-2/+2
* TargetPortalGroupTag is a binary 16-bit value so 0 is allowed.claudio2014-11-231-2/+3
* Extend the connection and session FSMs so that connection failure isclaudio2014-05-101-15/+57
* Bind to localAddr if specified and add some XXX comments about stuffclaudio2014-04-211-2/+11
* Handle EAGAIN, ENOBUFS and EINTR a bit better. Ignore them one layer aboveclaudio2014-04-211-1/+5
* After doing all of the loging dance to get the target's params it makesclaudio2014-04-201-1/+2
* Use only one style for "return foo;"claudio2014-04-201-16/+16
* Fix conn_gen_kvp and its caller to fill the kvp array properly (includingclaudio2014-04-201-6/+6
* Massive diff to handle logins more correctly. iscsid will now doclaudio2011-05-041-2/+106
* Rework the logout code and use this to do a proper logout whenclaudio2011-05-021-33/+10
* Try to schedule a new task for the connection in conn_task_cleanup()claudio2011-04-281-1/+3
* Rename task_cleanup() to conn_task_cleanup() seems a better place forclaudio2011-04-271-2/+17
* Start implementing the FSM. Introduce a session FSM that is run via aclaudio2011-04-271-31/+83
* Log the SessionName so that it is possible to understand which sessionclaudio2011-04-051-6/+7
* Remove 2 empty lines.claudio2011-01-101-3/+1
* Pass the magic LUN -1 to VSCSI_REQPROBE so that all LU are probedclaudio2011-01-061-2/+2
* Cleanup tasks with a NULL callback after queuing the PDU to be sent out.claudio2011-01-041-1/+13
* spacing, no binary changes.sobrado2010-09-251-3/+3
* another useless and noisy debug messageclaudio2010-09-241-2/+1
* Set TCP_NODELAY since we want the request to be sent ASAP.claudio2010-09-241-1/+10
* iSCSI Initiatior daemon using vscsi(4).claudio2010-09-241-0/+379