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