aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ctld
Commit message (Expand)AuthorAgeFilesLines
* ctld: Disable TCP DDP for connection sockets.John Baldwin2021-09-131-0/+4
* Fix an early return in ctld UCL parserRyan Stone2021-08-311-1/+1
* pkgbase: Move ctld/ctladm to iscsi packageEmmanuel Vadot2021-06-191-0/+1
* Fix typo in an_initator_name.Alexander Motin2020-12-302-5/+5
* Fix typo in ap_initator_portal.Alexander Motin2020-12-292-4/+4
* [ctld] Fix compilation under gcc-6.4Adrian Chadd2020-11-011-2/+1
* Drop "All rights reserved" from all my stuff. This includesEdward Tomasz Napierala2020-10-2811-11/+0
* Add network QoS support for PCP to iscsi target.Richard Scheffenegger2020-10-246-2/+71
* ctl.conf(5): fix LUN size in UCL format example.Robert Wing2020-10-131-3/+8
* Don't ignore the return value from gethostname(3). It probablyEdward Tomasz Napierala2020-10-011-9/+15
* Do a sweep and remove most WARNS=6 settingsKyle Evans2020-10-011-1/+0
* Add DSCP support for network QoS to iscsi target.Richard Scheffenegger2020-09-276-2/+176
* Make sure not to pass NULL to strtoul(3). The values comeEdward Tomasz Napierala2020-09-011-0/+14
* When modifying LUN pass "special" options too.Alexander Motin2020-07-281-0/+24
* ctld: Fix a memory leak in uclparse_conf().Mark Johnston2020-05-301-1/+6
* Add 'ctld -t', to test configuration file validity.Edward Tomasz Napierala2020-03-312-2/+17
* 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