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