summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ctld/ctld.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r326276:eadler2018-03-051-0/+2
* MFC r316677: Do not register in CTL portal groups without portals.mav2017-04-241-5/+17
* MFC r309241,309243:delphij2016-12-121-1/+4
* MFC r308133, r308134: Fix wrong copy/paste in error message.mav2016-11-141-2/+2
* MFC r302503:trasz2016-07-121-1/+1
* Make the usage() mention the -u option added in r295212.trasz2016-04-121-1/+1
* Add an additional, libucl-based configuration file parser to ctld.jceel2016-02-031-3/+109
* Introduce portal group options in ctl.conf.mav2015-11-091-35/+36
* Fix a ton of speelling errorseadler2015-10-211-1/+1
* Set default block size for CD to expected 2048 bytes.mav2015-10-021-1/+4
* Add to CTL initial support for CDROMs and removable devices.mav2015-09-271-0/+7
* Fix typo.jpaetzel2015-09-251-1/+1
* Add ctl-lun config option for consistency in HA setups.mav2015-09-151-0/+1
* When updating port, apply only change of LUN map, not whole.mav2015-09-131-1/+1
* Add two new portal group options "tag" and "foreign".mav2015-09-071-5/+16
* Allow LUN options modification via CTL_LUNREQ_MODIFY.mav2015-09-061-11/+7
* Make ctld to not exit on ECONNABORTED on accept().mav2015-04-061-1/+4
* Fix thinko/copypaste error.jpaetzel2015-04-041-1/+1
* Move the "offload" clause from the target section to portal-grouptrasz2015-02-281-18/+17
* Fix memory leak on incorrect initiator portal.mav2015-02-251-0/+1
* Add missing asprintf() status checks.mav2015-02-111-2/+8
* Teach ctld(8) to control non-iSCSI CTL ports.mav2015-02-071-8/+93
* Make it possible to set (via ctl.conf(5)) and query (via ctladm islist -v)trasz2015-02-061-0/+18
* Add support for multiple portal groups per target.mav2015-02-061-46/+116
* Bring some more order into iSCSI portal group tags support.mav2015-02-031-3/+14
* CTL LUN mapping rewrite.mav2015-02-011-213/+197
* Do not corrupt the listen string when parsing it.mav2014-12-031-5/+7
* Fix null pointer dereference.trasz2014-12-021-1/+1
* For both iSCSI initiator and target increase socket buffer sizes beforemav2014-11-221-1/+11
* In conf_apply() remove iSCSI ports from kernel before removing LUNs.mav2014-11-211-10/+10
* Add missing error checking for kernel_port_{add,remove}(). Both can failtrasz2014-11-211-3/+22
* Add support for sending redirections to iSCSI target.trasz2014-11-091-4/+52
* Remove unused assignments, noticed by Clang analyzer.mav2014-11-071-7/+7
* Simplify code; no functional changes.trasz2014-10-291-42/+16
* Add discovery-filter. This makes it possible to restrict which targetstrasz2014-10-291-0/+50
* Add basic iSNS client to the iSCSI target.mav2014-10-251-44/+349
* Make the initiator-name and initiator-portal checks a little nicer.trasz2014-10-241-0/+25
* Fix ctld(8) to not show the "auth-group <name> not assigned to any target"trasz2014-10-221-6/+15
* Whitespace fixes.trasz2014-10-221-6/+6
* Make kernel to update LUN size from the backing storage on configurationmav2014-09-181-1/+2
* Avoid ctld(8) crash on getaddrinfo(3) failure.trasz2014-09-061-9/+7
* Turn two errors, which are possible to trigger only by bugs,trasz2014-09-051-7/+3
* Make the iSCSI stack use __FBSDID() properly.trasz2014-08-211-1/+3
* Fix r269183 build woth GCC.mav2014-07-281-5/+10
* Add netmasks support to initiator-portal option.mav2014-07-281-12/+84
* Create separate CTL port for every iSCSI target (and maybe portal group).mav2014-07-051-14/+3
* English.trasz2014-04-161-3/+3
* If we fail to create LUN, try again on next configuration reload.trasz2014-04-161-1/+9
* Use consistent punctuation.trasz2014-04-161-3/+4
* Constify.trasz2014-04-161-5/+5
OpenPOWER on IntegriCloud