aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Drop auth parameter from create_unsecure_client_configThomas Vanbesien2026-02-194-23/+8
* Rename client executable to bobink_opcua_clientThomas Vanbesien2026-02-191-0/+0
* Refactor: reduce duplication and tighten helpersThomas Vanbesien2026-02-193-46/+50
* Rename all identifiers to strict Linux snake_caseThomas Vanbesien2026-02-187-407/+422
* Add TOFU certificate bootstrap integration testThomas Vanbesien2026-02-181-1/+4
* Extract configureAccessControl() into commonThomas Vanbesien2026-02-184-47/+44
* Add download-cert client operation with integration testThomas Vanbesien2026-02-181-7/+118
* Refactor auth and security params into aggregate typesThomas Vanbesien2026-02-185-365/+330
* Add X509 certificate identity token authenticationThomas Vanbesien2026-02-185-22/+64
* Extract createUnsecureClientConfig, fix None endpoint negotiationThomas Vanbesien2026-02-184-37/+59
* Make discovery-only None endpoint a createServer optionThomas Vanbesien2026-02-184-19/+28
* Add None endpoint so unsecure clients can discover secure serversThomas Vanbesien2026-02-181-2/+7
* Make client/server encryption optional, rename tests to full namesThomas Vanbesien2026-02-184-54/+104
* Make client encryption optionalThomas Vanbesien2026-02-181-40/+73
* Standardize config file section ordering, list operations in usageThomas Vanbesien2026-02-181-4/+5
* Fix memory leak, add volatile, reduce duplicationThomas Vanbesien2026-02-184-62/+91
* Extract createServer and parseAuthConfig, simplify programsThomas Vanbesien2026-02-175-290/+163
* Make LDS security config optional, add nosec_anon testThomas Vanbesien2026-02-172-58/+116
* Replace ClientFindServers with unified Client, use trust store directoriesThomas Vanbesien2026-02-178-591/+621
* Decouple LDS and server clients in ClientFindServersThomas Vanbesien2026-02-171-44/+135
* Add comments to build files and shell scripts, fix minor inconsistenciesThomas Vanbesien2026-02-172-3/+4
* Add configurable log level as optional CLI argumentThomas Vanbesien2026-02-175-6/+82
* Replace CLI arguments with config-file parser and add integration testsThomas Vanbesien2026-02-175-120/+551
* Improve comments in server_register.cThomas Vanbesien2026-02-171-1/+6
* Make authentication mode and credentials configurable via CLIThomas Vanbesien2026-02-173-43/+197
* Add username/password authentication to servers and clientThomas Vanbesien2026-02-173-1/+36
* Initial commit: OPC UA discovery projectThomas Vanbesien2026-02-175-0/+927