Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-04 | T652: Add SNMPv3 TSM handling and commit verification | Christian Poessinger | |
2018-06-04 | T655: Add support for SNMPv3 'noAuthNoPriv' security level | Christian Poessinger | |
2018-06-04 | T652: read SNMPv3 config into python dictionary | Christian Poessinger | |
2018-06-04 | T654: Support IPv6 configuration for SNMP listen address | Christian Poessinger | |
2018-06-04 | T652: first SNMP version using XML interface definition | Christian Poessinger | |
2018-06-01 | T599: Bind NTP service to specific interface | Christian Poessinger | |
2018-05-24 | Shorter and clearer help strings for SSH. | Daniil Baturin | |
2018-05-23 | Small improvements to DNS forwarding help. | Daniil Baturin | |
2018-05-21 | T588: Configurable Negative TTL caching in forwarder | Christian Poessinger | |
2018-05-20 | T560: 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-17 | Fix script path for domain-name | Yuya Kusakabe | |
2018-05-16 | added missing valueless keywork to SSH allow-root node | Christian Poessinger | |
2018-05-16 | Revert "T634: Remove 'service ssh allow-root'" | Christian Poessinger | |
This reverts commit d9474df03d47b20f06580c3b32aac69849162015. | |||
2018-05-16 | T644: remove prefixing from all scripts and update environment variables ↵ | Daniil Baturin | |
with VyOS paths. | |||
2018-05-16 | Use '_' instead of '-' for python scripts for test | Yuya Kusakabe | |
2018-05-16 | T574: 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-16 | Merge pull request #8 from jbrodriguez/id/hostname | Daniil Baturin | |
T574: Add new style scripts and definitions for system host-name | |||
2018-05-16 | Merge branch 'current' of github.com:vyos/vyos-1x into current | Daniil Baturin | |
2018-05-16 | T642: add value validation to NTP allow-clients option. | Daniil Baturin | |
2018-05-15 | Merge branch 'remove-ssh-allow-root' into current | Christian Poessinger | |
* remove-ssh-allow-root: T634: Remove 'service ssh allow-root' | |||
2018-05-15 | T634: Remove 'service ssh allow-root' | Christian Poessinger | |
2018-05-15 | Merge branch 't632-ssh-multi-nodes' into current | Christian Poessinger | |
* t632-ssh-multi-nodes: T632: allow multiple algoorithms for: Ciper, KEX, MACs T632: use multi node for SSH allow/deny users and groups | |||
2018-05-14 | Fix cron interval regex to allow single digit values. | Daniil Baturin | |
2018-05-14 | Some more valueless fixes. | Daniil Baturin | |
2018-05-14 | Mark nodes in SSH and NTP valueless (related to T602). | Daniil Baturin | |
2018-05-14 | T632: allow multiple algoorithms for: Ciper, KEX, MACs | Christian Poessinger | |
2018-05-14 | T632: use multi node for SSH allow/deny users and groups | Christian Poessinger | |
2018-05-14 | T602: replace the now-gone type attribute with proper use of constraints in ↵ | Daniil Baturin | |
existing interface definitions. | |||
2018-05-13 | T631: improve help for access-control | Christian Poessinger | |
2018-05-12 | T631: use completionHelp for SSH rather then valueHelp | Christian Poessinger | |
SSH is already probed for some possible values. ALso use completionHelp for available ciphers. In addition drop 'perl' from helper script in favor of 'tr'. | |||
2018-05-12 | T631: Rewrite SSH configuration as XML interface definition | Christian Poessinger | |
2018-05-06 | T623: Rewrite NTP subsystem in new XML style interface definition | Christian Poessinger | |
2018-04-15 | dns-forwarding: XML: fix indention | Christian Poessinger | |
2018-04-15 | dns-forwarding: add completion helper for dhcp | Christian Poessinger | |
cpo@LR1# set service dns forwarding dhcp Possible completions: <text> Use nameservers received from DHCP server for specified interface eth0 eth1 lo | |||
2018-04-15 | T560: dns-forwarding: replace dnsmasq with pdns-recursor | Christian Poessinger | |
2018-04-15 | dns-forwarding: XML: Bugfix DNS domain forward configuration nodes | Christian Poessinger | |
... tagNode and leafNode types not configured. Set to 'txt' for tagNode and 'ipv4,ipv6' for leafNode | |||
2018-04-15 | Initial CLI interface support for XML DNS forwarder | Christian Poessinger | |
2018-03-03 | Set proper help text | Juan B. Rodriguez | |
2018-03-03 | Add host-name interface definition | Juan B. Rodriguez | |
2018-03-02 | T379: rename bcast-relay to broadcast-relay. | Daniil Baturin | |
2018-01-06 | Merge branch 't379-udp-bcast-relay' into current | Christian Poessinger | |
* t379-udp-bcast-relay: bcast-relay: Initial configuration nodes for 'service bcast-relay' Support setting optional 'type' node in command templates other than 'txt' | |||
2018-01-05 | bcast-relay: Initial configuration nodes for 'service bcast-relay' | Christian Poessinger | |
2018-01-05 | T510: fix wrong task-scheduler 'binary arguments' completion help | Christian Poessinger | |
2017-12-10 | mdns-repeater: use consistent naming of 'interface' node | Christian Poessinger | |
2017-12-10 | mdns-repeater: priority change 999 -> 990 | Christian Poessinger | |
2017-12-09 | Add 'vyos-update-mdns-repeater.py' functionality | Christian Poessinger | |
2017-12-09 | Initial interface description for 'mdns repeater' | Christian Poessinger | |
2017-09-26 | [LLDP] Remove the lldp.xml interface definition to avoid template file ↵ | Daniil Baturin | |
conflicts with vyatta-lldp This commit shall be reverted once we get the script and the op mode for LLDP working. | |||
2017-09-16 | [LLDP] T393: add constraints and error messages to the LLDP interface ↵ | Daniil Baturin | |
definition. | |||
2017-09-16 | T393: fix a wrong tag in the LLDP interface definition. | Daniil Baturin | |