Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-03 | T6199: drop unused Python imports | Christian Breunig | |
found using "git ls-files *.py | xargs pylint | grep W0611" | |||
2023-07-15 | T5195: move individual helper functions to vyos.utils module | Christian Breunig | |
* FixedDict can be found in vyos.utils.dict.FixedDict * Move vyos.authutils to vyos.utils.auth | |||
2018-07-18 | T749: Add an initialsetup library with functions for setting common values ↵ | Daniil Baturin | |
in config files, such as user passwords, SSH keys etc., for use in first boot and installation scripts. |