summaryrefslogtreecommitdiff
path: root/src/session.mli
AgeCommit message (Expand)Author
2026-03-04T8313: add copy/rename request handlersJohn Estabrook
2025-12-21T8114: check allowed delete path against proposed config, not activeJohn Estabrook
2025-12-17T8061: add get_completion_env requestJohn Estabrook
2025-12-17T8061: add get_path_type requestJohn Estabrook
2025-12-17T8061: add reference_path_exists requestJohn Estabrook
2025-12-02T8032: add vyconfd handlers for config_unsavedJohn Estabrook
2025-11-20T8009: add vyconfd handlers for edit_level requestsJohn Estabrook
2025-11-10T7988: return difference of running and proposed config for show_configJohn Estabrook
2025-11-03Merge pull request #32 from jestabro/session-managementDaniil Baturin
2025-11-01T7980: use write_internal_atomic for running cache and refactorJohn Estabrook
2025-10-22T7910: add request show_sessions to list all session recordsJohn Estabrook
2025-10-22T7910: drop proposed_config field from session recordJohn Estabrook
2025-09-15T7737: apply auxiliary set/delete operations to config post-commitJohn Estabrook
2025-09-15T7737: add requests to provide auxiliary set/delete operations on configJohn Estabrook
2025-09-10T7737: provide session pid, user, sudo_user to vyos-commitdJohn Estabrook
2025-09-10T7737: add user and sudo_user fields to session for use in commitJohn Estabrook
2025-08-19T7728: dynamically generate proposed config from changeset dataJohn Estabrook
2025-07-06T7499: use direct request to vyconfd to avoid re-validating pathsJohn Estabrook
2025-07-06T7499: allow load from internal representation to avoid re-parsingJohn Estabrook
2025-05-12T7363: add get_config(s) request for Config instance initializationJohn Estabrook
2025-05-12T7363: track process id in session dataJohn Estabrook
2025-05-12T7272: refactor commit function for clarityJohn Estabrook
2025-04-11T7321: add session_changed checkJohn Estabrook
2025-04-11T7321: add discard operationJohn Estabrook
2025-04-11T7321: add save config operationJohn Estabrook
2025-04-11T7321: add load config operation: load to proposed configJohn Estabrook
2025-01-14T7046: T6946: make world fields reference_tree, running_config mutableJohn Estabrook
2024-10-27T6718: add independent validate field and methodsJohn Estabrook
2024-10-27T6718: add rule to generate protobuf with name changeJohn Estabrook
2024-10-27T6718: reorganize layout for dune build of libs/executablesJohn Estabrook
2024-10-27T6718: update build system, drop batteries, and adjust for lib changesJohn Estabrook
2018-02-16Implement config reading functions and a minimal command line client for usin...Daniil Baturin
2018-02-11Expose the list_children function in the Session module interface.Daniil Baturin
2017-01-19Add basic session setup/teardown functionality to vyconfd.Daniil Baturin
2017-01-16Add client_app and user fields to session data.Daniil Baturin
2016-12-30Expose the string_of_op function in the module interface.Daniil Baturin
2016-12-28Update the session module interface to expose the new functions.Daniil Baturin
2016-12-15T212: use a directory (normally $program_dir/validators) for external validat...Daniil Baturin
2015-09-23Expose set and delete in session module signature.Daniil Baturin
2015-09-23Factor out common session data into a world type.Daniil Baturin
2015-09-23Add session module stub.Daniil Baturin