aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ctld/uclparse.cc
Commit message (Expand)AuthorAgeFilesLines
* ctld: Catch exceptions by reference instead of by valueJohn Baldwin2025-08-071-1/+1
* ctld: Add support for NVMe over FabricsJohn Baldwin2025-08-061-0/+381
* ctld: Use scoped guards to finish configuration scopes in the UCL parserJohn Baldwin2025-08-041-91/+90
* ctld: Switch to the C++ bindings for libuclJohn Baldwin2025-08-041-395/+314
* ctld: Make config file parsing exception safeJohn Baldwin2025-08-041-1/+11
* ctld: Rename {ctld,isns}.h to {ctld,isns}.hhJohn Baldwin2025-08-041-1/+1
* ctld: Properly validate mutual user/secret for CHAP-MUTUAL in the UCL parserJohn Baldwin2025-04-111-4/+4
* ctld: Remove dead code in UCL parsing of hex DSCP valuesJohn Baldwin2025-04-111-3/+0
* ctld: Convert to C++John Baldwin2025-04-021-0/+1124