aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ctld
Commit message (Expand)AuthorAgeFilesLines
* Stop linking to libl by specifying we do not need yywrapBaptiste Daroussin2019-09-102-1/+2
* iscsi: simplify the capsicumizationMariusz Zaborski2018-11-301-8/+4
* Rework CTL frontend & backend options to use nv(3), allow creating multipleMarcelo Araujo2018-05-106-108/+212
* Strip trailing whitespace.Edward Tomasz Napierala2018-04-101-1/+1
* minor work smithing...John-Mark Gurney2018-03-241-3/+6
* Add missing SPDX tags for ctld(8).Edward Tomasz Napierala2018-01-243-0/+6
* userland: Fix several typos and minor errorsEitan Adler2017-12-271-1/+1
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2710-0/+20
* Use proper naming in a debug message.Edward Tomasz Napierala2017-11-041-1/+1
* 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