Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-24 | Update DHCP server commands used in "show tech-support" | James Davidson | |
Bug 8502 (cherry picked from commit 0b9a7f1c5af6b382a6c64da7206b6edbff42c8e1) | |||
2013-04-01 | Bugfix 8830: Fix empty substitution in list search | John Southworth | |
2012-09-14 | bug fix for 8274 - fix deprecated commands in show tech support. | Deepti Kulkarni | |
2012-08-28 | Move display of entitlement info to the top of tech-support output | James Davidson | |
Also, only attempt to display entitlement info if it is present. Fixes bug 8260 | |||
2012-08-16 | Fix handling of single quote character (') when parsing command | James Davidson | |
The previous parsing logic worked on word boundries but did not handle multiple single quote characters in the same word. This lead to the misinterpretation of whether subsequent words being parsed were quoted or not. The new parsing code breaks the command line up into substrings at single quote boundries so the relative location of sigle quote characters is irrelevant. Fixes bug 8210 | |||
2012-04-11 | Bugfix 8013: Fix space at end of line in command conversion | John Southworth | |
2012-02-21 | Add bridge info to show tech support | Stephen Hemminger | |
Put bridge info in show tech support Also show ethernet offload settings | |||
2012-02-14 | escape escape characters so they aren't evaluated during command processing | John Southworth | |
2012-02-13 | Bugfix 7774: fix quoted string variable expression | John Southworth | |
2012-01-05 | Send interpreter errors to stderr | John Southworth | |
2011-11-15 | Fix case where node.tag was sent to script instead of the actual argument | John Southworth | |
2011-10-21 | Bugfix 7577: Only show the remote uri help if there is no completion | John Southworth | |
2011-10-21 | Don't show an error message when we can't turn echo on (this is the case ↵ | John Southworth | |
with the webgui) | |||
2011-10-20 | Workaround 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-17 | Allow completions using normal dirctory paths as well as a shortcut to ↵ | John Southworth | |
running:// in file name completions | |||
2011-10-11 | Fix ambiguous error text so that it doesn't show node.def, generate the ↵ | John Southworth | |
completions using compgen -d | |||
2011-10-06 | Bugfix 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-19 | Changed openvpn show command syntax. | Deepti Kulkarni | |
2011-09-07 | Fix some problems with the completion scripts | John 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-30 | Only 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-30 | Fix user defined wildcards such as in 'clear ip bgp *' and fix an error ↵ | John Southworth | |
message to be consistent | |||
2011-08-08 | Add handler for top level unprivledged command expansion in node conversion ↵ | John Southworth | |
function | |||
2011-08-03 | Generate 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-02 | Add support for unambiguous top level commands for unpriviledged users | John Southworth | |
2011-08-02 | Fix paging problem with short top level show commmand | John Southworth | |
2011-08-02 | Reorganize 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-20 | add .txt extension to the 'show tech-support brief save' output | John Southworth | |
2011-06-20 | fix path for 'show tech-support brief save' | John Southworth | |
2011-06-16 | Bugfix 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-06 | bug fix - 6592: Include Quagga config in show tech-support output. | Deepti Kulkarni | |
2011-03-01 | Use lscpu in show tech support | Stephen Hemminger | |
lscpu gives more concise and readable output | |||
2010-11-16 | bug fix for 6192 - enhancement to add "iptables-save" to "show | Deepti Kulkarni | |
tech-support" command. | |||
2010-08-18 | change tech-support to use shell API directly | An-Cheng Huang | |
2010-08-18 | Allow non-root user extract root's bash history. Added "sudo". | Deepti Kulkarni | |
(cherry picked from commit 8d3eed868fee96d79ad044f10365c1e328fbf823) | |||
2010-08-16 | remove low-level config dir usage | An-Cheng Huang | |
2010-08-16 | fix typo in tech-support script | An-Cheng Huang | |
(cherry picked from commit 0f2d5e4e6cc39c085c0f84ce13f08e208abe356d) | |||
2010-07-06 | Added 'show system image' commands to 'show tech-support'. | Deepti Kulkarni | |
2010-07-06 | Changed to save 100 log files instead of 10. | Deepti Kulkarni | |
2010-06-24 | Blocked user operator from using show tech-support. | Deepti Kulkarni | |
Added new show commands. | |||
2010-06-23 | Revert "Added new command to print PCI device information." | Deepti Kulkarni | |
This reverts commit e2562dc79c8077f8a8c1a136bb5939f2cad93ec4. | |||
2010-06-22 | Added new command to print PCI device information. | Deepti Kulkarni | |
2010-06-16 | Changes to read policy and vrrp configuration for show tech-support. | Deepti Kulkarni | |
2010-06-04 | Show tech-support Larkspur enhancements. | Deepti Kulkarni | |
2010-02-02 | Merge branch 'kenwood' of 192.168.100.1:git/vyatta-op into kenwood | Stephen Hemminger | |
2009-08-12 | Remove show tech-support bug related to interfaces | Stephen Hemminger | |
Show more in show-tech support. | |||
2009-08-12 | Add ethtool output to show tech-support | Stephen Hemminger | |
More useful debugging information for network device issues. | |||
2009-05-28 | Make tech-support show more PCI info | Stephen Hemminger | |
Need more info to know exact model of hardware causing problems. | |||
2009-05-26 | Show more detail about interfaces in show tech-support | Stephen Hemminger | |
What to see error and dropped counters. Bug 4420 | |||
2009-03-11 | Fix lsof options in tech-support | Stephen Hemminger | |
-i option is positional (command doesn't use standard syntax) so need to do lsof -P -n -i | |||
2009-02-11 | Don't resolve hostnames in show tech-support | Stephen Hemminger | |
Bug 3961 Add -n to lsof as suggested. |