aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ctld/parse.y
Commit message (Expand)AuthorAgeFilesLines
* [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-281-1/+0
* Add network QoS support for PCP to iscsi target.Richard Scheffenegger2020-10-241-2/+22
* Add DSCP support for network QoS to iscsi target.Richard Scheffenegger2020-09-271-1/+51
* Rework CTL frontend & backend options to use nv(3), allow creating multipleMarcelo Araujo2018-05-101-21/+34
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add MAX_LUNS overflow safety checks.Alexander Motin2016-12-271-0/+10
* Add an additional, libucl-based configuration file parser to ctld.Jakub Wojciech Klama2016-02-031-87/+6
* Introduce portal group options in ctl.conf.Alexander Motin2015-11-091-3/+17
* Add to CTL initial support for CDROMs and removable devices.Alexander Motin2015-09-271-2/+29
* Add ctl-lun config option for consistency in HA setups.Alexander Motin2015-09-151-2/+24
* Add two new portal group options "tag" and "foreign".Alexander Motin2015-09-071-1/+27
* Eliminate unused headers.Xin LI2015-04-141-1/+0
* Move the "offload" clause from the target section to portal-groupEdward Tomasz Napierala2015-02-281-13/+13
* Add missing error check.Edward Tomasz Napierala2015-02-261-1/+4
* Teach ctld(8) to control non-iSCSI CTL ports.Alexander Motin2015-02-071-2/+38
* Make it possible to set (via ctl.conf(5)) and query (via ctladm islist -v)Edward Tomasz Napierala2015-02-061-1/+14
* Add support for multiple portal groups per target.Alexander Motin2015-02-061-6/+43
* CTL LUN mapping rewrite.Alexander Motin2015-02-011-13/+59
* Add support for sending redirections to iSCSI target.Edward Tomasz Napierala2014-11-091-1/+28
* Keep the token list sorted.Edward Tomasz Napierala2014-10-291-3/+3
* Make it possible to optionally use semicolon to separate statements.Edward Tomasz Napierala2014-10-291-1/+11
* Simplify code; no functional changes.Edward Tomasz Napierala2014-10-291-3/+3
* Add discovery-filter. This makes it possible to restrict which targetsEdward Tomasz Napierala2014-10-291-4/+17
* Fix build after previous commit. While here, improve error messages.Edward Tomasz Napierala2014-10-281-13/+27
* Remove the distinction between strings and numbers from ctld(8) yacc parser.Edward Tomasz Napierala2014-10-281-24/+59
* Add basic iSNS client to the iSCSI target.Alexander Motin2014-10-251-0/+30
* Whitespace fixes.Edward Tomasz Napierala2014-10-221-1/+1
* Fix issues in config parser relating to lun serial numbers.Josh Paetzel2014-06-241-0/+13
* Rework the way we enable CTL iSCSI port. Previously conf_apply()Edward Tomasz Napierala2014-04-161-0/+2
* Show proper configuration file line numbers in error messages.Edward Tomasz Napierala2014-02-111-1/+1
* Use new auth-type "deny" instead of using "chap" with no chap entries;Edward Tomasz Napierala2014-02-111-6/+2
* Add a new auth-group "default", defaulting to deny, and make it possibleEdward Tomasz Napierala2014-02-111-1/+22
* Make it possible to redefine portal-group "default".Edward Tomasz Napierala2014-02-111-3/+23
* Add auth-type.Edward Tomasz Napierala2014-02-111-11/+52
* Rename a variable, no functional changes.Edward Tomasz Napierala2014-02-111-16/+16
* Yacc cleanup; no functional changes.Edward Tomasz Napierala2014-02-111-49/+49
* Implement initiator-name and initiator-portal restrictions.Edward Tomasz Napierala2014-02-111-3/+87
* Fix typos.Edward Tomasz Napierala2013-12-021-3/+3
* Bring in the new iSCSI target and initiator.Edward Tomasz Napierala2013-09-141-0/+621