aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ctld
Commit message (Expand)AuthorAgeFilesLines
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Fix ctld segfaulting when using ucl conf file format and having duplicatedBaptiste Daroussin2017-10-151-0/+4
* Make ctld(8) mention cfiscsi(4).Edward Tomasz Napierala2017-05-281-2/+5
* Do not register in CTL portal groups without portals.Alexander Motin2017-04-102-6/+18
* Split iscsi(4) ctl frontend off of ctl(4) as cfiscsi(4)Enji Cooper2017-03-302-0/+15
* ctld: sort #includes per style(9)Enji Cooper2017-03-271-5/+4
* Allow WARNS to be overridden by the end-userEnji Cooper2017-03-271-1/+1
* Use nitems() from sys/param.h.Marcelo Araujo2017-03-111-2/+2
* usr.sbin: normalize paths using SRCTOP-relative paths or :H when possibleEnji Cooper2017-03-041-5/+5
* Fix build with ICL_KERNEL_PROXY.Alexander Motin2017-01-201-2/+4
* Fix wrong way assignment in r312190.Alexander Motin2017-01-141-2/+2
* Decouple iSCSI connection limits from defaults.Alexander Motin2017-01-143-26/+48
* 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