summaryrefslogtreecommitdiffstats
path: root/usr.sbin/iscsid (follow)
Commit message (Expand)AuthorAgeFilesLines
* Honour DEBUGkn2019-11-251-2/+1
* snprintf/vsnprintf return < 0 on error, rather than -1.deraadt2019-07-031-2/+2
* fix format string found by clang -Wformat-securitygsoares2017-04-061-2/+2
* From a syslog perspective it does not make sense to log fatal andbluhm2017-03-211-6/+6
* copy log.c/h from bgpd.benno2017-01-233-10/+24
* fix an fd leak in an error pathjsg2016-09-101-1/+2
* work on making log.c similar in all daemons:benno2016-09-025-100/+127
* stop including sys/param.h for nitems. define locally as needed.tedu2016-08-164-7/+8
* add format attributes to log functionsbenno2016-07-181-8/+16
* Remove the iterator for control connections unfinished and unused.yasuoka2016-04-051-11/+1
* Currently we have about a 50/50 split over fcntl(n, F_GETFL [,0])krw2016-03-201-2/+2
* strings.h -> string.h as necessary to prevent implicit declarationmmcc2015-12-053-6/+6
* Don't check for NULL before free()mmcc2015-12-051-5/+3
* typo in log entrymmcc2015-12-021-2/+2
* use file system path (.Pa) semantic markup macros where appropriate.sobrado2015-07-271-5/+5
* move to <limits.h> where possible, annotate <sys/param.h> otherwisederaadt2015-01-164-11/+9
* TargetPortalGroupTag is a binary 16-bit value so 0 is allowed.claudio2014-11-231-2/+3
* Change the error handling a bit to ensure we do not double free the taskclaudio2014-11-231-4/+7
* Clear the work in progress PDU before calling the task handler.claudio2014-11-231-2/+2
* actually use macro argument instead of shadowed variable nametedu2014-11-031-5/+5
* Set KERN_PROC_NOBROADCASTKILL so that iscsid is not killed by initclaudio2014-07-131-2/+8
* Extend the connection and session FSMs so that connection failure isclaudio2014-05-105-86/+197
* Move the task cleanup from the task fail callback to taskq_cleanup.claudio2014-05-102-11/+6
* Bind to localAddr if specified and add some XXX comments about stuffclaudio2014-04-212-3/+14
* Start passing the initiator and target name in the show command.claudio2014-04-211-4/+23
* Redo most of the control message handling. Switch it back to useclaudio2014-04-213-42/+68
* Handle EAGAIN, ENOBUFS and EINTR a bit better. Ignore them one layer aboveclaudio2014-04-212-11/+8
* It is possible that we can't burst all of the data in the immediate dataclaudio2014-04-211-12/+19
* Now that we properly negotiate the session params we can enable sendingclaudio2014-04-213-14/+27
* Introduce some basic stats for the vscsi layer. Just counting the commandsclaudio2014-04-203-5/+53
* After doing all of the loging dance to get the target's params it makesclaudio2014-04-202-5/+9
* Use only one style for "return foo;"claudio2014-04-203-31/+35
* Move session params initialization to when we start a session and notclaudio2014-04-201-5/+10
* Fix conn_gen_kvp and its caller to fill the kvp array properly (includingclaudio2014-04-202-7/+8
* Cleanup a bit, switch on bcopy to memcpy and move a function a bit upclaudio2014-04-201-19/+18
* COnveret the bcopy() to memcpy()claudio2014-04-196-19/+19
* Replace a magic number.claudio2014-04-191-2/+2
* To win the startup race on the control socket we need to listen to it asclaudio2014-04-073-16/+14
* Call control_init() before daemon() so that iscsid && iscsictl reload worksclaudio2014-02-171-3/+4
* no longer any need to quote macro lines with >9 args;jmc2013-08-141-3/+3
* use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@schwarze2013-07-161-3/+3
* handle ECONNABORTED errors from accept(). In many code blocks they can bederaadt2013-03-111-2/+3
* last stage of rfc changes, using consistent Rs/Re blocks, and moving thejmc2012-09-261-6/+18
* tweak previous;jmc2012-06-261-3/+3
* There is a iscsi.conf man page now. Reminded by jmc@claudio2012-06-261-2/+7
* accept() pacing on the control socket if E*FILE errors are returned.claudio2012-04-111-6/+35
* Add support for -v (enable verbose logging on the command line).sthen2011-08-203-9/+16
* Massive diff to handle logins more correctly. iscsid will now doclaudio2011-05-047-198/+567
* Rework the logout code and use this to do a proper logout whenclaudio2011-05-025-69/+255
* Try to schedule a new task for the connection in conn_task_cleanup()claudio2011-04-282-3/+4