summaryrefslogtreecommitdiff
path: root/usr.sbin/iscsid/initiator.c
AgeCommit message (Expand)Author
2015-01-16move to <limits.h> where possible, annotate <sys/param.h> otherwiseTheo de Raadt
2014-11-23Change the error handling a bit to ensure we do not double free the taskClaudio Jeker
2014-05-10Extend the connection and session FSMs so that connection failure isClaudio Jeker
2014-04-20Fix conn_gen_kvp and its caller to fill the kvp array properly (includingClaudio Jeker
2014-04-19COnveret the bcopy() to memcpy()Claudio Jeker
2014-04-19Replace a magic number.Claudio Jeker
2011-05-04Massive diff to handle logins more correctly. iscsid will now doClaudio Jeker
2011-05-02Rework the logout code and use this to do a proper logout whenClaudio Jeker
2011-04-27Rename task_cleanup() to conn_task_cleanup() seems a better place forClaudio Jeker
2011-04-27Start implementing the FSM. Introduce a session FSM that is run via aClaudio Jeker
2011-04-05Move session related code into session.c.Claudio Jeker
2011-01-04Implememnt NOP-IN -> NOP-OUT handling. If the NOP-In was issued by theClaudio Jeker
2010-09-25spacing, no binary changes.Igor Sobrado
2010-09-25fix typos in documentation and log_debug() function.Igor Sobrado
2010-09-24iSCSI Initiatior daemon using vscsi(4).Claudio Jeker