summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-28Add bindings for libvyosconfig -- the standalone config file parsing and ↵Daniil Baturin
manipulation library.
2018-05-24Shorter and clearer help strings for SSH.Daniil Baturin
2018-05-24T462: make cron jobs run with vyattacfg GID.Daniil Baturin
2018-05-24T128: make nonexistent listen-on interface in DNS forwarding a warning ↵Daniil Baturin
rather than an error.
2018-05-23Small improvements to DNS forwarding help.Daniil Baturin
2018-05-23T603: add missing op mode command definition for "run reset dns forwarding all".Daniil Baturin
2018-05-23Use normal assignment by key instead of setdefault() everywhere.Daniil Baturin
The setdefault() dict object method updates the value only if it's not already set, so it's useless for what we want to do, despite its deceptive name.
2018-05-21T588: Configurable Negative TTL caching in forwarderChristian Poessinger
2018-05-20T603: complete the reset dns forwarding command.Daniil Baturin
2018-05-20T560: enable non-local bind in the defaults, add 'listen-address' option, ↵Daniil Baturin
and add a deprecation warning for the listen-on option.
2018-05-19T564: a command to reset DNS forwarding cache for a domain and better ↵Daniil Baturin
checking for unconfigured service.
2018-05-19host-name: fix test_applyYuya Kusakabe
2018-05-18Set debian/compat to 9.Daniil Baturin
2018-05-18Merge branch 'current' of github.com:vyos/vyos-1x into currentDaniil Baturin
2018-05-18Make makefile targets for building command definitions fail properly unless ↵Daniil Baturin
all definitions are processed successfully.
2018-05-18More granular validator error handling in build-command-templates.Daniil Baturin
2018-05-18host-name: Add --static option to hostnamectlYuya Kusakabe
2018-05-17Fix script path for domain-nameYuya Kusakabe
2018-05-17Merge pull request #13 from higebu/add-host-name-testDaniil Baturin
Add tests for host-name and domain-name again
2018-05-17Add tests for host-name and domain-name againYuya Kusakabe
2018-05-17Temporarily remove the broken hostname tests so that the package can build.Daniil Baturin
2018-05-17Supress lintian warnings about libexec.Daniil Baturin
2018-05-17T646: prevent convertors from overwriting existing node.def files.Daniil Baturin
2018-05-17T574: fix setting the hostname on boot.Daniil Baturin
2018-05-17Fix import path for ConfigErrorYuya Kusakabe
2018-05-17Merge pull request #12 from higebu/more-testsYuya Kusakabe
Add tests for hostname
2018-05-17Add tests for hostnameYuya Kusakabe
2018-05-16added missing valueless keywork to SSH allow-root nodeChristian Poessinger
2018-05-16conf_mode: remove generation time from config header and adjust scriptnameChristian Poessinger
2018-05-16Revert "T634: Remove 'service ssh allow-root'"Christian Poessinger
This reverts commit d9474df03d47b20f06580c3b32aac69849162015.
2018-05-16T644: update op mode and rename the test suite.Daniil Baturin
2018-05-16T644: remove prefixing from all scripts and update environment variables ↵Daniil Baturin
with VyOS paths.
2018-05-16Use '_' instead of '-' for python scripts for testYuya Kusakabe
2018-05-16Add test-requirements.txtYuya Kusakabe
2018-05-16Make sure to use python3 for testsYuya Kusakabe
2018-05-16Merge branch 'current' of github.com:vyos/vyos-1x into currentDaniil Baturin
2018-05-16T574: fix the hostname configuration script and add the domain-name command.Daniil Baturin
Fix multiple syntax errors. Restart rsyslog after update since it uses the hostname. Write the 127.0 entry to /etc/hosts, since sudo complains when it cannot resolve it.
2018-05-16Merge pull request #10 from higebu/add-testsDaniil Baturin
T626 Add tests for vyos-update-crontab and initial setup for sonarcloud
2018-05-16Import the original RNC schema from vyconf and allow leaf nodes to have owners.Daniil Baturin
This is probably unavoidable since many small options are independent and mixing unrelated things in one script wouldn't be good.
2018-05-16Merge pull request #8 from jbrodriguez/id/hostnameDaniil Baturin
T574: Add new style scripts and definitions for system host-name
2018-05-16T626 Add tests for vyos-update-crontab and initial setup for sonarcloudYuya Kusakabe
2018-05-16T643: use fullmatch for regex validators so that people don't have to write ↵Daniil Baturin
^...$ all the time.
2018-05-16T643: correct support for regex validators.Daniil Baturin
2018-05-16Merge branch 'current' of github.com:vyos/vyos-1x into currentDaniil Baturin
2018-05-16T642: add value validation to NTP allow-clients option.Daniil Baturin
2018-05-16T642: add validators for common network address checking cases.Daniil Baturin
2018-05-16T643: correct the logic for generating node constraints and add emulation of ↵Daniil Baturin
multiple validation options.
2018-05-15Merge branch 'remove-ssh-allow-root' into currentChristian Poessinger
* remove-ssh-allow-root: T634: Remove 'service ssh allow-root'
2018-05-15T634: Remove 'service ssh allow-root'Christian Poessinger
2018-05-15Merge branch 't632-ssh-multi-nodes' into currentChristian Poessinger
* t632-ssh-multi-nodes: T632: allow multiple algoorithms for: Ciper, KEX, MACs T632: use multi node for SSH allow/deny users and groups