| Commit message (Expand) | Author | Age | Files | Lines |
* | Move the "offload" clause from the target section to portal-group | trasz | 2015-02-28 | 1 | -18/+17 |
* | Fix memory leak on incorrect initiator portal. | mav | 2015-02-25 | 1 | -0/+1 |
* | Add missing asprintf() status checks. | mav | 2015-02-11 | 1 | -2/+8 |
* | Teach ctld(8) to control non-iSCSI CTL ports. | mav | 2015-02-07 | 1 | -8/+93 |
* | Make it possible to set (via ctl.conf(5)) and query (via ctladm islist -v) | trasz | 2015-02-06 | 1 | -0/+18 |
* | Add support for multiple portal groups per target. | mav | 2015-02-06 | 1 | -46/+116 |
* | Bring some more order into iSCSI portal group tags support. | mav | 2015-02-03 | 1 | -3/+14 |
* | CTL LUN mapping rewrite. | mav | 2015-02-01 | 1 | -213/+197 |
* | Do not corrupt the listen string when parsing it. | mav | 2014-12-03 | 1 | -5/+7 |
* | Fix null pointer dereference. | trasz | 2014-12-02 | 1 | -1/+1 |
* | For both iSCSI initiator and target increase socket buffer sizes before | mav | 2014-11-22 | 1 | -1/+11 |
* | In conf_apply() remove iSCSI ports from kernel before removing LUNs. | mav | 2014-11-21 | 1 | -10/+10 |
* | Add missing error checking for kernel_port_{add,remove}(). Both can fail | trasz | 2014-11-21 | 1 | -3/+22 |
* | Add support for sending redirections to iSCSI target. | trasz | 2014-11-09 | 1 | -4/+52 |
* | Remove unused assignments, noticed by Clang analyzer. | mav | 2014-11-07 | 1 | -7/+7 |
* | Simplify code; no functional changes. | trasz | 2014-10-29 | 1 | -42/+16 |
* | Add discovery-filter. This makes it possible to restrict which targets | trasz | 2014-10-29 | 1 | -0/+50 |
* | Add basic iSNS client to the iSCSI target. | mav | 2014-10-25 | 1 | -44/+349 |
* | Make the initiator-name and initiator-portal checks a little nicer. | trasz | 2014-10-24 | 1 | -0/+25 |
* | Fix ctld(8) to not show the "auth-group <name> not assigned to any target" | trasz | 2014-10-22 | 1 | -6/+15 |
* | Whitespace fixes. | trasz | 2014-10-22 | 1 | -6/+6 |
* | Make kernel to update LUN size from the backing storage on configuration | mav | 2014-09-18 | 1 | -1/+2 |
* | Avoid ctld(8) crash on getaddrinfo(3) failure. | trasz | 2014-09-06 | 1 | -9/+7 |
* | Turn two errors, which are possible to trigger only by bugs, | trasz | 2014-09-05 | 1 | -7/+3 |
* | Make the iSCSI stack use __FBSDID() properly. | trasz | 2014-08-21 | 1 | -1/+3 |
* | Fix r269183 build woth GCC. | mav | 2014-07-28 | 1 | -5/+10 |
* | Add netmasks support to initiator-portal option. | mav | 2014-07-28 | 1 | -12/+84 |
* | Create separate CTL port for every iSCSI target (and maybe portal group). | mav | 2014-07-05 | 1 | -14/+3 |
* | English. | trasz | 2014-04-16 | 1 | -3/+3 |
* | If we fail to create LUN, try again on next configuration reload. | trasz | 2014-04-16 | 1 | -1/+9 |
* | Use consistent punctuation. | trasz | 2014-04-16 | 1 | -3/+4 |
* | Constify. | trasz | 2014-04-16 | 1 | -5/+5 |
* | Properly pass the initiator address when running in proxy mode. | trasz | 2014-04-16 | 1 | -26/+19 |
* | Use socket address from accept(2) instead of retrieving it via | trasz | 2014-04-16 | 1 | -11/+13 |
* | Rework the way we enable CTL iSCSI port. Previously conf_apply() | trasz | 2014-04-16 | 1 | -8/+13 |
* | Properly identify target portal when running in proxy mode. While here, | trasz | 2014-04-16 | 1 | -11/+22 |
* | Make it possible for the iSCSI target side to operate in both normal | trasz | 2014-04-16 | 1 | -78/+77 |
* | Stop treating LUN 0 as mandatory. There is no reason to do that. | trasz | 2014-04-15 | 1 | -7/+6 |
* | Make the debug messages during ctld(8) shutdown less confusing. | trasz | 2014-02-11 | 1 | -3/+3 |
* | So, it turns out SIGCHLD is discarded by default, so we have to set up | trasz | 2014-02-11 | 1 | -0/+16 |
* | Use new auth-type "deny" instead of using "chap" with no chap entries; | trasz | 2014-02-11 | 1 | -0/+2 |
* | Use "default" as default discovery-auth-group, instead of "no-access". | trasz | 2014-02-11 | 1 | -1/+2 |
* | Add a new auth-group "default", defaulting to deny, and make it possible | trasz | 2014-02-11 | 1 | -4/+3 |
* | Add auth-type. | trasz | 2014-02-11 | 1 | -0/+52 |
* | Rename a variable, no functional changes. | trasz | 2014-02-11 | 1 | -46/+46 |
* | Make function ordering slightly more logical; no functional changes. | trasz | 2014-02-11 | 1 | -120/+120 |
* | Implement initiator-name and initiator-portal restrictions. | trasz | 2014-02-11 | 1 | -2/+107 |
* | Daemonize after applying configuration, not before, so that | trasz | 2014-02-11 | 1 | -8/+9 |
* | Improve check for duplicated paths. It shows the warning twice for | trasz | 2014-02-11 | 1 | -10/+15 |
* | Refactor. | trasz | 2014-02-11 | 1 | -58/+64 |