aboutsummaryrefslogtreecommitdiffstats
path: root/src/common.c
Commit message (Expand)AuthorAgeFilesLines
* Refactor: reduce duplication and tighten helpersThomas Vanbesien35 hours1-6/+1
* Rename all identifiers to strict Linux snake_caseThomas Vanbesien36 hours1-116/+121
* Extract configureAccessControl() into commonThomas Vanbesien37 hours1-0/+25
* Refactor auth and security params into aggregate typesThomas Vanbesien38 hours1-45/+105
* Add X509 certificate identity token authenticationThomas Vanbesien38 hours1-3/+23
* Extract createUnsecureClientConfig, fix None endpoint negotiationThomas Vanbesien39 hours1-16/+30
* Make discovery-only None endpoint a createServer optionThomas Vanbesien42 hours1-10/+15
* Add None endpoint so unsecure clients can discover secure serversThomas Vanbesien42 hours1-2/+7
* Make client/server encryption optional, rename tests to full namesThomas Vanbesien44 hours1-1/+11
* Fix memory leak, add volatile, reduce duplicationThomas Vanbesien2 days1-32/+27
* Extract createServer and parseAuthConfig, simplify programsThomas Vanbesien2 days1-21/+64
* Replace ClientFindServers with unified Client, use trust store directoriesThomas Vanbesien3 days1-14/+100
* Add configurable log level as optional CLI argumentThomas Vanbesien3 days1-0/+20
* Initial commit: OPC UA discovery projectThomas Vanbesien3 days1-0/+280