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