Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-17 | op-mode: T4038: Remove legacy `vyatta-image-tools.pl` | erkin | |
2020-02-29 | T2072: partially fix completion for values with spaces | Jernej Jakob | |
This fixes the help display, command completion still doesn't work. | |||
2019-09-07 | T1604: run bash builtin "set" as-is in _vyatta_op_run | jjakob | |
2016-02-08 | Update debian live mountpoin. | Kim Hagen | |
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-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-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 |