| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing error checks. | trasz | 2015-11-14 | 1 | -6/+12 |
* | Don't try to avoid calling free(3) with NULL argument. | trasz | 2015-11-14 | 1 | -4/+2 |
* | Introduce portal group options in ctl.conf. | mav | 2015-11-09 | 1 | -25/+30 |
* | Add to CTL initial support for CDROMs and removable devices. | mav | 2015-09-27 | 1 | -1/+5 |
* | Remove some duplicate, legacy, dead and questionable code. | mav | 2015-09-26 | 1 | -1/+1 |
* | Make cltd ignore HA ports. | mav | 2015-09-21 | 1 | -1/+7 |
* | Add ctl-lun config option for consistency in HA setups. | mav | 2015-09-15 | 1 | -0/+5 |
* | When updating port, apply only change of LUN map, not whole. | mav | 2015-09-13 | 1 | -1/+9 |
* | Allow LUN options modification via CTL_LUNREQ_MODIFY. | mav | 2015-09-06 | 1 | -2/+27 |
* | Another addition to r287455. | mav | 2015-09-04 | 1 | -1/+0 |
* | Drop "internal" CTL frontend. | mav | 2015-08-15 | 1 | -1/+0 |
* | Plug minor memory leak at r284765. | mav | 2015-06-26 | 1 | -0/+2 |
* | Teach ctld about CTL's physical_port and virtual_port fields. | mav | 2015-06-24 | 1 | -5/+21 |
* | If target name starts with "naa.", set it as WWNN for CTL port. | mav | 2015-03-04 | 1 | -1/+13 |
* | Move the "offload" clause from the target section to portal-group | trasz | 2015-02-28 | 1 | -2/+3 |
* | Add checks for malloc() failures. | mav | 2015-02-25 | 1 | -0/+5 |
* | Teach ctld(8) to control non-iSCSI CTL ports. | mav | 2015-02-07 | 1 | -60/+98 |
* | Make it possible to set (via ctl.conf(5)) and query (via ctladm islist -v) | trasz | 2015-02-06 | 1 | -0/+37 |
* | Add support for multiple portal groups per target. | mav | 2015-02-06 | 1 | -26/+59 |
* | Bring some more order into iSCSI portal group tags support. | mav | 2015-02-03 | 1 | -6/+2 |
* | CTL LUN mapping rewrite. | mav | 2015-02-01 | 1 | -66/+67 |
* | Whitespace fixes. | trasz | 2014-10-22 | 1 | -3/+3 |
* | Make ctld start even if some LUNs are unable to open backing storage. | mav | 2014-10-10 | 1 | -22/+30 |
* | Make the iSCSI stack use __FBSDID() properly. | trasz | 2014-08-21 | 1 | -1/+3 |
* | Fix ctld crash on startup if target alias is not set. | mav | 2014-07-17 | 1 | -2/+5 |
* | Close race in r268291 between port destruction, delayed by sessions | mav | 2014-07-06 | 1 | -0/+8 |
* | Pass through iSCSI session ISID from LOGIN request to the CTL frontend. | mav | 2014-07-05 | 1 | -0/+2 |
* | Burry devid port method, which was a gross hack. | mav | 2014-07-05 | 1 | -15/+13 |
* | Create separate CTL port for every iSCSI target (and maybe portal group). | mav | 2014-07-05 | 1 | -36/+283 |
* | serial_num and device_id fields are not necessarily null-terminated. | mav | 2014-06-19 | 1 | -2/+2 |
* | Properly pass the initiator address when running in proxy mode. | trasz | 2014-04-16 | 1 | -1/+6 |
* | Properly identify target portal when running in proxy mode. While here, | trasz | 2014-04-16 | 1 | -15/+14 |
* | Make it possible for the iSCSI target side to operate in both normal | trasz | 2014-04-16 | 1 | -1/+10 |
* | Update most userspace consumers of capability.h to use capsicum.h instead. | rwatson | 2014-03-16 | 1 | -1/+1 |
* | Improve error reporting. | trasz | 2014-02-11 | 1 | -7/+24 |
* | Rename a variable, no functional changes. | trasz | 2014-02-11 | 1 | -5/+5 |
* | Fix off-by-one. | trasz | 2013-10-09 | 1 | -1/+1 |
* | Fix several problems in the new iSCSI stack; this includes interoperability | trasz | 2013-09-18 | 1 | -2/+2 |
* | Make iscsictl(8) automatically try to load the iscsi module. While here, | trasz | 2013-09-18 | 1 | -1/+1 |
* | Bring in the new iSCSI target and initiator. | trasz | 2013-09-14 | 1 | -0/+782 |