index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
iscsid
/
connection.c
Age
Commit message (
Expand
)
Author
2014-11-23
TargetPortalGroupTag is a binary 16-bit value so 0 is allowed.
Claudio Jeker
2014-05-10
Extend the connection and session FSMs so that connection failure is
Claudio Jeker
2014-04-21
Bind to localAddr if specified and add some XXX comments about stuff
Claudio Jeker
2014-04-21
Handle EAGAIN, ENOBUFS and EINTR a bit better. Ignore them one layer above
Claudio Jeker
2014-04-20
After doing all of the loging dance to get the target's params it makes
Claudio Jeker
2014-04-20
Use only one style for "return foo;"
Claudio Jeker
2014-04-20
Fix conn_gen_kvp and its caller to fill the kvp array properly (including
Claudio Jeker
2011-05-04
Massive diff to handle logins more correctly. iscsid will now do
Claudio Jeker
2011-05-02
Rework the logout code and use this to do a proper logout when
Claudio Jeker
2011-04-28
Try to schedule a new task for the connection in conn_task_cleanup()
Claudio Jeker
2011-04-27
Rename task_cleanup() to conn_task_cleanup() seems a better place for
Claudio Jeker
2011-04-27
Start implementing the FSM. Introduce a session FSM that is run via a
Claudio Jeker
2011-04-05
Log the SessionName so that it is possible to understand which session
Claudio Jeker
2011-01-10
Remove 2 empty lines.
Claudio Jeker
2011-01-06
Pass the magic LUN -1 to VSCSI_REQPROBE so that all LU are probed
Claudio Jeker
2011-01-04
Cleanup tasks with a NULL callback after queuing the PDU to be sent out.
Claudio Jeker
2010-09-25
spacing, no binary changes.
Igor Sobrado
2010-09-24
another useless and noisy debug message
Claudio Jeker
2010-09-24
Set TCP_NODELAY since we want the request to be sent ASAP.
Claudio Jeker
2010-09-24
iSCSI Initiatior daemon using vscsi(4).
Claudio Jeker