summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ctld/ctld.c
Commit message (Expand)AuthorAgeFilesLines
...
* Properly pass the initiator address when running in proxy mode.trasz2014-04-161-26/+19
* Use socket address from accept(2) instead of retrieving it viatrasz2014-04-161-11/+13
* Rework the way we enable CTL iSCSI port. Previously conf_apply()trasz2014-04-161-8/+13
* Properly identify target portal when running in proxy mode. While here,trasz2014-04-161-11/+22
* Make it possible for the iSCSI target side to operate in both normaltrasz2014-04-161-78/+77
* Stop treating LUN 0 as mandatory. There is no reason to do that.trasz2014-04-151-7/+6
* Make the debug messages during ctld(8) shutdown less confusing.trasz2014-02-111-3/+3
* So, it turns out SIGCHLD is discarded by default, so we have to set uptrasz2014-02-111-0/+16
* Use new auth-type "deny" instead of using "chap" with no chap entries;trasz2014-02-111-0/+2
* Use "default" as default discovery-auth-group, instead of "no-access".trasz2014-02-111-1/+2
* Add a new auth-group "default", defaulting to deny, and make it possibletrasz2014-02-111-4/+3
* Add auth-type.trasz2014-02-111-0/+52
* Rename a variable, no functional changes.trasz2014-02-111-46/+46
* Make function ordering slightly more logical; no functional changes.trasz2014-02-111-120/+120
* Implement initiator-name and initiator-portal restrictions.trasz2014-02-111-2/+107
* Daemonize after applying configuration, not before, so thattrasz2014-02-111-8/+9
* Improve check for duplicated paths. It shows the warning twice fortrasz2014-02-111-10/+15
* Refactor.trasz2014-02-111-58/+64
* Fix several problems in the new iSCSI stack; this includes interoperabilitytrasz2013-09-181-6/+4
* Bring in the new iSCSI target and initiator.trasz2013-09-141-0/+1715
OpenPOWER on IntegriCloud