Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-25 | pppoe: T2070: rewrite (dis-)connect op-mode commands in XML and Python | Christian Poessinger | |
2019-12-17 | [monitoring] T832: Fix show monitoring | Viacheslav Hletenko | |
2019-12-09 | T1855: use the new script for "show reboot/poweroff". | Daniil Baturin | |
2019-08-30 | T1621 remove misc ops after python/xml rewrite | Dmytro Aleksandrov | |
2019-08-23 | T1607 remove 'reset conntrack', 'reset & show ip[v6]' ops after xml rewrite | Dmytro Aleksandrov | |
2019-08-19 | T1596 Remove telnet and traceroute operations after xml-style rewrite | Dmytro Aleksandrov | |
2019-08-16 | T1590 remove 'show system' operations after xml-style rewrite | Dmytro Aleksandrov | |
2019-08-09 | T1571: fix the grep expression in "run show log vpn *". | Daniil Baturin | |
2019-07-05 | T1499: Allow for usage of systemd interface mappings | Runar Borge | |
2019-02-05 | Show transceiver information from plugin modules, e.g SFP+, QSFP | Daniil Kharun | |
2019-01-03 | T1151: elevate permissions when accessing kernel ring buffer | Christian Poessinger | |
The kernel syslog contains debugging information that is often useful during exploitation of other vulnerabilities, such as kernel heap addresses. Rather than futilely attempt to sanitize hundreds (or thousands) of printk statements and simultaneously cripple useful debugging functionality, it is far simpler to create an option that prevents unprivileged users from reading the syslog. For more information please refer to: https://lwn.net/Articles/414813/ | |||
2018-11-25 | show: rename Vyatta to VyOS | Christian Poessinger | |
2018-11-12 | T994: fix the argument number in "monitor bandwidth-test initiate". | Daniil Baturin | |
2018-11-07 | Fixes T963: no authorization logs | hagbard | |
2018-08-21 | Merge pull request #16 from alkersan/clear_term | Daniil Baturin | |
T689: Remove clear console and reset terminal ops after xml rewrite | |||
2018-08-21 | T689: Remove force arp ops after xml rewrite | Dmytro Aleksandrov | |
2018-08-21 | T689: Remove clear console and reset terminal ops after xml rewrite | Dmytro Aleksandrov | |
2018-08-18 | T784: removed conflicting leftovers of the "update dns dynamic" operation | Dmytro Aleksandrov | |
2018-08-16 | T689: Removed ntp and date op mode definition in virtue of xml rewrite | Dmytro Aleksandrov | |
2018-08-06 | T768: correct the path to ss in "run show connections" scripts. | Daniil Baturin | |
2018-07-29 | T758: fixup - delete additional conflicting files | Christian Poessinger | |
Fix error when building ISO: dpkg: error processing archive /var/cache/apt/archives/vyos-1x_1.2.0-1_all.deb (--unpack): trying to overwrite '/opt/vyatta/share/vyatta-op/templates/show/dns/dynamic/node.def', which is also in package vyatta-op 0.14.0+vyos2+current6 | |||
2018-07-29 | T758: add 'show dns dynamic status' op mode command | Christian Poessinger | |
2018-07-28 | T666, T616: remove the "reset vrrp master" command. | Daniil Baturin | |
2018-07-21 | T689: remove commands reimplemented in PR#17. | Daniil Baturin | |
2018-06-14 | T683: Rewrite SNMP op mode commands in new stlye XML/Python | Christian Poessinger | |
2018-06-13 | T689: remove files no longer needed after merging PR#14 into vyos-1x. | Daniil Baturin | |
2018-06-05 | T684: make the 'run show configuration commands' and the |commands pipe use ↵ | Daniil Baturin | |
the new implementation. | |||
2018-05-15 | T638: remove the old handwritten templates for bmon commands. | Daniil Baturin | |
Turns out they were there, just overwriten by the gen-monitor-* so no one noticed. | |||
2018-05-14 | T564: remove DNS forwarding commands that are moving to vyos-1x. | Daniil Baturin | |
2018-05-14 | Remove the show version command from this package: moving to vyos-1x. | Daniil Baturin | |
2018-04-15 | T588: Remove DNS forwarder restart command in favor if XML interface definition | Christian Poessinger | |
2018-03-10 | Merge branch 'remove-install-system-cmd' into current | Christian Poessinger | |
* remove-install-system-cmd: Remove "install system" command | |||
2017-10-29 | Change 'show tech-support' behavior to always strip-private | Christian Poessinger | |
Using "show tech-support" cmd will produce the tech-support output without any private information. Using "show tech-support private" cmd will produce the tech-support output with private information included. Note: ===== The Perl script (vyos-strip-config.pl) used to remove any sensible information will in addition remove version numbers if they match the regexp below: # Strip IPv4 addresses $input =~ s/\d+\.\d+\.(\d+)\.(\d+)/xxx.xxx.$1.$2/g if $stripIP; Example: ======== i apt xxx.xxx.9.8.4 amd64 commandline package manager ii apt-transport-https xxx.xxx.9.8.4 amd64 https download transport for APT i apt 1.0.9.8.4 amd64 commandline package manager ii apt-transport-https 1.0.9.8.4 amd64 https download transport for APT This behavior is present in the current implementation and should be addressed during the move to the new Python scripts. | |||
2017-10-29 | Remove "install system" command | Christian Poessinger | |
Related to "T157: Remove "install system" command". | |||
2017-07-25 | The command "show log firewall name <name>" does not show the expected log ↵ | Kim Hagen | |
entries | |||
2017-03-19 | Exchange vyatta with vyos | Thore | |
When typing "show system" and pressing tab the autosuggestion still said the installation was based on a vyatta image. | |||
2017-03-03 | T283: add CLI command to regenerate SSH server host keys | Chris Freas | |
2017-02-17 | T272: Add scripts and templates for generating remote side OpenVPN configs | Daniil Baturin | |
(just for VyOS for now, raw openvpn config support will come later). | |||
2016-12-21 | T156: return "Unknown" for /sys/class/dmi/* files that don't exist. | Daniil Baturin | |
2016-12-11 | T207: modified brctl location | Ewald van Geffen | |
2016-06-26 | T58 "monitor firewall name <name>" does not monitor any firewall-log-entry | Ewald van Geffen | |
related to set firewall name <text> enable-default-log | |||
2016-03-03 | New implementation of the version display command (ref T6). | Daniil Baturin | |
2016-02-09 | Use dhcp instead of dhcp3. | Kim Hagen | |
2016-02-08 | Update debian live mountpoint directories. | Kim Hagen | |
2016-02-03 | Correct the path to poff for jessie. | Thomas Jepp | |
2015-12-19 | Easter egg: 'show version funny' command that displays limericks | Daniil Baturin | |
after version information. | |||
2015-12-19 | Remove referenced to Vyatta from 'show version' completion help. | Daniil Baturin | |
2015-11-19 | vyatta-op: set 'restart dns forwarding' to use vyatta-dns-forwarding.pl | Alex Harpin | |
Update the op mode command 'restart dns forwarding' to use the expanded vyatta-dns-forwarding.pl code. Bug #619 http://bugzilla.vyos.net/show_bug.cgi?id=619 | |||
2015-11-19 | Implemented a DNS forwarder restart command - "restart dns forwarding" | Thomas Jepp | |
2015-01-24 | vyatta-op: replace 'show shutdown' with 'show poweroff' and use script | Alex Harpin | |
Rename 'show shutdown' to 'show poweroff' so it is the same as the configuration options, and set the command to use the script to show the scheduled poweroff time. Bug #461 http://bugzilla.vyos.net/show_bug.cgi?id=461 |