summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ctld/ctld.h
Commit message (Collapse)AuthorAgeFilesLines
* MFC r268302:mav2014-07-151-0/+1
| | | | | | | Pass through iSCSI session ISID from LOGIN request to the CTL frontend. ISID is an important part of initiator transport ID for iSCSI. It is not used now, but should be to properly implement persistent reservation.
* MFC r268291:mav2014-07-151-2/+2
| | | | | | | | | | | | | | | | | Create separate CTL port for every iSCSI target (and maybe portal group). Having single port for all iSCSI connections makes problematic implementing some more advanced SCSI functionality in CTL, that require proper ports enumeration and identification. This change extends CTL iSCSI API, making ctld daemon to control list of iSCSI ports in CTL. When new target is defined in config fine, ctld will create respective port in CTL. When target is removed -- port will be also removed after all active commands through that port properly aborted. This change require ctld to be rebuilt to match the kernel. As a minor side effect, this allows to have iSCSI targets without LUNs. While that may look odd and not very useful, that is not incorrect.
* MFC r264531:trasz2014-05-071-5/+8
| | | | | | Constify. Sponsored by: The FreeBSD Foundation
* MFC r264530:trasz2014-05-071-4/+9
| | | | | | Properly pass the initiator address when running in proxy mode. Sponsored by: The FreeBSD Foundation
* MFC r264528:trasz2014-05-071-0/+1
| | | | | | | | | | | | Rework the way we enable CTL iSCSI port. Previously conf_apply() needed it to be already enabled, because listening in proxy mode requires it; however, it's conf_apply() that opens pidfiles, so it resulted in port being enabled before pidfile was opened. This was not so bad, but it was also disabled when pidfile couldn't be opened due to ctld already running; this means that starting second ctld instance screwed up the first. Sponsored by: The FreeBSD Foundation
* MFC r264526:trasz2014-05-071-2/+9
| | | | | | | Properly identify target portal when running in proxy mode. While here, remove CTL_ISCSI_CLOSE, it wasn't used or implemented anyway. Sponsored by: The FreeBSD Foundation
* MFC r261751:trasz2014-03-251-4/+4
| | | | | | | The log_whatever() routines don't accept NULL for format strings, so mark them as __printflike instead of__printf0like. Sponsored by: The FreeBSD Foundation
* MFC r261763:trasz2014-03-251-3/+4
| | | | | | | Use new auth-type "deny" instead of using "chap" with no chap entries; it's cleaner this way, and gives better feedback to the user. Sponsored by: The FreeBSD Foundation
* MFC r261759:trasz2014-03-251-0/+3
| | | | | | Make it possible to redefine portal-group "default". Sponsored by: The FreeBSD Foundation
* MFC r261758:trasz2014-03-251-0/+2
| | | | | | Add auth-type. Sponsored by: The FreeBSD Foundation
* MFC r261757:trasz2014-03-251-3/+3
| | | | | | Rename a variable, no functional changes. Sponsored by: The FreeBSD Foundation
* MFC r261754:trasz2014-03-251-0/+26
| | | | | | Implement initiator-name and initiator-portal restrictions. Sponsored by: The FreeBSD Foundation
* Bring in the new iSCSI target and initiator.trasz2013-09-141-0/+277
Reviewed by: ken (parts) Approved by: re (delphij) Sponsored by: FreeBSD Foundation
OpenPOWER on IntegriCloud