index
:
BobinkCOpcUa
master
OPC UA applications in C
Thomas Vanbesien
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
common.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Drop auth parameter from create_unsecure_client_config
Thomas Vanbesien
45 hours
1
-14
/
+2
*
Refactor: reduce duplication and tighten helpers
Thomas Vanbesien
46 hours
1
-6
/
+1
*
Rename all identifiers to strict Linux snake_case
Thomas Vanbesien
46 hours
1
-116
/
+121
*
Extract configureAccessControl() into common
Thomas Vanbesien
47 hours
1
-0
/
+25
*
Refactor auth and security params into aggregate types
Thomas Vanbesien
48 hours
1
-45
/
+105
*
Add X509 certificate identity token authentication
Thomas Vanbesien
2 days
1
-3
/
+23
*
Extract createUnsecureClientConfig, fix None endpoint negotiation
Thomas Vanbesien
2 days
1
-16
/
+30
*
Make discovery-only None endpoint a createServer option
Thomas Vanbesien
2 days
1
-10
/
+15
*
Add None endpoint so unsecure clients can discover secure servers
Thomas Vanbesien
2 days
1
-2
/
+7
*
Make client/server encryption optional, rename tests to full names
Thomas Vanbesien
2 days
1
-1
/
+11
*
Fix memory leak, add volatile, reduce duplication
Thomas Vanbesien
2 days
1
-32
/
+27
*
Extract createServer and parseAuthConfig, simplify programs
Thomas Vanbesien
3 days
1
-21
/
+64
*
Replace ClientFindServers with unified Client, use trust store directories
Thomas Vanbesien
3 days
1
-14
/
+100
*
Add configurable log level as optional CLI argument
Thomas Vanbesien
3 days
1
-0
/
+20
*
Initial commit: OPC UA discovery project
Thomas Vanbesien
4 days
1
-0
/
+280