aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ctld
Commit message (Expand)AuthorAgeFilesLines
* Add MAX_LUNS overflow safety checks.Alexander Motin2016-12-272-4/+27
* Plug another leak with malformed IPv6 address.Xin LI2016-11-281-0/+1
* Don't leak 'str' when we see a malformed IPv6 address.Xin LI2016-11-281-1/+3
* There appeared to be even more copy/pastes. :)Alexander Motin2016-10-311-1/+1
* Fix wrong copy/paste in error message.Alexander Motin2016-10-311-1/+1
* Make the iSCSI parameter negotiation more flexible.Navdeep Parhar2016-08-255-43/+110
* Fix calloc(3) argument order.Marcelo Araujo2016-08-223-5/+5
* ctld(8): Fix MaxBurstLength negotiation.Navdeep Parhar2016-07-221-1/+1
* Add documentation for "ctld -u", the UCL configuration file format.Edward Tomasz Napierala2016-07-212-2/+96
* Fix ctld(8) to not exit when reloading configuration with invalidEdward Tomasz Napierala2016-07-091-1/+1
* Don't cap FirstBurstLength to maximum MaxRecvDataSegmentLength claimedEdward Tomasz Napierala2016-06-092-6/+6
* Report negotiated MaxBurstLength and FirstBurstLength in "iscsictl -v"Edward Tomasz Napierala2016-06-053-4/+3
* Describe default value for "offload".Edward Tomasz Napierala2016-06-011-0/+2
* Fix error message.Edward Tomasz Napierala2016-05-191-2/+2
* pdu_delete(request) frees request, so move the call afterDon Lewis2016-05-161-1/+1
* Make the usage() mention the -u option added in r295212.Edward Tomasz Napierala2016-04-121-1/+1
* Use the log_errno value passed to the function instead of the errno globalEdward Tomasz Napierala2016-03-151-6/+9
* Check value returned from ucl_parser_add_file().Jakub Wojciech Klama2016-03-131-2/+1
* DIRDEPS_BUILD: Regenerate without local dependencies.Bryan Drewery2016-02-241-6/+0
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2016-02-161-0/+2
* Don't check CmdSN for initial login request.Alexander Motin2016-02-121-3/+4
* Add an additional, libucl-based configuration file parser to ctld.Jakub Wojciech Klama2016-02-035-93/+1023
* 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