aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add aes256_anon test, expand readme certificate sectionThomas Vanbesien2026-02-185-4/+59
* Remove none_anon test, make nosec_anon fully unsecuredThomas Vanbesien2026-02-186-50/+2
* Extract createServer and parseAuthConfig, simplify programsThomas Vanbesien2026-02-176-298/+173
* Make LDS security config optional, add nosec_anon testThomas Vanbesien2026-02-178-69/+173
* Update certificate generation: keep intermediate files, fix URI formatThomas Vanbesien2026-02-1722-26/+25
* Add readme with from-scratch build instructionsThomas Vanbesien2026-02-171-0/+132
* Replace ClientFindServers with unified Client, use trust store directoriesThomas Vanbesien2026-02-1741-1002/+876
* Use Aes256_Sha256_RsaPss as default security policyThomas Vanbesien2026-02-172-3/+3
* Rename project from OpcUaDiscovery to OpcUaCThomas Vanbesien2026-02-171-1/+1
* Decouple LDS and server clients in ClientFindServersThomas Vanbesien2026-02-178-118/+272
* Fix CMakeLists.txt header comment to survive cmake-formatThomas Vanbesien2026-02-172-55/+44
* Add comments to build files and shell scripts, fix minor inconsistenciesThomas Vanbesien2026-02-175-7/+62
* Replace verbose .clang-format with BasedOnStyle: GNUThomas Vanbesien2026-02-171-297/+1
* Remove CLAUDE.md from version controlThomas Vanbesien2026-02-172-197/+3
* Keep PEM certificate after generationThomas Vanbesien2026-02-171-2/+2
* Add configurable log level as optional CLI argumentThomas Vanbesien2026-02-177-30/+123
* Replace CLI arguments with config-file parser and add integration testsThomas Vanbesien2026-02-1730-312/+1179
* Improve comments in server_register.cThomas Vanbesien2026-02-171-1/+6
* Make authentication mode and credentials configurable via CLIThomas Vanbesien2026-02-174-49/+212
* Add username/password authentication to servers and clientThomas Vanbesien2026-02-173-1/+36
* Initial commit: OPC UA discovery projectThomas Vanbesien2026-02-1714-0/+1651