aboutsummaryrefslogtreecommitdiffstats
path: root/src/server_lds.c
Commit message (Expand)AuthorAgeFilesLines
* Rename all identifiers to strict Linux snake_caseThomas Vanbesien2026-02-181-42/+44
* Extract configureAccessControl() into commonThomas Vanbesien2026-02-181-22/+1
* Refactor auth and security params into aggregate typesThomas Vanbesien2026-02-181-40/+25
* Add X509 certificate identity token authenticationThomas Vanbesien2026-02-181-1/+1
* Make discovery-only None endpoint a createServer optionThomas Vanbesien2026-02-181-2/+3
* Make client/server encryption optional, rename tests to full namesThomas Vanbesien2026-02-181-12/+15
* Fix memory leak, add volatile, reduce duplicationThomas Vanbesien2026-02-181-2/+1
* Extract createServer and parseAuthConfig, simplify programsThomas Vanbesien2026-02-171-55/+15
* Make LDS security config optional, add nosec_anon testThomas Vanbesien2026-02-171-29/+57
* Replace ClientFindServers with unified Client, use trust store directoriesThomas Vanbesien2026-02-171-4/+15
* Add configurable log level as optional CLI argumentThomas Vanbesien2026-02-171-2/+19
* Replace CLI arguments with config-file parser and add integration testsThomas Vanbesien2026-02-171-27/+47
* Make authentication mode and credentials configurable via CLIThomas Vanbesien2026-02-171-13/+51
* Add username/password authentication to servers and clientThomas Vanbesien2026-02-171-0/+14
* Initial commit: OPC UA discovery projectThomas Vanbesien2026-02-171-0/+81