| Commit message (Expand) | Author | Age | Files | Lines |
| * | Increase node randomization interval from 1s to 5sHEADmaster | Thomas Vanbesien | 5 hours | 1 | -1/+1 |
| * | Add sbyte, byte, datetime, guid, and bytestring data types to nodes config | Thomas Vanbesien | 6 hours | 2 | -8/+57 |
| * | Replace static node values with random updates every second | Thomas Vanbesien | 8 hours | 3 | -303/+207 |
| * | Add configurable variable node initialization for server_register | Thomas Vanbesien | 39 hours | 3 | -3/+900 |
| * | Rename print_endpoint to print_endpoint_description and fix clone URL | Thomas Vanbesien | 45 hours | 2 | -2/+3 |
| * | Drop auth parameter from create_unsecure_client_config | Thomas Vanbesien | 45 hours | 4 | -23/+8 |
| * | Rename client executable to bobink_opcua_client | Thomas Vanbesien | 46 hours | 1 | -0/+0 |
| * | Refactor: reduce duplication and tighten helpers | Thomas Vanbesien | 46 hours | 3 | -46/+50 |
| * | Rename all identifiers to strict Linux snake_case | Thomas Vanbesien | 46 hours | 7 | -407/+422 |
| * | Add TOFU certificate bootstrap integration test | Thomas Vanbesien | 47 hours | 1 | -1/+4 |
| * | Extract configureAccessControl() into common | Thomas Vanbesien | 47 hours | 4 | -47/+44 |
| * | Add download-cert client operation with integration test | Thomas Vanbesien | 48 hours | 1 | -7/+118 |
| * | Refactor auth and security params into aggregate types | Thomas Vanbesien | 48 hours | 5 | -365/+330 |
| * | Add X509 certificate identity token authentication | Thomas Vanbesien | 2 days | 5 | -22/+64 |
| * | Extract createUnsecureClientConfig, fix None endpoint negotiation | Thomas Vanbesien | 2 days | 4 | -37/+59 |
| * | Make discovery-only None endpoint a createServer option | Thomas Vanbesien | 2 days | 4 | -19/+28 |
| * | 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 | 4 | -54/+104 |
| * | Make client encryption optional | Thomas Vanbesien | 2 days | 1 | -40/+73 |
| * | Standardize config file section ordering, list operations in usage | Thomas Vanbesien | 2 days | 1 | -4/+5 |
| * | Fix memory leak, add volatile, reduce duplication | Thomas Vanbesien | 2 days | 4 | -62/+91 |
| * | Extract createServer and parseAuthConfig, simplify programs | Thomas Vanbesien | 3 days | 5 | -290/+163 |
| * | Make LDS security config optional, add nosec_anon test | Thomas Vanbesien | 3 days | 2 | -58/+116 |
| * | Replace ClientFindServers with unified Client, use trust store directories | Thomas Vanbesien | 3 days | 8 | -591/+621 |
| * | Decouple LDS and server clients in ClientFindServers | Thomas Vanbesien | 3 days | 1 | -44/+135 |
| * | Add comments to build files and shell scripts, fix minor inconsistencies | Thomas Vanbesien | 3 days | 2 | -3/+4 |
| * | Add configurable log level as optional CLI argument | Thomas Vanbesien | 3 days | 5 | -6/+82 |
| * | Replace CLI arguments with config-file parser and add integration tests | Thomas Vanbesien | 3 days | 5 | -120/+551 |
| * | Improve comments in server_register.c | Thomas Vanbesien | 4 days | 1 | -1/+6 |
| * | Make authentication mode and credentials configurable via CLI | Thomas Vanbesien | 4 days | 3 | -43/+197 |
| * | Add username/password authentication to servers and client | Thomas Vanbesien | 4 days | 3 | -1/+36 |
| * | Initial commit: OPC UA discovery project | Thomas Vanbesien | 4 days | 5 | -0/+927 |