summaryrefslogtreecommitdiff
path: root/src/vyconf_client_session.ml
AgeCommit message (Collapse)Author
2025-09-10T7737: add user and sudo_user fields to session for use in commitJohn Estabrook
Add optional protobuf fields to convey environment variables USER and SUDO_USER, as needed for some config_mode scripts. Add non-option fields to the session record type, defaulting to the empty string.
2025-05-12T7363: track process id in session dataJohn Estabrook
In practice, this may be passed in the request as the ppid, as needed for CLI applications to coordinate with the ambient config session. For other uses, the client pid will suffice.
2025-01-15T7046: add request reload_reftreeJohn Estabrook
2024-10-27T6718: add client_session module and test executable validate.mlJohn Estabrook