summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ctld
Commit message (Expand)AuthorAgeFilesLines
* 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
* Tidy up the login code; no functional changes.trasz2014-10-241-11/+11
* Clean up (refactor) discovery a little; no functional changes.trasz2014-10-231-9/+8
* Fix ctl.conf example to use proper paths to ZVOLs.trasz2014-10-221-4/+4
* Remove misleading statement. Bump date.trasz2014-10-221-8/+2
* Comment out parts about iSER; it's not implemented.trasz2014-10-221-4/+4
* Remove spurious empty line.trasz2014-10-221-1/+0
* Fix ctld(8) to not show the "auth-group <name> not assigned to any target"trasz2014-10-221-6/+15
* Whitespace fixes.trasz2014-10-225-14/+14
* Untangle iSCSI authentication code by splitting off the CHAPtrasz2014-10-224-200/+444
* Make ctld start even if some LUNs are unable to open backing storage.mav2014-10-101-22/+30
* Make kernel to update LUN size from the backing storage on configurationmav2014-09-181-1/+2
* Fix two small nits in ctl.conf(5).trasz2014-09-141-2/+3
* Resolve an ambiguity with the definition of a new auth-groupallanjude2014-09-131-0/+1
* Fix minor syntax errorallanjude2014-09-121-1/+1
* Improve markup and language throughout the ctl.conf man pageallanjude2014-09-121-123/+190
* Use keys_add_int() where appropriate. No functional changes.trasz2014-09-091-22/+4
* Fix ctld(8) to not forget to send TargetPortalGroupTag and TargetAliastrasz2014-09-091-4/+20
OpenPOWER on IntegriCloud