aboutsummaryrefslogtreecommitdiffstats
path: root/src/common.c
Commit message (Expand)AuthorAgeFilesLines
* Drop auth parameter from create_unsecure_client_configThomas Vanbesien2026-02-191-14/+2
* Refactor: reduce duplication and tighten helpersThomas Vanbesien2026-02-191-6/+1
* Rename all identifiers to strict Linux snake_caseThomas Vanbesien2026-02-181-116/+121
* Extract configureAccessControl() into commonThomas Vanbesien2026-02-181-0/+25
* Refactor auth and security params into aggregate typesThomas Vanbesien2026-02-181-45/+105
* Add X509 certificate identity token authenticationThomas Vanbesien2026-02-181-3/+23
* Extract createUnsecureClientConfig, fix None endpoint negotiationThomas Vanbesien2026-02-181-16/+30
* Make discovery-only None endpoint a createServer optionThomas Vanbesien2026-02-181-10/+15
* 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-181-1/+11
* Fix memory leak, add volatile, reduce duplicationThomas Vanbesien2026-02-181-32/+27
* Extract createServer and parseAuthConfig, simplify programsThomas Vanbesien2026-02-171-21/+64
* Replace ClientFindServers with unified Client, use trust store directoriesThomas Vanbesien2026-02-171-14/+100
* Add configurable log level as optional CLI argumentThomas Vanbesien2026-02-171-0/+20
* Initial commit: OPC UA discovery projectThomas Vanbesien2026-02-171-0/+280