Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-08-06 | T768: correct the path to ss in "run show connections" scripts. | Daniil Baturin | |
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. | |||
2014-05-09 | Bug #71: "show system memory cache" gives "permission denied" message | Kim Hagen | |
2013-12-02 | Bug #3: Display RAM usage overview in simple total/free/used format. | Daniil Baturin | |
2013-11-07 | Make USB vieweing command more consistent with other hardware commands. | Daniil Baturin | |
Rename "show system usb" to "show hardware usb", add "show hardware usb detailes" for "lsusb -v" | |||
2013-02-26 | Skip dmesg files starting with "Nothing has been logged yet" | James Davidson | |
Bug 8427 Initial processing of /etc/dmesg by savelog creates a file with only one line: (Nothing has been logged yet.) Detect such files and skip them when listing all boot message files. | |||
2012-10-02 | Fix use of LESSCLOSE | James Davidson | |
Fixes bug 3921 | |||
2012-09-05 | Fix use of lesspipe | James Davidson | |
Fixes bug 3921 | |||
2011-11-07 | Remove accidental commit of 'show system boot-messages commit' command, this ↵ | John Southworth | |
was part of a mockup for a proposed bugfix and I didn't intend to commit it | |||
2011-10-27 | Create new ping command with the following semantics | John Southworth | |
1. ping <ipv4|ipv6|hostname> will use * ping for a v4 address * ping6 for a v6 address * ping or ping6 for a hostname which ever resolves prefering ipv4 2. ping ipv4 <ipv4|hostname> will ping 3. ping ipv6 <ipv6|hostname> will ping6 4. ping <node> option <advanced ping options> * allows for options to pass down to ping * this is a stop gap while we add the most common options * to the CLI (cherry picked from commit 5145fd68da8f1c7f8289b99f58cb6eb96389fcef) | |||
2010-12-07 | Add show system memory cache | Stephen Hemminger | |
This provides information requested in Bug 515 | |||
2010-12-07 | Add more options to show system processes | Stephen Hemminger | |
Bug 1615 | |||
2010-12-07 | Add show system memory detail | Stephen Hemminger | |
Bug 5704 | |||
2010-05-30 | Allow admin user to run "show system image storage" command. | Bob Gilligan | |
2010-04-30 | Add "show system image storage" op mode command. | Bob Gilligan | |
As the name indicates, it tells you how much disk space each image occupies. | |||
2010-04-30 | Added an op-mode command to rename a system image. | Bob Gilligan | |
Also added an op-mode command to display the Vyatta version strings along with the names of the installed images. This is useful if you rename an image from its default name, which is its version string. | |||
2010-01-21 | Remove system accounting | Stephen Hemminger | |
It needs a more complete design, and better formatting. So just drop for now. | |||
2010-01-21 | Add accounting per user | Stephen Hemminger | |
Simple extension to 'show system accounting' to select by user | |||
2010-01-08 | Change operational mode commands to match those in design document. | Bob Gilligan | |
2010-01-04 | Don't allow operator to run show system login users | Stephen Hemminger | |
Bug 5147 This is a generic way of solving the sudo problem (for now). | |||
2009-12-18 | Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-op into kenwood | Stephen Hemminger | |
2009-12-18 | Add display of accounting information | Stephen Hemminger | |
Bug 4929 New command: show system accounting show system accounting <user> | |||
2009-11-03 | add op commands for installed images | An-Cheng Huang | |
2009-09-14 | Decolorize show system login users | Stephen Hemminger | |
Add last login info (multicolumn output), and get rid of color | |||
2009-09-11 | Add show system login users | Stephen Hemminger | |
Bug 4828 Add script to show logins and compare vyatta config to current system. Show only, does not change status. | |||
2009-02-11 | Use lesspipe to unzip log files | Stephen Hemminger | |
Bug 3921 Use semi-standard LESSOPEN hook to unzip files as needed. | |||
2009-01-29 | Move 'show system cpu' to 'show hardware cpu summary' | Stephen Hemminger | |
Better more logical location. | |||
2009-01-29 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-op into jenner | Stephen Hemminger | |
2009-01-29 | New show system cpu | Stephen Hemminger | |
Brief summary of cpuinfo for tech-support etc. | |||
2009-01-13 | Move tcp and udp commands under system/connections | Justin Fletcher | |
2008-10-17 | move show system usb to vyatta-op | Robert Bays | |
2008-03-21 | use less prompt to display the "show" content | Tom Grennan | |
2008-03-20 | fix bug 3017 | Tom Grennan | |
don't pipe through VYATTA_PAGER if run_cmd itself is a pager or tail | |||
2008-02-28 | no need for sudo to read log messages | Stephen Hemminger | |
Since operator is now in the adm group, he/she has the ability to read log messages without need of sudo. | |||
2008-01-16 | Add uptime to 'show version' and add 'show system uptime' | Stig Thormodsrud | |
2007-12-10 | fix for bug 2527: add wrappers for boot-messages commands. | An-Cheng Huang | |
2007-11-30 | fix "show system [boot|kernel]-messages" | Tom Grennan | |
2007-11-04 | Fix permission for "show system boot-messages". | Stig Thormodsrud | |
2007-10-04 | don't eval help string; so, no longer needs to be quoted in node.def files | Tom Grennan | |
2007-09-17 | fix "show system memory" | Tom Grennan | |
2007-09-17 | rename op-templates | Tom Grennan | |