Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Plug memory leaks. | trasz | 2013-10-09 | 1 | -1/+3 |
| | | | | | | Coverity CID: 1087993, 1087992 Approved by: re (marius) Sponsored by: FreeBSD Foundation | ||||
* | Fix off-by-one. | trasz | 2013-10-09 | 1 | -1/+1 |
| | | | | | | Coverity CID: 1011375 Approved by: re (glebius) Sponsored by: FreeBSD Foundation | ||||
* | Fix several problems in the new iSCSI stack; this includes interoperability | trasz | 2013-09-18 | 2 | -8/+6 |
| | | | | | | | | | | | | | fix for LIO (Linux target), removing possibility for the target to avoid mutual CHAP by choosing to skip authentication altogether, and fixing truncated error messages in iscsictl(8) output. This also fixes several of the problems found with Coverity. Note that this change requires world rebuild. Coverity CID: 1088038, 1087998, 1087990, 1088004, 1088044, 1088041, 1088040 Approved by: re (blanket) Sponsored by: FreeBSD Foundation | ||||
* | Make iscsictl(8) automatically try to load the iscsi module. While here, | trasz | 2013-09-18 | 1 | -1/+1 |
| | | | | | | improve module loading in iscsid(8) and ctld(8). Approved by: re (delphij) | ||||
* | Minor mdoc fixes. | joel | 2013-09-14 | 1 | -2/+1 |
| | | | | Approved by: re (blanket) | ||||
* | Bring in the new iSCSI target and initiator. | trasz | 2013-09-14 | 13 | -0/+5789 |
Reviewed by: ken (parts) Approved by: re (delphij) Sponsored by: FreeBSD Foundation |