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
/
initiator.c
Age
Commit message (
Expand
)
Author
2015-01-16
move to <limits.h> where possible, annotate <sys/param.h> otherwise
Theo de Raadt
2014-11-23
Change the error handling a bit to ensure we do not double free the task
Claudio Jeker
2014-05-10
Extend the connection and session FSMs so that connection failure is
Claudio Jeker
2014-04-20
Fix conn_gen_kvp and its caller to fill the kvp array properly (including
Claudio Jeker
2014-04-19
COnveret the bcopy() to memcpy()
Claudio Jeker
2014-04-19
Replace a magic number.
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-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
Move session related code into session.c.
Claudio Jeker
2011-01-04
Implememnt NOP-IN -> NOP-OUT handling. If the NOP-In was issued by the
Claudio Jeker
2010-09-25
spacing, no binary changes.
Igor Sobrado
2010-09-25
fix typos in documentation and log_debug() function.
Igor Sobrado
2010-09-24
iSCSI Initiatior daemon using vscsi(4).
Claudio Jeker