Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-15 | Merge remote-tracking branch 'upstream/current' into current | Christian Poessinger | |
* upstream/current: Do not try to decode data read from /sys files in the show version script, it's already an str. Dependencies on file and pystache, for install and show version scripts.. Add dependency on hvinfo, too. T637, T638: add dependencies on tcpdump and bmon. T638: new op mode CLI for the bandwidth monitor commands. T637: new op mode for traffic dumps based on tcpdump. Correct the logic of generating tag nodes for op mode. Add missing vyos.base module Fix cron interval regex to allow single digit values. Fix misplaces ConfigError exception. Some more valueless fixes. Mark nodes in SSH and NTP valueless (related to T602). | |||
2018-05-15 | bugfix: vyos-config-dns-forwarding.py: adding name-server into dictionary | Christian Poessinger | |
2018-05-15 | bugfix: remove whitespaces in generated 'powerdns/recursor.conf' | Christian Poessinger | |
2018-05-15 | Do not try to decode data read from /sys files in the show version script, | Daniil Baturin | |
it's already an str. | |||
2018-05-15 | Dependencies on file and pystache, for install and show version scripts.. | Daniil Baturin | |
2018-05-15 | Add dependency on hvinfo, too. | Daniil Baturin | |
2018-05-15 | T637, T638: add dependencies on tcpdump and bmon. | Daniil Baturin | |
2018-05-15 | T638: new op mode CLI for the bandwidth monitor commands. | Daniil Baturin | |
2018-05-15 | T637: new op mode for traffic dumps based on tcpdump. | Daniil Baturin | |
2018-05-15 | Correct the logic of generating tag nodes for op mode. | Daniil Baturin | |
Unlike conf mode tag nodes, op mode "pseudo-tag nodes" have the real node.def inside the node.tag dir rather than at the top level. The required node.def at the top level is populated with the help string from the real one. A side effect is that commands that take arguments now must have their own words, e.g. "run show arp" and "run show arp eth0" is impossible and has to be "run show arp" and "run show arp interface eth0", which is probably a good thing. | |||
2018-05-14 | Merge pull request #11 from higebu/add-missing-base-module | Christian Poessinger | |
Add missing vyos.base module | |||
2018-05-15 | Add missing vyos.base module | Yuya Kusakabe | |
2018-05-14 | Fix cron interval regex to allow single digit values. | Daniil Baturin | |
2018-05-14 | Fix misplaces ConfigError exception. | 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 | T564: initial implementation of the DNS forwarding op mode commands. | Daniil Baturin | |
2018-05-14 | Move the show version command to the vyos-1x package and refactor it a bit. | Daniil Baturin | |
2018-05-14 | T633: build integration and minor fixes in the op mode command generator. | Daniil Baturin | |
2018-05-14 | T602: replace the now-gone type attribute with proper use of constraints in ↵ | Daniil Baturin | |
existing interface definitions. | |||
2018-05-14 | Add some ipaddrcheck-based IP validators. | Daniil Baturin | |
2018-05-14 | T602: remove support for the type element and correct the logic for setting ↵ | Daniil Baturin | |
the type in generated command templates. | |||
2018-05-13 | T623: refactor NTP script and switch to jinja2 | Christian Poessinger | |
2018-05-13 | Merge branch 'ssh-rewrite' into current | Christian Poessinger | |
* ssh-rewrite: T631: small bugfix in config parsind for deny-users T631: improve help for access-control T631: refactor SSH script and switch to jinja2 T631: first full generated config file with XML and Python T631: use completionHelp for SSH rather then valueHelp T631: Rewrite SSH configuration as XML interface definition | |||
2018-05-13 | T631: small bugfix in config parsind for deny-users | Christian Poessinger | |
2018-05-13 | T631: improve help for access-control | Christian Poessinger | |
2018-05-13 | T631: refactor SSH script and switch to jinja2 | Christian Poessinger | |
2018-05-12 | T560: bugfix access to NoneType object | Christian Poessinger | |
Commit f1bbc20716 ("Add jinja2 and ipaddrcheck to dependencies.") introduced access to a NoneType object when the service was removed. This happened after: $ delete service dns forwarding $ commit File "/opt/vyatta/sbin/vyos-config-dns-forwarding.py", line 201, in <module> verify(c) File "/opt/vyatta/sbin/vyos-config-dns-forwarding.py", line 164, in verify if not dns['interfaces']: TypeError: 'NoneType' object is not subscriptable | |||
2018-05-12 | vyos-config-dns-forwarding.py remote obsolete 'import time' | Christian Poessinger | |
2018-05-12 | T631: first full generated config file with XML and Python | 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-12 | Add jinja2 and ipaddrcheck to dependencies. | Daniil Baturin | |
2018-05-11 | T560: refactor the pdns script and switch to jinja2. | Daniil Baturin | |
2018-05-07 | Merge branch 't623-ntp-rewrite' into current | Christian Poessinger | |
* t623-ntp-rewrite: Switch to DNS hostnames for NTP servers T623: Rewrite NTP subsystem in new XML style interface definition | |||
2018-05-07 | Switch to DNS hostnames for NTP servers | Christian Poessinger | |
2018-05-06 | T623: Rewrite NTP subsystem in new XML style interface definition | Christian Poessinger | |
2018-05-06 | T622: PDNS does not export /etc/hosts entries | Christian Poessinger | |
2018-04-19 | Update debian/changelog - 1.0.5 | Christian Poessinger | |
2018-04-19 | T606: Error in DNS Forwarder listen-on | Christian Poessinger | |
By accident "type: txt" was removed from the wrong file... | |||
2018-04-19 | broadcast-relay: bugfix writing daemon config file | Christian Poessinger | |
2018-04-19 | broadcast-relay: bugfix loading configuration into list [] | Christian Poessinger | |
2018-04-19 | mdns-repeater: ensure list [] when retrieving interfaces | Christian Poessinger | |
2018-04-15 | dns-forwarding.py: be more tolerant on missconfigured DHCP source | Christian Poessinger | |
If a user configures 'set service dns forwarding dhcp <if>' and <if> is not a DHCP interface, this won't corrupt the recursor.conf. The missconfiguration is simply ignored. | |||
2018-04-15 | Merge branch 'powerdns-recursor' into current | Christian Poessinger | |
* powerdns-recursor: Update debian/changelog - 1.0.4 Makefile: Fix for special nodes not requiring have any 'type' field dns-forwarding: XML: fix indention dns-forwarding: add completion helper for dhcp T560: dns-forwarding: replace dnsmasq with pdns-recursor dns-forwarding: XML: Bugfix DNS domain forward configuration nodes dns-forwarding.py: add missing 'query-all-servers' path Initial working version for XML interface to configure dnsmasq Initial CLI interface support for XML DNS forwarder | |||
2018-04-15 | Update debian/changelog - 1.0.4 | Christian Poessinger | |
2018-04-15 | Makefile: Fix for special nodes not requiring have any 'type' field | Christian Poessinger | |
... this is due to the fact that the XML generator will always add "type: txt" to node.def files if no other type has been especially defined. This will break the following commands * set service dns forwarding system * set service dns forwarding ignore-hosts-file because they will now have "type: txt" in their node.def file and this will break the CLI commands. "type: txt" requires an argument but those nodes did not in the past. | |||
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 | |