aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ctld/uclparse.c
Commit message (Expand)AuthorAgeFilesLines
* ctld: Convert to C++John Baldwin2025-04-021-1124/+0
* ctld: Permit simpler syntax for target LUNs in UCLJohn Baldwin2025-02-261-7/+23
* ctld: Permit targets to use a string for portal-groups in UCLJohn Baldwin2025-02-261-5/+17
* ctld: Support anonymous LUN entries in UCLJohn Baldwin2025-02-261-43/+63
* ctld: Add missing properties to the UCL parserJohn Baldwin2025-02-261-0/+49
* ctld: Be more consistent for auth parameters in the UCL configJohn Baldwin2025-02-261-42/+121
* ctld: Fail UCL configurations with a nested errorJohn Baldwin2025-02-261-5/+12
* ctld: Add a dedicated API between parse.y and the rest of the programJohn Baldwin2025-02-261-384/+305
* ctld: Fix parsing of text values for DSCP in UCL parserJohn Baldwin2025-02-121-22/+22
* ctld: Use preferred style for evaluating result of strcmpJohn Baldwin2025-02-121-43/+43
* ctld: Fail for missing or invalid CHAP secrets in UCL configJohn Baldwin2025-02-121-0/+1
* ctld: Fix the isns-period and isns-timeout keywords in the UCL parserJohn Baldwin2025-02-121-2/+2
* ctld: Some bool-related cleanupsJohn Baldwin2025-02-121-30/+22
* ctld: Factor out functions to parse dscp and pcp propertiesJohn Baldwin2025-02-051-68/+89
* ctld: Use nvlist instead of home-rolled name-value listsJohn Baldwin2025-01-301-5/+8
* ctld: Use bool in uclparse.cJohn Baldwin2025-01-241-127/+127
* ctld: Trim trailing whitespaceJohn Baldwin2025-01-221-6/+6
* ctld: parse config file independently of getting kernel infoAlan Somers2024-08-071-34/+3
* Fix multiple bugs with ctld's UCL parsingAlan Somers2023-12-271-2/+24
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Fix an early return in ctld UCL parserRyan Stone2021-08-311-1/+1
* Add network QoS support for PCP to iscsi target.Richard Scheffenegger2020-10-241-0/+13
* Add DSCP support for network QoS to iscsi target.Richard Scheffenegger2020-09-271-1/+66
* ctld: Fix a memory leak in uclparse_conf().Mark Johnston2020-05-301-1/+6
* Rework CTL frontend & backend options to use nv(3), allow creating multipleMarcelo Araujo2018-05-101-0/+13
* Add missing SPDX tags for ctld(8).Edward Tomasz Napierala2018-01-241-0/+2
* Fix ctld segfaulting when using ucl conf file format and having duplicatedBaptiste Daroussin2017-10-151-0/+4
* Add MAX_LUNS overflow safety checks.Alexander Motin2016-12-271-4/+17
* Check value returned from ucl_parser_add_file().Jakub Wojciech Klama2016-03-131-2/+1
* Add an additional, libucl-based configuration file parser to ctld.Jakub Wojciech Klama2016-02-031-0/+900