aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ctld
Commit message (Expand)AuthorAgeFilesLines
* META MODE: Update dependencies with 'the-lot' and add missing directories.Bryan Drewery2015-12-011-0/+31
* Add missing error checks.Edward Tomasz Napierala2015-11-141-6/+12
* Cosmetics; no functional changes.Edward Tomasz Napierala2015-11-141-1/+2
* Don't try to avoid calling free(3) with NULL argument.Edward Tomasz Napierala2015-11-141-4/+2
* Introduce portal group options in ctl.conf.Alexander Motin2015-11-095-76/+98
* Fix a ton of speelling errorsEitan Adler2015-10-211-1/+1
* Document CD block size of 2048.Alexander Motin2015-10-021-1/+1
* Set default block size for CD to expected 2048 bytes.Alexander Motin2015-10-022-1/+5
* Add to CTL initial support for CDROMs and removable devices.Alexander Motin2015-09-276-4/+49
* Remove some duplicate, legacy, dead and questionable code.Alexander Motin2015-09-261-1/+1
* Fix typo.Josh Paetzel2015-09-251-1/+1
* Make cltd ignore HA ports.Alexander Motin2015-09-211-1/+7
* Add ctl-lun config option for consistency in HA setups.Alexander Motin2015-09-155-3/+36
* Add negotiation of iSCSIProtocolLevel to 2 (RFC7144).Alexander Motin2015-09-131-0/+5
* When updating port, apply only change of LUN map, not whole.Alexander Motin2015-09-133-3/+11
* Add two new portal group options "tag" and "foreign".Alexander Motin2015-09-075-7/+58
* Allow LUN options modification via CTL_LUNREQ_MODIFY.Alexander Motin2015-09-063-14/+35
* Another addition to r287455.Alexander Motin2015-09-041-1/+0
* Use proper term in the ctld(8) and iscsid(8) man pages.Edward Tomasz Napierala2015-09-031-2/+2
* Simplify the introductory example in ctl.conf(5) down to absoluteEdward Tomasz Napierala2015-09-031-7/+1
* Some random tweaks to ctl.conf(5).Edward Tomasz Napierala2015-08-241-12/+38
* Drop "internal" CTL frontend.Alexander Motin2015-08-151-1/+0
* Refactor early stages of security negotiation.Alexander Motin2015-08-081-73/+77
* Remove some code duplication.Alexander Motin2015-08-081-7/+1
* Remove OpenSSL dependency from iscsid(8) and ctld(8).Edward Tomasz Napierala2015-07-033-28/+15
* Plug minor memory leak at r284765.Alexander Motin2015-06-261-0/+2
* Teach ctld about CTL's physical_port and virtual_port fields.Alexander Motin2015-06-242-7/+25
* Allow '@' in unquoted strings, such as with the "path" statement. NoteEdward Tomasz Napierala2015-06-181-1/+1
* Fix bug in r278331: unlike some other options MaxRecvDataSegmentLengthAlexander Motin2015-06-021-1/+1
* Advertise ctlstat(8) a little better.Edward Tomasz Napierala2015-05-221-2/+3
* Make setproctitle(3) work in Capsicum capability mode. This makesEdward Tomasz Napierala2015-04-271-3/+0
* Add hint about "volmode=dev" to ctl.conf(5).Edward Tomasz Napierala2015-04-211-3/+9
* Eliminate unused headers.Xin LI2015-04-147-14/+0
* Make ctld to not exit on ECONNABORTED on accept().Alexander Motin2015-04-061-1/+4
* Fix thinko/copypaste error.Josh Paetzel2015-04-041-1/+1
* Add example configuration for FibreChannel ports.Alexander Motin2015-03-041-6/+8
* If target name starts with "naa.", set it as WWNN for CTL port.Alexander Motin2015-03-041-1/+13
* Fix handling of queued text and logout requests.Alexander Motin2015-03-041-0/+4
* Move the "offload" clause from the target section to portal-groupEdward Tomasz Napierala2015-02-286-40/+41
* Add missing error check.Edward Tomasz Napierala2015-02-261-1/+4
* Fix memory leak on incorrect initiator portal.Alexander Motin2015-02-251-0/+1
* Add checks for malloc() failures.Alexander Motin2015-02-251-0/+5
* Remove unused code.Edward Tomasz Napierala2015-02-122-21/+0
* Add missing asprintf() status checks.Alexander Motin2015-02-111-2/+8
* Fix formatting.Edward Tomasz Napierala2015-02-111-3/+3
* Teach ctld(8) to control non-iSCSI CTL ports.Alexander Motin2015-02-076-72/+257
* Make it possible to set (via ctl.conf(5)) and query (via ctladm islist -v)Edward Tomasz Napierala2015-02-067-11/+101
* Add support for multiple portal groups per target.Alexander Motin2015-02-067-111/+279
* Bring some more order into iSCSI portal group tags support.Alexander Motin2015-02-033-10/+16
* CTL LUN mapping rewrite.Alexander Motin2015-02-015-305/+358