summaryrefslogtreecommitdiff
path: root/templates/show/system
AgeCommit message (Collapse)Author
2019-01-03T1151: elevate permissions when accessing kernel ring bufferChristian 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-25show: rename Vyatta to VyOSChristian Poessinger
2018-08-06T768: correct the path to ss in "run show connections" scripts.Daniil Baturin
2017-03-19Exchange vyatta with vyosThore
When typing "show system" and pressing tab the autosuggestion still said the installation was based on a vyatta image.
2014-05-09Bug #71: "show system memory cache" gives "permission denied" messageKim Hagen
2013-12-02Bug #3: Display RAM usage overview in simple total/free/used format.Daniil Baturin
2013-11-07Make 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-26Skip 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-02Fix use of LESSCLOSEJames Davidson
Fixes bug 3921
2012-09-05Fix use of lesspipeJames Davidson
Fixes bug 3921
2011-11-07Remove 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-27Create new ping command with the following semanticsJohn 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-07Add show system memory cacheStephen Hemminger
This provides information requested in Bug 515
2010-12-07Add more options to show system processesStephen Hemminger
Bug 1615
2010-12-07Add show system memory detailStephen Hemminger
Bug 5704
2010-05-30Allow admin user to run "show system image storage" command.Bob Gilligan
2010-04-30Add "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-30Added 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-21Remove system accountingStephen Hemminger
It needs a more complete design, and better formatting. So just drop for now.
2010-01-21Add accounting per userStephen Hemminger
Simple extension to 'show system accounting' to select by user
2010-01-08Change operational mode commands to match those in design document.Bob Gilligan
2010-01-04Don't allow operator to run show system login usersStephen Hemminger
Bug 5147 This is a generic way of solving the sudo problem (for now).
2009-12-18Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-op into kenwoodStephen Hemminger
2009-12-18Add display of accounting informationStephen Hemminger
Bug 4929 New command: show system accounting show system accounting <user>
2009-11-03add op commands for installed imagesAn-Cheng Huang
2009-09-14Decolorize show system login usersStephen Hemminger
Add last login info (multicolumn output), and get rid of color
2009-09-11Add show system login usersStephen Hemminger
Bug 4828 Add script to show logins and compare vyatta config to current system. Show only, does not change status.
2009-02-11Use lesspipe to unzip log filesStephen Hemminger
Bug 3921 Use semi-standard LESSOPEN hook to unzip files as needed.
2009-01-29Move 'show system cpu' to 'show hardware cpu summary'Stephen Hemminger
Better more logical location.
2009-01-29Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-op into jennerStephen Hemminger
2009-01-29New show system cpuStephen Hemminger
Brief summary of cpuinfo for tech-support etc.
2009-01-13Move tcp and udp commands under system/connectionsJustin Fletcher
2008-10-17move show system usb to vyatta-opRobert Bays
2008-03-21use less prompt to display the "show" contentTom Grennan
2008-03-20fix bug 3017Tom Grennan
don't pipe through VYATTA_PAGER if run_cmd itself is a pager or tail
2008-02-28no need for sudo to read log messagesStephen Hemminger
Since operator is now in the adm group, he/she has the ability to read log messages without need of sudo.
2008-01-16Add uptime to 'show version' and add 'show system uptime'Stig Thormodsrud
2007-12-10fix for bug 2527: add wrappers for boot-messages commands.An-Cheng Huang
2007-11-30fix "show system [boot|kernel]-messages"Tom Grennan
2007-11-04Fix permission for "show system boot-messages".Stig Thormodsrud
2007-10-04don't eval help string; so, no longer needs to be quoted in node.def filesTom Grennan
2007-09-17fix "show system memory"Tom Grennan
2007-09-17rename op-templatesTom Grennan