summaryrefslogtreecommitdiff
path: root/functions
AgeCommit message (Collapse)Author
2012-02-21Add bridge info to show tech supportStephen Hemminger
Put bridge info in show tech support Also show ethernet offload settings
2012-02-14escape escape characters so they aren't evaluated during command processingJohn Southworth
2012-02-13Bugfix 7774: fix quoted string variable expressionJohn Southworth
2012-01-05Send interpreter errors to stderrJohn Southworth
2011-11-15Fix case where node.tag was sent to script instead of the actual argumentJohn Southworth
2011-10-21Bugfix 7577: Only show the remote uri help if there is no completionJohn Southworth
2011-10-21Don't show an error message when we can't turn echo on (this is the case ↵John Southworth
with the webgui)
2011-10-20Workaround for bug 7570, turning echo on manually when running a templated ↵John Southworth
command should fix the majority of the problems. It would be better to fix the readline/less interaction in the future
2011-10-17Allow completions using normal dirctory paths as well as a shortcut to ↵John Southworth
running:// in file name completions
2011-10-11Fix ambiguous error text so that it doesn't show node.def, generate the ↵John Southworth
completions using compgen -d
2011-10-06Bugfix 6747: use bash conditional expressions instead of posix test ↵John Southworth
expressions when doing comparisons. The conditional expressions don't do as much expansion as the test expression does, and are the modern variant
2011-09-19Changed openvpn show command syntax.Deepti Kulkarni
2011-09-07Fix some problems with the completion scriptsJohn Southworth
1. we don't need to call compopt -o filenames explicitly anymore the bash-completion scripts from the debian package do this more intelligently. 2. Restore shopts before running the command so that if the command is terminated with ctrl-c they will be set properly.
2011-08-30Only generate directory names for path expansions, node.def is never a valid ↵John Southworth
completion unless part of a filename which is handled differently
2011-08-30Fix user defined wildcards such as in 'clear ip bgp *' and fix an error ↵John Southworth
message to be consistent
2011-08-08Add handler for top level unprivledged command expansion in node conversion ↵John Southworth
function
2011-08-03Generate unpriviledged allowed-op at compile time. Add script to allow admin ↵John Southworth
user to regenerate it if needed. Fix ambiguous command message.
2011-08-02Add support for unambiguous top level commands for unpriviledged usersJohn Southworth
2011-08-02Fix paging problem with short top level show commmandJohn Southworth
2011-08-02Reorganize the bash completion and command interpreter scripts into easier ↵John Southworth
to manage chunks. vyatta-op-run no longer exists in /etc/bash_completion.d/ as it is not a completion script it should not be here
2011-06-20add .txt extension to the 'show tech-support brief save' outputJohn Southworth
2011-06-20fix path for 'show tech-support brief save'John Southworth
2011-06-16Bugfix 7124: make 'show tech-support save' have a .txt at the end of the ↵John Southworth
file name. Make the script show the proper config path '/config/support' instead of '/opt/vyatta/etc/config/support'
2011-05-06bug fix - 6592: Include Quagga config in show tech-support output.Deepti Kulkarni
2011-03-01Use lscpu in show tech supportStephen Hemminger
lscpu gives more concise and readable output
2010-11-16bug fix for 6192 - enhancement to add "iptables-save" to "showDeepti Kulkarni
tech-support" command.
2010-08-18change tech-support to use shell API directlyAn-Cheng Huang
2010-08-18Allow non-root user extract root's bash history. Added "sudo".Deepti Kulkarni
(cherry picked from commit 8d3eed868fee96d79ad044f10365c1e328fbf823)
2010-08-16remove low-level config dir usageAn-Cheng Huang
2010-08-16fix typo in tech-support scriptAn-Cheng Huang
(cherry picked from commit 0f2d5e4e6cc39c085c0f84ce13f08e208abe356d)
2010-07-06Added 'show system image' commands to 'show tech-support'.Deepti Kulkarni
2010-07-06Changed to save 100 log files instead of 10.Deepti Kulkarni
2010-06-24Blocked user operator from using show tech-support.Deepti Kulkarni
Added new show commands.
2010-06-23Revert "Added new command to print PCI device information."Deepti Kulkarni
This reverts commit e2562dc79c8077f8a8c1a136bb5939f2cad93ec4.
2010-06-22Added new command to print PCI device information.Deepti Kulkarni
2010-06-16Changes to read policy and vrrp configuration for show tech-support.Deepti Kulkarni
2010-06-04Show tech-support Larkspur enhancements.Deepti Kulkarni
2010-02-02Merge branch 'kenwood' of 192.168.100.1:git/vyatta-op into kenwoodStephen Hemminger
2009-08-12Remove show tech-support bug related to interfacesStephen Hemminger
Show more in show-tech support.
2009-08-12Add ethtool output to show tech-supportStephen Hemminger
More useful debugging information for network device issues.
2009-05-28Make tech-support show more PCI infoStephen Hemminger
Need more info to know exact model of hardware causing problems.
2009-05-26Show more detail about interfaces in show tech-supportStephen Hemminger
What to see error and dropped counters. Bug 4420
2009-03-11Fix lsof options in tech-supportStephen Hemminger
-i option is positional (command doesn't use standard syntax) so need to do lsof -P -n -i
2009-02-11Don't resolve hostnames in show tech-supportStephen Hemminger
Bug 3961 Add -n to lsof as suggested.
2009-01-29Change name of cpu summary script and rearrangeStephen Hemminger
Final answer.
2009-01-29New show system cpuStephen Hemminger
Brief summary of cpuinfo for tech-support etc.
2008-12-02Get rid of reference to OFRStephen Hemminger
Remove reference to old name
2008-10-09Revert insecure method of displaying configurationStephen Hemminger
The change: Fix Bug 3763 Configuration is not available to operator in "show tech-support" introduces unnecessary insecure functionality.
2008-10-07Fix Bug 3763 Configuration is not available to operator in "show tech-support"Mohit Mehta
2008-10-02Fix Bug 3609 "show tech-support" does not display open file information for ↵Mohit Mehta
operator level user - use sudo for lsof to work as an operator