index
:
vyconf.git
master
Software appliance configuration framework (mirror of https://github.com/vyos/vyconf.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
session.ml
Age
Commit message (
Expand
)
Author
2024-10-27
T6718: add independent validate field and methods
John Estabrook
2024-10-27
T6718: usr refpath to translate config paths to reference tree paths
John Estabrook
2024-10-27
T6718: add rule to generate protobuf with name change
John Estabrook
2024-10-27
T6718: reorganize layout for dune build of libs/executables
John Estabrook
2024-10-27
T6718: update build system, drop batteries, and adjust for lib changes
John Estabrook
2018-05-21
Get the show_config operation to work correctly.
Daniil Baturin
2018-02-16
Implement config reading functions and a minimal command line client for usin...
Daniil Baturin
2018-02-11
Rename Util.string_of_path to string_of_list since it can be used for any lists,
Daniil Baturin
2017-01-19
Add basic session setup/teardown functionality to vyconfd.
Daniil Baturin
2017-01-16
Add client_app and user fields to session data.
Daniil Baturin
2016-12-30
Fix missing quotes around values in Session.string_of_op
Daniil Baturin
2016-12-28
Add a function to convert config operations to commands.
Daniil Baturin
2016-12-25
Add value retrieval functions to the session module.
Daniil Baturin
2016-12-15
T212: use a directory (normally $program_dir/validators) for external validat...
Daniil Baturin
2015-09-23
Add delete function to session.
Daniil Baturin
2015-09-23
Factor out common session data into a world type.
Daniil Baturin
2015-09-23
Add session module stub.
Daniil Baturin