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
2017-04-06
fix format string found by clang -Wformat-security
Gleydson Soares
2017-03-21
From a syslog perspective it does not make sense to log fatal and
Alexander Bluhm
2017-01-23
copy log.c/h from bgpd.
Sebastian Benoit
2016-09-10
fix an fd leak in an error path
Jonathan Gray
2016-09-02
work on making log.c similar in all daemons:
Sebastian Benoit
2016-08-16
stop including sys/param.h for nitems. define locally as needed.
Ted Unangst
2016-07-18
add format attributes to log functions
Sebastian Benoit
2016-04-05
Remove the iterator for control connections unfinished and unused.
YASUOKA Masahiko
2016-03-20
Currently we have about a 50/50 split over fcntl(n, F_GETFL [,0])
Kenneth R Westerback
2015-12-05
strings.h -> string.h as necessary to prevent implicit declaration
mmcc
2015-12-05
Don't check for NULL before free()
mmcc
2015-12-02
typo in log entry
mmcc
2015-07-27
use file system path (.Pa) semantic markup macros where appropriate.
Igor Sobrado
2015-01-16
move to <limits.h> where possible, annotate <sys/param.h> otherwise
Theo de Raadt
2014-11-23
TargetPortalGroupTag is a binary 16-bit value so 0 is allowed.
Claudio Jeker
2014-11-23
Change the error handling a bit to ensure we do not double free the task
Claudio Jeker
2014-11-23
Clear the work in progress PDU before calling the task handler.
Claudio Jeker
2014-11-03
actually use macro argument instead of shadowed variable name
Ted Unangst
2014-07-13
Set KERN_PROC_NOBROADCASTKILL so that iscsid is not killed by init
Claudio Jeker
2014-05-10
Extend the connection and session FSMs so that connection failure is
Claudio Jeker
2014-05-10
Move the task cleanup from the task fail callback to taskq_cleanup.
Claudio Jeker
2014-04-21
Bind to localAddr if specified and add some XXX comments about stuff
Claudio Jeker
2014-04-21
Start passing the initiator and target name in the show command.
Claudio Jeker
2014-04-21
Redo most of the control message handling. Switch it back to use
Claudio Jeker
2014-04-21
Handle EAGAIN, ENOBUFS and EINTR a bit better. Ignore them one layer above
Claudio Jeker
2014-04-21
It is possible that we can't burst all of the data in the immediate data
Claudio Jeker
2014-04-21
Now that we properly negotiate the session params we can enable sending
Claudio Jeker
2014-04-20
Introduce some basic stats for the vscsi layer. Just counting the commands
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
Move session params initialization to when we start a session and not
Claudio Jeker
2014-04-20
Fix conn_gen_kvp and its caller to fill the kvp array properly (including
Claudio Jeker
2014-04-20
Cleanup a bit, switch on bcopy to memcpy and move a function a bit up
Claudio Jeker
2014-04-19
COnveret the bcopy() to memcpy()
Claudio Jeker
2014-04-19
Replace a magic number.
Claudio Jeker
2014-04-07
To win the startup race on the control socket we need to listen to it as
Claudio Jeker
2014-02-17
Call control_init() before daemon() so that iscsid && iscsictl reload works
Claudio Jeker
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
[next]