summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ctld
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in r278331: unlike some other options MaxRecvDataSegmentLengthmav2015-06-021-1/+1
* Advertise ctlstat(8) a little better.trasz2015-05-221-2/+3
* Make setproctitle(3) work in Capsicum capability mode. This makestrasz2015-04-271-3/+0
* Add hint about "volmode=dev" to ctl.conf(5).trasz2015-04-211-3/+9
* Eliminate unused headers.delphij2015-04-147-14/+0
* Make ctld to not exit on ECONNABORTED on accept().mav2015-04-061-1/+4
* Fix thinko/copypaste error.jpaetzel2015-04-041-1/+1
* Add example configuration for FibreChannel ports.mav2015-03-041-6/+8
* If target name starts with "naa.", set it as WWNN for CTL port.mav2015-03-041-1/+13
* Fix handling of queued text and logout requests.mav2015-03-041-0/+4
* Move the "offload" clause from the target section to portal-grouptrasz2015-02-286-40/+41
* Add missing error check.trasz2015-02-261-1/+4
* Fix memory leak on incorrect initiator portal.mav2015-02-251-0/+1
* Add checks for malloc() failures.mav2015-02-251-0/+5
* Remove unused code.trasz2015-02-122-21/+0
* Add missing asprintf() status checks.mav2015-02-111-2/+8
* Fix formatting.trasz2015-02-111-3/+3
* Teach ctld(8) to control non-iSCSI CTL ports.mav2015-02-076-72/+257
* Make it possible to set (via ctl.conf(5)) and query (via ctladm islist -v)trasz2015-02-067-11/+101
* Add support for multiple portal groups per target.mav2015-02-067-111/+279
* Bring some more order into iSCSI portal group tags support.mav2015-02-033-10/+16
* CTL LUN mapping rewrite.mav2015-02-015-305/+358
* Slightly polish iSCSI parameters negotiation.mav2014-12-191-1/+1
* Make sequence numbers checks more strict.mav2014-12-172-9/+9
* Do not corrupt the listen string when parsing it.mav2014-12-031-5/+7
* Fix null pointer dereference.trasz2014-12-021-1/+1
* Convert usr.sbin to LIBADDbapt2014-11-251-2/+1
* Remove the pidfile clause from the ctl.conf example. Why do everyonetrasz2014-11-241-3/+1
* For both iSCSI initiator and target increase socket buffer sizes beforemav2014-11-222-1/+12
* In conf_apply() remove iSCSI ports from kernel before removing LUNs.mav2014-11-211-10/+10
* Fix error handling.trasz2014-11-211-1/+1
* Add missing error checking for kernel_port_{add,remove}(). Both can failtrasz2014-11-211-3/+22
* Make both iSCSI initiator and target support base64 encoded CHAP data.mav2014-11-091-1/+50
* Add HISTORY section to ctld(8).trasz2014-11-091-1/+6
* Fix several nits in redirection handling - don't use wrong CSG,trasz2014-11-091-27/+14
* Add support for sending redirections to iSCSI target.trasz2014-11-096-6/+195
* Improve wording in ctl.conf(5).trasz2014-11-081-4/+5
* ctld(8) doesn't require -lcam or -lssl; remove those from DPADD and LDADD.trasz2014-11-081-2/+2
* Remove unused assignments, noticed by Clang analyzer.mav2014-11-071-7/+7
* Fix iscsictl(8) and ctld(8) to correctly handle Windows newlinestrasz2014-10-291-0/+1
* Keep the token list sorted.trasz2014-10-291-3/+3
* Make it possible to optionally use semicolon to separate statements.trasz2014-10-292-1/+12
* Simplify code; no functional changes.trasz2014-10-293-47/+21
* Add discovery-filter. This makes it possible to restrict which targetstrasz2014-10-297-8/+193
* Document iSNS defaults.trasz2014-10-281-1/+3
* Fix build after previous commit. While here, improve error messages.trasz2014-10-281-13/+27
* Remove the distinction between strings and numbers from ctld(8) yacc parser.trasz2014-10-282-30/+59
* Add basic iSNS client to the iSCSI target.mav2014-10-258-46/+759
* Improve ctld.conf example.trasz2014-10-241-10/+17
* Make the initiator-name and initiator-portal checks a little nicer.trasz2014-10-243-20/+36
OpenPOWER on IntegriCloud