aboutsummaryrefslogtreecommitdiffstats
path: root/src/server_register.c
Commit message (Expand)AuthorAgeFilesLines
* Add --static flag to disable periodic node randomizationThomas Vanbesien2026-03-241-3/+20
* Increase node randomization interval from 1s to 5sThomas Vanbesien2026-02-201-1/+1
* Replace static node values with random updates every secondThomas Vanbesien2026-02-201-0/+25
* Add configurable variable node initialization for server_registerThomas Vanbesien2026-02-191-3/+36
* Drop auth parameter from create_unsecure_client_configThomas Vanbesien2026-02-191-1/+1
* Refactor: reduce duplication and tighten helpersThomas Vanbesien2026-02-191-39/+47
* Rename all identifiers to strict Linux snake_caseThomas Vanbesien2026-02-181-78/+79
* Extract configureAccessControl() into commonThomas Vanbesien2026-02-181-25/+1
* Refactor auth and security params into aggregate typesThomas Vanbesien2026-02-181-131/+36
* Add X509 certificate identity token authenticationThomas Vanbesien2026-02-181-6/+16
* Extract createUnsecureClientConfig, fix None endpoint negotiationThomas Vanbesien2026-02-181-8/+2
* Make discovery-only None endpoint a createServer optionThomas Vanbesien2026-02-181-1/+1
* Make client/server encryption optional, rename tests to full namesThomas Vanbesien2026-02-181-38/+73
* Fix memory leak, add volatile, reduce duplicationThomas Vanbesien2026-02-181-28/+61
* Extract createServer and parseAuthConfig, simplify programsThomas Vanbesien2026-02-171-171/+46
* Make LDS security config optional, add nosec_anon testThomas Vanbesien2026-02-171-29/+59
* Replace ClientFindServers with unified Client, use trust store directoriesThomas Vanbesien2026-02-171-75/+152
* Add comments to build files and shell scripts, fix minor inconsistenciesThomas Vanbesien2026-02-171-0/+1
* Add configurable log level as optional CLI argumentThomas Vanbesien2026-02-171-2/+17
* Replace CLI arguments with config-file parser and add integration testsThomas Vanbesien2026-02-171-61/+84
* Improve comments in server_register.cThomas Vanbesien2026-02-171-1/+6
* Make authentication mode and credentials configurable via CLIThomas Vanbesien2026-02-171-22/+102
* Add username/password authentication to servers and clientThomas Vanbesien2026-02-171-0/+20
* Initial commit: OPC UA discovery projectThomas Vanbesien2026-02-171-0/+170