summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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 with...Daniil Baturin
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
2018-05-16Merge pull request #10 from higebu/add-testsDaniil Baturin
2018-05-16Import the original RNC schema from vyconf and allow leaf nodes to have owners.Daniil Baturin
2018-05-16Merge pull request #8 from jbrodriguez/id/hostnameDaniil Baturin
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
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
2018-05-15Merge branch 'remove-ssh-allow-root' into currentChristian Poessinger
2018-05-15T634: Remove 'service ssh allow-root'Christian Poessinger
2018-05-15Merge branch 't632-ssh-multi-nodes' into currentChristian Poessinger
2018-05-15bugfix: DNS domain forward server syntaxChristian Poessinger
2018-05-15Merge remote-tracking branch 'upstream/current' into currentChristian Poessinger
2018-05-15bugfix: vyos-config-dns-forwarding.py: adding name-server into dictionaryChristian Poessinger
2018-05-15bugfix: remove whitespaces in generated 'powerdns/recursor.conf'Christian Poessinger
2018-05-15Do not try to decode data read from /sys files in the show version script,Daniil Baturin
2018-05-15Dependencies on file and pystache, for install and show version scripts..Daniil Baturin
2018-05-15Add dependency on hvinfo, too.Daniil Baturin
2018-05-15T637, T638: add dependencies on tcpdump and bmon.Daniil Baturin
2018-05-15T638: new op mode CLI for the bandwidth monitor commands.Daniil Baturin
2018-05-15T637: new op mode for traffic dumps based on tcpdump.Daniil Baturin
2018-05-15Correct the logic of generating tag nodes for op mode.Daniil Baturin
2018-05-14Merge pull request #11 from higebu/add-missing-base-moduleChristian Poessinger
2018-05-15Add missing vyos.base moduleYuya Kusakabe
2018-05-14Fix cron interval regex to allow single digit values.Daniil Baturin
2018-05-14Fix misplaces ConfigError exception.Daniil Baturin
2018-05-14Some more valueless fixes.Daniil Baturin
2018-05-14Mark nodes in SSH and NTP valueless (related to T602).Daniil Baturin
2018-05-14T632: allow multiple algoorithms for: Ciper, KEX, MACsChristian Poessinger
2018-05-14T632: use multi node for SSH allow/deny users and groupsChristian Poessinger
2018-05-14T564: initial implementation of the DNS forwarding op mode commands.Daniil Baturin
2018-05-14Move the show version command to the vyos-1x package and refactor it a bit.Daniil Baturin
2018-05-14T633: build integration and minor fixes in the op mode command generator.Daniil Baturin
2018-05-14T602: replace the now-gone type attribute with proper use of constraints in e...Daniil Baturin
2018-05-14Add some ipaddrcheck-based IP validators.Daniil Baturin
2018-05-14T602: remove support for the type element and correct the logic for setting t...Daniil Baturin
2018-05-13T623: refactor NTP script and switch to jinja2Christian Poessinger
2018-05-13Merge branch 'ssh-rewrite' into currentChristian Poessinger
2018-05-13T631: small bugfix in config parsind for deny-usersChristian Poessinger