summaryrefslogtreecommitdiff
path: root/usr.sbin/iscsid
AgeCommit message (Expand)Author
2013-08-14no longer any need to quote macro lines with >9 args;Jason McIntyre
2013-07-16use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@Ingo Schwarze
2013-03-11handle ECONNABORTED errors from accept(). In many code blocks they can beTheo de Raadt
2012-09-26last stage of rfc changes, using consistent Rs/Re blocks, and moving theJason McIntyre
2012-06-26tweak previous;Jason McIntyre
2012-06-26There is a iscsi.conf man page now. Reminded by jmc@Claudio Jeker
2012-04-11accept() pacing on the control socket if E*FILE errors are returned.Claudio Jeker
2011-08-20Add support for -v (enable verbose logging on the command line).Stuart Henderson
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-28Try to schedule a new task for the connection in conn_task_cleanup()Claudio Jeker
2011-04-28DATA OUT operations need to be piggibacked on the same connection asClaudio Jeker
2011-04-27Implement CTRL_LOG_VERBOSE to toggle log verbosity.Claudio Jeker
2011-04-27Rename task_cleanup() to conn_task_cleanup() seems a better place forClaudio Jeker
2011-04-27Add log_verbose() like all the other log.c users.Claudio 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-04-05Log the SessionName so that it is possible to understand which sessionClaudio Jeker
2011-01-10Remove 2 empty lines.Claudio Jeker
2011-01-06Ugly hack, call session_schedule in the task pdu callback handler.Claudio Jeker
2011-01-06Pass the magic LUN -1 to VSCSI_REQPROBE so that all LU are probedClaudio Jeker
2011-01-06Add minimal LUN handling. Currently only single level LUN addressing isClaudio Jeker
2011-01-04Implememnt NOP-IN -> NOP-OUT handling. If the NOP-In was issued by theClaudio Jeker
2011-01-04Cleanup tasks with a NULL callback after queuing the PDU to be sent out.Claudio Jeker
2011-01-04Reset the resid before issuing the task callback so that the pdu canClaudio Jeker
2011-01-04Print itt, cmdsn and expstatsn as unsigned when printing a PDU.Claudio Jeker
2011-01-04Truncate the scsi sense data to 18 bytes if more data was supplied.Claudio Jeker
2011-01-04When translating a PDU to text strip all trailing \0 but one.Claudio Jeker
2011-01-04Log the PDU which failed because no task was found.Claudio Jeker
2011-01-04Add missing session parameter.Claudio Jeker
2010-09-25spacing, no binary changes.Igor Sobrado
2010-09-25fix typos in documentation and log_debug() function.Igor Sobrado
2010-09-25zap trailing whitespace;Jason McIntyre
2010-09-25use a consistent argument name in both synopsis and usage; argumentIgor Sobrado
2010-09-24basic manpageDavid Gwynne
2010-09-24another useless and noisy debug messageClaudio Jeker
2010-09-24Set TCP_NODELAY since we want the request to be sent ASAP.Claudio Jeker
2010-09-24Remvoe some debug messages that are not needed.Claudio Jeker
2010-09-24iSCSI Initiatior daemon using vscsi(4).Claudio Jeker