summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ctld/ctld.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r316677: Do not register in CTL portal groups without portals.mav2017-04-241-1/+1
* Don't cap FirstBurstLength to maximum MaxRecvDataSegmentLength claimedtrasz2016-06-091-0/+1
* Report negotiated MaxBurstLength and FirstBurstLength in "iscsictl -v"trasz2016-06-051-0/+1
* Add an additional, libucl-based configuration file parser to ctld.jceel2016-02-031-1/+3
* Introduce portal group options in ctl.conf.mav2015-11-091-12/+12
* Set default block size for CD to expected 2048 bytes.mav2015-10-021-0/+1
* Add to CTL initial support for CDROMs and removable devices.mav2015-09-271-0/+2
* When updating port, apply only change of LUN map, not whole.mav2015-09-131-1/+1
* Add two new portal group options "tag" and "foreign".mav2015-09-071-0/+2
* Allow LUN options modification via CTL_LUNREQ_MODIFY.mav2015-09-061-1/+1
* Remove OpenSSL dependency from iscsid(8) and ctld(8).trasz2015-07-031-2/+2
* Move the "offload" clause from the target section to portal-grouptrasz2015-02-281-3/+3
* Remove unused code.trasz2015-02-121-1/+0
* Teach ctld(8) to control non-iSCSI CTL ports.mav2015-02-071-1/+21
* Make it possible to set (via ctl.conf(5)) and query (via ctladm islist -v)trasz2015-02-061-0/+6
* Add support for multiple portal groups per target.mav2015-02-061-8/+27
* Bring some more order into iSCSI portal group tags support.mav2015-02-031-1/+0
* CTL LUN mapping rewrite.mav2015-02-011-5/+14
* For both iSCSI initiator and target increase socket buffer sizes beforemav2014-11-221-0/+1
* Add support for sending redirections to iSCSI target.trasz2014-11-091-0/+6
* Simplify code; no functional changes.trasz2014-10-291-2/+2
* Add discovery-filter. This makes it possible to restrict which targetstrasz2014-10-291-0/+11
* Add basic iSNS client to the iSCSI target.mav2014-10-251-0/+17
* Make the initiator-name and initiator-portal checks a little nicer.trasz2014-10-241-0/+4
* Untangle iSCSI authentication code by splitting off the CHAPtrasz2014-10-221-0/+30
* Add netmasks support to initiator-portal option.mav2014-07-281-2/+5
* Pass through iSCSI session ISID from LOGIN request to the CTL frontend.mav2014-07-051-0/+1
* Create separate CTL port for every iSCSI target (and maybe portal group).mav2014-07-051-2/+2
* Constify.trasz2014-04-161-5/+8
* Properly pass the initiator address when running in proxy mode.trasz2014-04-161-4/+9
* Rework the way we enable CTL iSCSI port. Previously conf_apply()trasz2014-04-161-0/+1
* Properly identify target portal when running in proxy mode. While here,trasz2014-04-161-2/+9
* Use new auth-type "deny" instead of using "chap" with no chap entries;trasz2014-02-111-3/+4
* Make it possible to redefine portal-group "default".trasz2014-02-111-0/+3
* Add auth-type.trasz2014-02-111-0/+2
* Rename a variable, no functional changes.trasz2014-02-111-3/+3
* Implement initiator-name and initiator-portal restrictions.trasz2014-02-111-0/+26
* The log_whatever() routines don't accept NULL for format strings,trasz2014-02-111-4/+4
* Bring in the new iSCSI target and initiator.trasz2013-09-141-0/+277
OpenPOWER on IntegriCloud